Skip to content

Commit b991558

Browse files
Add print statement
1 parent 23fd986 commit b991558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/_manipulation_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def roll(x, /, shift, *, axis=None):
378378
res = dpt.empty(
379379
x.shape, dtype=x.dtype, usm_type=x.usm_type, sycl_queue=exec_q
380380
)
381+
print(shifts)
381382
dep_evs = _manager.submitted_events
382383
ht_e, roll_ev = ti._copy_usm_ndarray_for_roll_nd(
383384
src=x, dst=res, shifts=shifts, sycl_queue=exec_q, depends=dep_evs

0 commit comments

Comments
 (0)