Skip to content

Commit a4b510c

Browse files
Fix for the bug found by test added in previous commit
1 parent 71c5b84 commit a4b510c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_manipulation_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def _concat_axis_None(arrays):
470470
)
471471
_manager.add_event_pair(ht_copy_ev, cpy_ev)
472472
hev, reshape_copy_ev = ti._copy_usm_ndarray_for_reshape(
473-
src=src_,
473+
src=src2_,
474474
dst=res[fill_start:fill_end],
475475
sycl_queue=exec_q,
476476
depends=[cpy_ev],

0 commit comments

Comments
 (0)