mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
feature: handle limited sync dispatch initialization
Related-To: NEO-8171 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3560e8a735
commit
6c7a568f64
@@ -151,6 +151,7 @@ struct Device : _ze_device_handle_t {
|
||||
virtual uint32_t getEventMaxKernelCount() const = 0;
|
||||
NEO::TagAllocatorBase *getDeviceInOrderCounterAllocator();
|
||||
NEO::TagAllocatorBase *getHostInOrderCounterAllocator();
|
||||
NEO::GraphicsAllocation *getSyncDispatchTokenAllocation() const { return syncDispatchTokenAllocation; }
|
||||
uint32_t getNextSyncDispatchQueueId();
|
||||
void ensureSyncDispatchTokenAllocation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user