mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
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:
committed by
Compute-Runtime-Automation
parent
133421a5e9
commit
7660b29bbb
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user