-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dpctl.asarray()
#640
Comments
It needs to be in the same namespace as the |
* Add `.sycl_queue` property to MemoryUSM* classes per #640 * Change tests to use `.sycl_queue` property
Specs for
With #646, the dpctl.tensor.asarray(obj, dtype=None, copy=None, order="C", device=None, usm_type=None, sycl_queue=None) The
N.B.: presently sequences of
|
@oleksandr-pavlyk |
Please make dpctl to support
asarray()
function which converts containers with__sycl_usm_array_interface__
to dpctl native container.The text was updated successfully, but these errors were encountered: