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 28d779f commit 36e3c36Copy full SHA for 36e3c36
dpbench/infrastructure/frameworks/dpcpp_framework.py
@@ -59,7 +59,7 @@ def _copy_to_func_impl(ref_array):
59
else:
60
order = "K"
61
return dpt.asarray(
62
- obj=ref_array,
+ ref_array,
63
dtype=ref_array.dtype,
64
device=self.sycl_device,
65
copy=None,
0 commit comments