Skip to content

Commit e2f9eb0

Browse files
author
Hugh Delaney
committed
Add missing symbols
1 parent ce152a6 commit e2f9eb0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/adapters/hip/ur_interface_loader.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,18 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetUsmP2PExpProcAddrTable(
307307
return retVal;
308308
}
309309

310+
// TODO: Implement
311+
UR_DLLEXPORT ur_result_t UR_APICALL urGetBindlessImagesExpProcAddrTable(
312+
ur_api_version_t, ur_bindless_images_exp_dditable_t *) {
313+
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
314+
}
315+
316+
// TODO: Implement
317+
UR_DLLEXPORT ur_result_t UR_APICALL
318+
urGetUSMExpProcAddrTable(ur_api_version_t, ur_usm_exp_dditable_t *) {
319+
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
320+
}
321+
310322
UR_DLLEXPORT ur_result_t UR_APICALL urGetVirtualMemProcAddrTable(
311323
ur_api_version_t version, ///< [in] API version requested
312324
ur_virtual_mem_dditable_t

0 commit comments

Comments
 (0)