Revert "refactor: Switch host events and in order nodes to tagAllocation type"

This reverts commit 8bbba3fe5c.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-01-27 06:04:39 +01:00
committed by Compute-Runtime-Automation
parent 574fe9fb29
commit 676334807f
5 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class DeviceAllocNodeType {
static constexpr size_t defaultAllocatorTagCount = 128;
static constexpr AllocationType getAllocationType() { return deviceAlloc ? NEO::AllocationType::timestampPacketTagBuffer : NEO::AllocationType::tagBuffer; }
static constexpr AllocationType getAllocationType() { return deviceAlloc ? NEO::AllocationType::timestampPacketTagBuffer : NEO::AllocationType::bufferHostMemory; }
static constexpr TagNodeType getTagNodeType() { return TagNodeType::counter64b; }