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

Remove (migrated) DLPack docs from Data Interchange page #396

Merged
merged 3 commits into from
Feb 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add DLPack Support section back
  • Loading branch information
tirthasheshpatel authored Feb 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4884cc817a0e5489a4584d00de57781797838eb2
3 changes: 3 additions & 0 deletions spec/design_topics/data_interchange.rst
Original file line number Diff line number Diff line change
@@ -39,6 +39,9 @@ The interchange mechanism must offer the following:
C/C++, and are released independently from each other. Hence a stable C
ABI is required for packages to work well together.*

DLPack: An in-memory tensor structure
-------------------------------------

The best candidate for this protocol is
`DLPack <https://dmlc.github.io/dlpack/latest/>`_, and hence that is what this
standard has chosen as the primary/recommended protocol. Note that the