We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c202b commit f4dd407Copy full SHA for f4dd407
source/adapters/level_zero/ur_interface_loader.cpp
@@ -404,6 +404,8 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetUSMExpProcAddrTable(
404
return result;
405
}
406
pDdiTable->pfnPitchedAllocExp = urUSMPitchedAllocExp;
407
+ pDdiTable->pfnImportExp = urUSMImportExp;
408
+ pDdiTable->pfnReleaseExp = urUSMReleaseExp;
409
return UR_RESULT_SUCCESS;
410
411
0 commit comments