Skip to content
forked from dmlc/dlpack

RFC for common in-memory tensor structure and operator interface for deep learning system

License

Notifications You must be signed in to change notification settings

ZhennanQin/dlpack

 
 

Repository files navigation

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

About

RFC for common in-memory tensor structure and operator interface for deep learning system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 35.7%
  • CMake 22.4%
  • Python 19.1%
  • C++ 10.3%
  • Shell 7.1%
  • Makefile 5.4%