All Projects → dmlc → Dlpack

dmlc / Dlpack

Licence: apache-2.0
RFC for common in-memory tensor structure and operator interface for deep learning system

Projects that are alternatives of or similar to Dlpack

Blitz
Blitz++ Multi-Dimensional Array Library for C++
Stars: ✭ 257 (-35.43%)
Mutual labels:  tensor
Grassmann.jl
⟨Leibniz-Grassmann-Clifford⟩ differential geometric algebra / multivector simplicial complex
Stars: ✭ 289 (-27.39%)
Mutual labels:  tensor
Niutensor
NiuTensor is an open-source toolkit developed by a joint team from NLP Lab. at Northeastern University and the NiuTrans Team. It provides tensor utilities to create and train neural networks.
Stars: ✭ 337 (-15.33%)
Mutual labels:  tensor
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (-34.67%)
Mutual labels:  tensor
Es Operator
Kubernetes Operator for Elasticsearch
Stars: ✭ 282 (-29.15%)
Mutual labels:  operator
Ocaml Torch
OCaml bindings for PyTorch
Stars: ✭ 308 (-22.61%)
Mutual labels:  tensor
nativestor
NativeStor provide kubernetes local storage which is light weight and high performance
Stars: ✭ 20 (-94.97%)
Mutual labels:  operator
Kooper
Kooper is a simple Go library to create Kubernetes operators and controllers.
Stars: ✭ 388 (-2.51%)
Mutual labels:  operator
Thinking In Tensors Writing In Pytorch
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
Stars: ✭ 287 (-27.89%)
Mutual labels:  tensor
Chaos Mesh
A Chaos Engineering Platform for Kubernetes.
Stars: ✭ 4,265 (+971.61%)
Mutual labels:  operator
Capsule
Kubernetes Operator for multi-tenancy
Stars: ✭ 261 (-34.42%)
Mutual labels:  operator
Rust Autograd
Tensors and differentiable operations (like TensorFlow) in Rust
Stars: ✭ 278 (-30.15%)
Mutual labels:  tensor
Metering Operator
The Metering Operator is responsible for collecting metrics and other information about what's happening in a Kubernetes cluster, and providing a way to create reports on the collected data.
Stars: ✭ 320 (-19.6%)
Mutual labels:  operator
Service Level Operator
Manage application's SLI and SLO's easily with the application lifecycle inside a Kubernetes cluster
Stars: ✭ 260 (-34.67%)
Mutual labels:  operator
Diffsharp
DiffSharp: Differentiable Functional Programming
Stars: ✭ 365 (-8.29%)
Mutual labels:  tensor
tensors
Tensors in Haskell
Stars: ✭ 36 (-90.95%)
Mutual labels:  tensor
Awesome Operators
A resource tracking a number of Operators out in the wild.
Stars: ✭ 3,318 (+733.67%)
Mutual labels:  operator
Megengine
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
Stars: ✭ 4,081 (+925.38%)
Mutual labels:  tensor
Linstor Server
High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
Stars: ✭ 374 (-6.03%)
Mutual labels:  operator
Involution
[CVPR 2021] Involution: Inverting the Inherence of Convolution for Visual Recognition, a brand new neural operator
Stars: ✭ 252 (-36.68%)
Mutual labels:  operator

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 possibility 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: stabilized 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].