mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
feature: initial support for sync dispatch token allocation
Related-To: NEO-8171 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8acb4678fb
commit
74dcb5a9e3
@@ -416,6 +416,7 @@ bool MemoryManager::getAllocationData(AllocationData &allocationData, const Allo
|
||||
case AllocationType::svmZeroCopy:
|
||||
case AllocationType::gpuTimestampDeviceBuffer:
|
||||
case AllocationType::preemption:
|
||||
case AllocationType::syncDispatchToken:
|
||||
allow64KbPages = true;
|
||||
default:
|
||||
break;
|
||||
@@ -501,6 +502,7 @@ bool MemoryManager::getAllocationData(AllocationData &allocationData, const Allo
|
||||
case AllocationType::debugModuleArea:
|
||||
case AllocationType::gpuTimestampDeviceBuffer:
|
||||
case AllocationType::semaphoreBuffer:
|
||||
case AllocationType::syncDispatchToken:
|
||||
allocationData.flags.resource48Bit = true;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user