Add support for zeKernelSchedulingHintExp (2)

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2021-08-20 03:40:27 +00:00
committed by Compute-Runtime-Automation
parent f1264c19dc
commit 2fab8ccf05
2 changed files with 2 additions and 0 deletions

View File

@@ -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;
}