-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[DLPack] Bump dlpack to v1.3 #77523
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
[DLPack] Bump dlpack to v1.3 #77523
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
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.
Pull request overview
This PR updates the DLPack library from version 1.2 to version 1.3 in the third-party dependencies. The update includes changing the subproject commit reference, updating the apache-tvm-ffi dependency version to ensure compatibility, and updating the maximum supported DLPack version in the Python interoperability code.
Changes:
- Updated third_party/dlpack submodule to v1.3 commit
- Updated apache-tvm-ffi dependency to version 0.1.8-post.2
- Updated max_version parameter in from_dlpack function to (1, 3)
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| third_party/dlpack | Updates the submodule commit to v1.3 release |
| python/unittest_py/requirements.txt | Updates apache-tvm-ffi to a compatible version for DLPack v1.3 |
| python/paddle/utils/dlpack.py | Updates the maximum supported DLPack version in the from_dlpack function |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit e73f1ac.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #77523 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 1
Branches ? 0
===========================================
Hits ? 1
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR Category
Execute Infrastructure
PR Types
Devs
Description
Bump third_party DLPack version to v1.31
The
__dlpack_c_exchange_api__already implemented in #76828Footnotes
https://github.com/dmlc/dlpack/releases/tag/v1.3 ↩