• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apps/from_numpy/H29-Mar-2019-

cmake/template/H29-Mar-2019-

contrib/H29-Mar-2019-

docs/H03-May-2022-

include/dlpack/H29-Mar-2019-

tests/H29-Mar-2019-

.gitignoreH A D29-Mar-2019262

.travis.ymlH A D29-Mar-2019502

LICENSEH A D29-Mar-201911.1 KiB

MakefileH A D29-Mar-2019827

NEWS.mdH A D29-Mar-2019525

README.mdH A D29-Mar-20191.2 KiB

README.md

1# DLPack: Open In Memory Tensor Structure
2
3[![Build Status](https://travis-ci.org/dmlc/dlpack.svg?branch=master)](https://travis-ci.org/dmlc/dlpack)
4
5DLPack is an open in-memory tensor structure to for sharing tensor among frameworks. DLPack enables
6
7- Easier sharing of operators between deep learning frameworks.
8- Easier wrapping of vendor level operator implementations, allowing collaboration when introducing new devices/ops.
9- Quick swapping of backend implementations, like different version of BLAS
10- For final users, this could bring more operators, and possiblity of mixing usage between frameworks.
11
12We do not intend to implement of Tensor and Ops, but instead use this as common bridge
13to reuse tensor and ops across frameworks.
14
15## Proposal Procedure
16RFC proposals are opened as issues. The major release will happen as a vote issue to make
17sure the participants agree on the changes.
18
19## Project Structure
20There are two major components so far
21- include: stablized headers
22- contrib: in progress unstable libraries
23
24## People
25Here are list of people who have been involved in DLPack RFC design proposals:
26
27@soumith @piiswrong @Yangqing @naibaf7 @bhack @edgarriba @tqchen @prigoyal @zdevito
28