diff --git a/dpbench/infrastructure/frameworks/dpcpp_framework.py b/dpbench/infrastructure/frameworks/dpcpp_framework.py index 21b4c336..7c47fd12 100644 --- a/dpbench/infrastructure/frameworks/dpcpp_framework.py +++ b/dpbench/infrastructure/frameworks/dpcpp_framework.py @@ -59,7 +59,7 @@ def _copy_to_func_impl(ref_array): else: order = "K" return dpt.asarray( - obj=ref_array, + ref_array, dtype=ref_array.dtype, device=self.sycl_device, copy=None,