You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was solved by #1571
It was due to #1526 which added a new condition in def asarray to return the input argument if dpctl returns zero copying but did not check the case when the input array is usm_ndarray.
Thanks for creating the issue .
Description
dpnp.array returns the same object, it is expected that it will return wrapped
dpnp.ndarray
with the same sycl_usm_arrray_interface.Env
Python 3.10.13
The text was updated successfully, but these errors were encountered: