Skip to content

Commit 36e3c36

Browse files
committed
change dpctl.asarray calls in dpcpp framework
1 parent 28d779f commit 36e3c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpbench/infrastructure/frameworks/dpcpp_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _copy_to_func_impl(ref_array):
5959
else:
6060
order = "K"
6161
return dpt.asarray(
62-
obj=ref_array,
62+
ref_array,
6363
dtype=ref_array.dtype,
6464
device=self.sycl_device,
6565
copy=None,

0 commit comments

Comments
 (0)