mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Cache reservation amendements
Related-To: NEO-4969 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ad315b0af3
commit
55374d419f
@@ -221,6 +221,8 @@ zeGetDeviceProcAddrTable(
|
||||
pDdiTable->pfnGetStatus = zeDeviceGetStatus;
|
||||
pDdiTable->pfnGetExternalMemoryProperties = zeDeviceGetExternalMemoryProperties;
|
||||
pDdiTable->pfnGetGlobalTimestamps = zeDeviceGetGlobalTimestamps;
|
||||
pDdiTable->pfnReserveCacheExt = zeDeviceReserveCacheExt;
|
||||
pDdiTable->pfnSetCacheAdviceExt = zeDeviceSetCacheAdviceExt;
|
||||
driver_ddiTable.core_ddiTable.Device = *pDdiTable;
|
||||
if (driver_ddiTable.enableTracing) {
|
||||
pDdiTable->pfnGet = zeDeviceGet_Tracing;
|
||||
|
||||
Reference in New Issue
Block a user