We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9819d commit a851f1aCopy full SHA for a851f1a
sycl/plugins/unified_runtime/pi2ur.hpp
@@ -4636,6 +4636,9 @@ inline pi_result piextCommandBufferAdviseUSM(
4636
pi_ext_command_buffer CommandBuffer, const void *Ptr, size_t Length,
4637
pi_mem_advice Advice, pi_uint32 NumSyncPointsInWaitList,
4638
const pi_ext_sync_point *SyncPointWaitList, pi_ext_sync_point *SyncPoint) {
4639
+ // TODO: Handle advice correctly
4640
+ (void)Advice;
4641
+
4642
ur_exp_command_buffer_handle_t UrCommandBuffer =
4643
reinterpret_cast<ur_exp_command_buffer_handle_t>(CommandBuffer);
4644
0 commit comments