Dont clear dependencies on enqueue engine switch

Change-Id: Ic6c6f202052c7024c7997de882f0079eead07303
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-07-07 14:40:29 +02:00
committed by sys_ocldev
parent e88be8ba57
commit a465d5c753
9 changed files with 55 additions and 23 deletions

View File

@@ -55,6 +55,8 @@ struct TagNode : public IDNode<TagNode<TagType>>, NonCopyableOrMovableClass {
uint32_t getImplicitCpuDependenciesCount() const { return implicitCpuDependenciesCount.load(); }
const TagAllocator<TagType> *getAllocator() const { return allocator; }
protected:
TagAllocator<TagType> *allocator = nullptr;
GraphicsAllocation *gfxAllocation = nullptr;