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 6c5d277 commit 5eee9e3Copy full SHA for 5eee9e3
source/loader/layers/sanitizer/ur_sanddi.cpp
@@ -652,6 +652,11 @@ ur_result_t context_t::init(ur_dditable_t *dditable,
652
UR_API_VERSION_CURRENT, &dditable->Program);
653
}
654
655
+ if (UR_RESULT_SUCCESS == result) {
656
+ result = ur_sanitizer_layer::urGetProgramExpProcAddrTable(
657
+ UR_API_VERSION_CURRENT, &dditable->ProgramExp);
658
+ }
659
+
660
if (UR_RESULT_SUCCESS == result) {
661
result = ur_sanitizer_layer::urGetEnqueueProcAddrTable(
662
UR_API_VERSION_CURRENT, &dditable->Enqueue);
0 commit comments