mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
refactor: Switch host events and in order nodes to tagAllocation type
Motivation is to distinguish between host USM resources and internal driver resources allocated in host memory. Related-To: NEO-13847 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
18d04b239e
commit
82569f6a0f
@@ -30,7 +30,7 @@ class DeviceAllocNodeType {
|
||||
|
||||
static constexpr size_t defaultAllocatorTagCount = 128;
|
||||
|
||||
static constexpr AllocationType getAllocationType() { return deviceAlloc ? NEO::AllocationType::timestampPacketTagBuffer : NEO::AllocationType::bufferHostMemory; }
|
||||
static constexpr AllocationType getAllocationType() { return deviceAlloc ? NEO::AllocationType::timestampPacketTagBuffer : NEO::AllocationType::tagBuffer; }
|
||||
|
||||
static constexpr TagNodeType getTagNodeType() { return TagNodeType::counter64b; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user