Skip to content

Commit

Permalink
Merge pull request #1494 from nrspruit/usm_exp_table_enable
Browse files Browse the repository at this point in the history
[L0] Enable USM Import/Release Exp Functions
  • Loading branch information
aarongreig authored Apr 15, 2024
2 parents 4177e93 + f4dd407 commit 6d08e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adapters/level_zero/ur_interface_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetUSMExpProcAddrTable(
return result;
}
pDdiTable->pfnPitchedAllocExp = urUSMPitchedAllocExp;
pDdiTable->pfnImportExp = urUSMImportExp;
pDdiTable->pfnReleaseExp = urUSMReleaseExp;
return UR_RESULT_SUCCESS;
}

Expand Down

0 comments on commit 6d08e9f

Please sign in to comment.