Skip to content

Commit 86490e2

Browse files
aarongreigkbenzie
authored andcommitted
Merge pull request oneapi-src#1494 from nrspruit/usm_exp_table_enable
[L0] Enable USM Import/Release Exp Functions
1 parent 7c3419c commit 86490e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/adapters/level_zero/ur_interface_loader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetUSMExpProcAddrTable(
404404
return result;
405405
}
406406
pDdiTable->pfnPitchedAllocExp = urUSMPitchedAllocExp;
407+
pDdiTable->pfnImportExp = urUSMImportExp;
408+
pDdiTable->pfnReleaseExp = urUSMReleaseExp;
407409
return UR_RESULT_SUCCESS;
408410
}
409411

0 commit comments

Comments
 (0)