Skip to content

Commit

Permalink
Updates function name
Browse files Browse the repository at this point in the history
mfrancepillois committed Feb 2, 2024
1 parent 262b44a commit 46bce9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sycl/plugins/unified_runtime/pi2ur.hpp
Original file line number Diff line number Diff line change
@@ -4174,9 +4174,9 @@ inline pi_result piextSyncPointGetProfilingInfo(
return PI_ERROR_INVALID_PROPERTY;
}

HANDLE_ERRORS(urSyncPointGetProfilingInfoExp(UREvent, SyncPoint, PropName,
ParamValueSize, ParamValue,
ParamValueSizeRet));
HANDLE_ERRORS(urEventGetSyncPointProfilingInfoExp(
UREvent, SyncPoint, PropName, ParamValueSize, ParamValue,
ParamValueSizeRet));

return PI_SUCCESS;
}

0 comments on commit 46bce9c

Please sign in to comment.