mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Change task count type to uint64_t
Related-To: NEO-7105 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d7e4117dcf
commit
c39cd23f87
@@ -8,5 +8,5 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
using TaskCountType = uint32_t;
|
||||
using TagAddressType = uint32_t;
|
||||
using TaskCountType = uint64_t;
|
||||
using TagAddressType = uint64_t;
|
||||
Reference in New Issue
Block a user