fix: reduce types for tagSize and tagCount within TagAllocator

Related-To: NEO-16444

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-11-14 15:12:27 +00:00
committed by Compute-Runtime-Automation
parent 133421a5e9
commit 7660b29bbb
16 changed files with 29 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ class DeviceAllocNodeType {
public:
using ValueT = uint64_t;
static constexpr size_t defaultAllocatorTagCount = 128;
static constexpr uint32_t defaultAllocatorTagCount = 128;
static constexpr AllocationType getAllocationType() { return deviceAlloc ? NEO::AllocationType::gpuTimestampDeviceBuffer : NEO::AllocationType::timestampPacketTagBuffer; }