Skip to content

Commit

Permalink
Corrects pi function name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Feb 2, 2024
1 parent 30ab2fe commit df99396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sycl/plugins/hip/pi_hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,9 @@ pi_result piextEnqueueCommandBuffer(pi_ext_command_buffer CommandBuffer,
pi_result piextSyncPointGetProfilingInfo(
pi_event event, pi_ext_sync_point sync_point, pi_profiling_info param_name,
size_t param_value_size, void *param_value, size_t *param_value_size_ret) {
return pi2ur::piEventGetProfilingInfo(event, sync_point, param_name,
param_value_size, param_value,
param_value_size_ret);
return pi2ur::piextSyncPointGetProfilingInfo(event, sync_point, param_name,
param_value_size, param_value,
param_value_size_ret);
}

pi_result piextPluginGetOpaqueData(void *opaque_data_param,
Expand Down

0 comments on commit df99396

Please sign in to comment.