Skip to content

Commit 6449148

Browse files
committed
Add UR_CALL
1 parent df5fd8b commit 6449148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/layers/sanitizer/ur_sanddi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ __urdlllocal ur_result_t UR_APICALL urAdapterGet(
6262
if (result == UR_RESULT_SUCCESS) {
6363
const uint32_t NumAdapters = pNumAdapters ? *pNumAdapters : NumEntries;
6464
for (uint32_t i = 0; i < NumAdapters; ++i) {
65-
getContext()->interceptor->holdAdapter(phAdapters[i]);
65+
UR_CALL(getContext()->interceptor->holdAdapter(phAdapters[i]));
6666
}
6767
}
6868

0 commit comments

Comments
 (0)