Skip to content
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

Enable dlpack by default #23110

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

take-cheeze
Copy link
Contributor

Description

This PR will enable python dlpack interface by default.

Motivation and Context

dlpack python interface is useful in inference mode not only training mode.
Since some inference result preprocess may be written in torch and making unnecessary device transfer should be reduced in those cases.
closes #15963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Support DLPack protocol in non-training builds
1 participant