-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
DeviceType enums match dlpack #8407
Conversation
@jwfromm 👋 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @schell !
Looks like the CI is failing due to flakiness. @schell would you mind push an empty commit to retrigger the CI? Thanks a lot! |
Looks like it ran successfully. Now this just needs a stamp of some type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge once the CI is green
Thanks @schell @YuchenJin! It is merged |
* DeviceType enums match dlpack * intentionally left blank
* DeviceType enums match dlpack * intentionally left blank
@jroesch I've updated the rust
DeviceType
enum to match dlpack's definition here: https://github.com/dmlc/dlpack/blob/277508879878e0a5b5b43599b1bea11f66eb3c6c/include/dlpack/dlpack.h#L38-L71