Skip to content

Commit

Permalink
change dpctl.asarray calls in dpcpp framework
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Apr 12, 2024
1 parent 1312b03 commit 4b6ebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpbench/infrastructure/frameworks/dpcpp_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b6ebde

Please sign in to comment.