File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
unified_runtime/ur/adapters/cuda Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5641,6 +5641,7 @@ pi_result hip_piextCommandBufferNDRangeKernel(
5641
5641
(void )local_work_size;
5642
5642
(void )num_sync_points_in_wait_list;
5643
5643
(void )sync_point_wait_list;
5644
+ (void )sync_point;
5644
5645
5645
5646
sycl::detail::pi::die (" command-buffer API not implemented in HIP backend" );
5646
5647
return {};
@@ -5700,6 +5701,8 @@ pi_result hip_piextCommandBufferMemBufferCopyRect(
5700
5701
(void )region;
5701
5702
(void )src_row_pitch;
5702
5703
(void )src_slice_pitch;
5704
+ (void )dst_row_pitch;
5705
+ (void )dst_slice_pitch;
5703
5706
(void )num_sync_points_in_wait_list;
5704
5707
(void )sync_point_wait_list;
5705
5708
(void )sync_point;
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendMembufferCopyRectExp(
127
127
(void )dstOrigin;
128
128
(void )region;
129
129
(void )srcRowPitch;
130
+ (void )srcSlicePitch;
131
+ (void )dstRowPitch;
132
+ (void )dstSlicePitch;
130
133
(void )numSyncPointsInWaitList;
131
134
(void )pSyncPointWaitList;
132
135
(void )pSyncPoint;
You can’t perform that action at this time.
0 commit comments