Skip to content

Commit

Permalink
Add missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
hdelan committed Nov 2, 2023
1 parent 036b9cf commit 27c39f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/adapters/hip/ur_interface_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,18 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetUsmP2PExpProcAddrTable(
return retVal;
}

// TODO: Implement
UR_DLLEXPORT ur_result_t UR_APICALL urGetBindlessImagesExpProcAddrTable(
ur_api_version_t, ur_bindless_images_exp_dditable_t *) {
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
}

// TODO: Implement
UR_DLLEXPORT ur_result_t UR_APICALL
urGetUSMExpProcAddrTable(ur_api_version_t, ur_usm_exp_dditable_t *) {
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
}

UR_DLLEXPORT ur_result_t UR_APICALL urGetVirtualMemProcAddrTable(
ur_api_version_t version, ///< [in] API version requested
ur_virtual_mem_dditable_t
Expand Down

0 comments on commit 27c39f0

Please sign in to comment.