Skip to content

Commit

Permalink
[SYCL][Graph] Fix post-commit unused parameter warning (#12426)
Browse files Browse the repository at this point in the history
Fixes post-commit CI failure seen here
https://github.com/intel/llvm/actions/runs/7559355777/job/20582987874
and caused by merging of #11474
  • Loading branch information
Bensuo authored Jan 17, 2024
1 parent 7e9819d commit a851f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/plugins/unified_runtime/pi2ur.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4636,6 +4636,9 @@ inline pi_result piextCommandBufferAdviseUSM(
pi_ext_command_buffer CommandBuffer, const void *Ptr, size_t Length,
pi_mem_advice Advice, pi_uint32 NumSyncPointsInWaitList,
const pi_ext_sync_point *SyncPointWaitList, pi_ext_sync_point *SyncPoint) {
// TODO: Handle advice correctly
(void)Advice;

ur_exp_command_buffer_handle_t UrCommandBuffer =
reinterpret_cast<ur_exp_command_buffer_handle_t>(CommandBuffer);

Expand Down

0 comments on commit a851f1a

Please sign in to comment.