mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add support for zeKernelSchedulingHintExp (2)
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f1264c19dc
commit
2fab8ccf05
@@ -599,6 +599,7 @@ zeGetKernelExpProcAddrTable(
|
||||
|
||||
ze_result_t result = ZE_RESULT_SUCCESS;
|
||||
pDdiTable->pfnSetGlobalOffsetExp = zeKernelSetGlobalOffsetExp;
|
||||
pDdiTable->pfnSchedulingHintExp = zeKernelSchedulingHintExp;
|
||||
driver_ddiTable.core_ddiTable.KernelExp = *pDdiTable;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user