mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Dont clear dependencies on enqueue engine switch
Change-Id: Ic6c6f202052c7024c7997de882f0079eead07303 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
e88be8ba57
commit
a465d5c753
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user