Skip to content

Commit

Permalink
Bugfix hip stub function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Oct 11, 2023
1 parent 16b92ba commit f00cc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adapters/hip/command_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMPrefetchExp(

UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMAdviseExp(
ur_exp_command_buffer_handle_t, const void *, size_t, ur_usm_advice_flags_t,
uint32_t, const ur_exp_command_buffer_sync_point_t *,
ur_exp_command_buffer_sync_point_t *) {
detail::ur::die("Experimental Command-buffer feature is not "
"implemented for HIP adapter.");
Expand Down

0 comments on commit f00cc54

Please sign in to comment.