mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
is_simt_thread token support
Change-Id: I8cee6ff26229f0f492ba0d1e5e61d6e46e0c2486 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
a06369230c
commit
1926ef8319
@@ -172,6 +172,7 @@ namespace PerThreadMemoryBuffer {
|
||||
static constexpr ConstStringRef allocationType("type");
|
||||
static constexpr ConstStringRef memoryUsage("usage");
|
||||
static constexpr ConstStringRef size("size");
|
||||
static constexpr ConstStringRef isSimtThread("is_simt_thread");
|
||||
namespace AllocationType {
|
||||
static constexpr ConstStringRef global("global");
|
||||
static constexpr ConstStringRef scratch("scratch");
|
||||
@@ -371,6 +372,7 @@ struct PerThreadMemoryBufferBaseT {
|
||||
AllocationType allocationType = AllocationTypeUnknown;
|
||||
MemoryUsageT memoryUsage = MemoryUsageUnknown;
|
||||
SizeT size = 0U;
|
||||
bool isSimtThread = false;
|
||||
};
|
||||
} // namespace PerThreadMemoryBuffer
|
||||
|
||||
@@ -382,4 +384,4 @@ struct PerThreadMemoryBufferBaseT {
|
||||
|
||||
} // namespace Elf
|
||||
|
||||
} // namespace NEO
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user