-
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
Added support for consuming DLPack allocated on a sub-device #984
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/984/index.html |
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_64 ran successfully. |
0fa30ee
to
70fdc5e
Compare
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_64 ran successfully. |
91a2851
to
72386fe
Compare
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_68 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_68 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev1=py310h8c27c75_69 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev2=py310h8c27c75_6 ran successfully. |
USM allocation must be bound to the default context. When producing DLPack, device_id is populated with id of the ancestor root device. Code remains functional on systems where default_context extension support is not enabled (e.g. Windows), but DLPack sharing is limited to allocation made on root devices only.
e8c29dd
to
7bd938d
Compare
Array API standard conformance tests for dpctl=0.14.0dev2=py310h8c27c75_4 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.0dev2=py310h8c27c75_4 ran successfully. |
USM allocation must be bound to the default context. When producing DLPack, 'device_id; is populated with id of the ancestor root device.