Skip to content

Commit

Permalink
fix ddi
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Jan 9, 2025
1 parent f1e4711 commit 55de1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/loader/layers/sanitizer/msan/msan_ddi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,8 @@ ur_result_t urGetUSMProcAddrTable(
ur_result_t result = UR_RESULT_SUCCESS;

pDdiTable->pfnDeviceAlloc = ur_sanitizer_layer::msan::urUSMDeviceAlloc;
pDdiTable->pfnHostAlloc = ur_sanitizer_layer::msan::urUSMHostAlloc;
pDdiTable->pfnSharedAlloc = ur_sanitizer_layer::msan::urUSMSharedAlloc;
pDdiTable->pfnFree = ur_sanitizer_layer::msan::urUSMFree;

return result;
Expand Down

0 comments on commit 55de1fb

Please sign in to comment.