Closed kyule7 closed 10 months ago
Thanks @kyule7 . Would like to get a bit more background on about this device type, is there any public available information that describes the proposed device?
Thanks @kyule7 . Would like to get a bit more background on about this device type, is there any public available information that describes the proposed device?
I do not think there is any good public information about the device, so it is difficult to describe any background and details about it at the moment. Would extending DLDeviceType require any public knowledge about the device?
@kyule7 usually yes, since one goal of DLPack to be stable and widely used, so we would like to maintain a list of public available devices for that purpose. DLExtDevice would serve as a good middle ground for plug in less mature device requirements
@kyule7 usually yes, since one goal of DLPack to be stable and widely used, so we would like to maintain a list of public available devices for that purpose. DLExtDevice would serve as a good middle ground for plug in less mature device requirements
I used DLExtDevice for experiment with a new device for functionality, and planned to extend dlpack first in order to extend the dependent frameworks for the device support. I will close this PR since I do not think any public information about the device is available currently.
thanks @kyule7 you are more than welcome to bring up followups once it is publicly available
gentle ping @kyule7 :)
Could anyone help merging this PR?
Thanks @kyule7 this is now merged
@tqchen worth to release ?
There're a few changes from the Array API side that we're wrapping up, would be nice to hold off a bit 🙂
btw I noticed the doc build CI has been failing for some time (perhaps before this PR). Fixing it in #136.
@tqchen worth to release ?
@edgarriba Would like to apply this change in the dependent framework repos (pytorch and onnxruntime), would there be any chance to have a new release including this PR change?
Hi, v1.0rc is out a few days ago, could you give it a try? https://github.com/dmlc/dlpack/releases/tag/v1.0rc
This PR extends
DLDeviceType
to support Microsoft MAIA devices.