Skip to content
RFC for common in-memory tensor structure and operator interface for deep learning system
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
apps/from_numpy Clarification (#40) May 30, 2019
cmake/template Install CMake config (#31) Dec 10, 2018
contrib Add Prefix to DLPack device and type Enumerations (#20) Oct 26, 2017
docs add CMake support Feb 25, 2017
include/dlpack Clarification (#40) May 30, 2019
tests [BUILD/TEST] Formalize tests, project structure (#14) Jun 2, 2017
.gitignore [BUILD/TEST] Formalize tests, project structure (#14) Jun 2, 2017
.travis.yml [BUILD/TEST] Formalize tests, project structure (#14) Jun 2, 2017
CMakeLists.txt CMake: Add BUILD_MOCK option (#36) Mar 25, 2019
LICENSE Init commit Feb 24, 2017
Makefile
NEWS.md
README.md Release note of 0.2 (#22) Oct 29, 2017

README.md

DLPack: Open In Memory Tensor Structure

Build Status

DLPack is an open in-memory tensor structure to for sharing tensor among frameworks. DLPack enables

  • Easier sharing of operators between deep learning frameworks.
  • Easier wrapping of vendor level operator implementations, allowing collaboration when introducing new devices/ops.
  • Quick swapping of backend implementations, like different version of BLAS
  • For final users, this could bring more operators, and possiblity of mixing usage between frameworks.

We do not intend to implement of Tensor and Ops, but instead use this as common bridge to reuse tensor and ops across frameworks.

Proposal Procedure

RFC proposals are opened as issues. The major release will happen as a vote issue to make sure the participants agree on the changes.

Project Structure

There are two major components so far

  • include: stablized headers
  • contrib: in progress unstable libraries

People

Here are list of people who have been involved in DLPack RFC design proposals:

@soumith @piiswrong @Yangqing @naibaf7 @bhack @edgarriba @tqchen @prigoyal @zdevito

You can’t perform that action at this time.