8000 Add data interchange section, using DLPack by rgommers · Pull Request #34 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add data interchange section, using DLPack #34

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

Merged
merged 6 commits into from
Oct 22, 2020
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
minor cleanup
  • Loading branch information
rgommers committed Sep 13, 2020
commit 7f69239ef791c56a8a2d9e14d946fd058d0811b7
1 change: 0 additions & 1 deletion spec/design_topics/data_interchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The interchange mechanism must offer the following:
_Rationale: all prominent existing array libraries are implemented in
C/C++, and are released independently from each other. Hence a stable C
ABI is required for packages to work well together._
6. An

The best candidate for this protocol is DLPack. See the
[RFC to adopt DLPack](https://github.com/data-apis/consortium-feedback/issues/1)
Expand Down
0