Added support for consuming DLPack allocated on a sub-device#984
Added support for consuming DLPack allocated on a sub-device#984oleksandr-pavlyk merged 3 commits intomasterfrom
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.