Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dmlc/dlpack issues and pull requests

#158 - Add fp8/fp6/fp4 types

Pull Request - State: open - Opened by leofang 6 days ago - 2 comments

#157 - DOC: Add Hidet to supported framework list

Pull Request - State: open - Opened by yaoyaoding 6 days ago

#156 - [Feature Request] FP8 Support

Issue - State: open - Opened by LeiWang1999 15 days ago - 13 comments

#155 - Restore CI

Pull Request - State: closed - Opened by take-cheeze 21 days ago

#154 - DOC: fix the link to the NumPy reference implementation

Pull Request - State: closed - Opened by ev-br about 2 months ago

#153 - Add JAX to supported framework list

Pull Request - State: closed - Opened by jeffcarp 2 months ago - 1 comment

#151 - DOC: Add links for paddle backend

Pull Request - State: closed - Opened by HydrogenSulfate 5 months ago

#149 - Tag an official v1.0 release

Issue - State: open - Opened by leofang 5 months ago - 8 comments

#147 - [Discuss] A new version of DLPack Protocol

Issue - State: open - Opened by pradeep-k 8 months ago

#146 - Float8 support

Issue - State: open - Opened by justinchuby 9 months ago

#144 - DOC: Update link to mpi4py implementation

Pull Request - State: closed - Opened by AlenkaF 9 months ago - 2 comments

#143 - Update DLPack diagram to match v1.0 spec

Pull Request - State: closed - Opened by leofang 11 months ago - 3 comments

#142 - Add hyperlinks to array api docs

Pull Request - State: closed - Opened by leofang 11 months ago - 1 comment

#141 - MAINT: Remove unnecessarily defense code from example

Pull Request - State: closed - Opened by seberg 11 months ago

#140 - DOC: Document that GIL must be grabbed (and Py_IsInitialized())

Pull Request - State: closed - Opened by seberg 11 months ago - 2 comments

#139 - Circumnavigation in the Python DLPack docs

Issue - State: closed - Opened by pitrou 12 months ago - 2 comments

#138 - [REQUEST] `kDLROCMManaged` type (analogue to `kDLCUDAManaged`)

Issue - State: open - Opened by domcharrier 12 months ago - 1 comment

#137 - Update DLPack diagram in the docs

Issue - State: closed - Opened by leofang 12 months ago - 3 comments

#136 - Add a new bit mask for copy + Update Python array API spec

Pull Request - State: closed - Opened by leofang about 1 year ago - 12 comments

#135 - Possible to share dlpack tensor across python process?

Issue - State: open - Opened by shashikg about 1 year ago - 1 comment

#134 - Add view/copy informational flag

Issue - State: closed - Opened by seberg about 1 year ago - 1 comment

#133 - Copy treatment on 0-size arrays from Python docs

Pull Request - State: closed - Opened by leofang about 1 year ago

#132 - Question about expectation on cross-hardware

Issue - State: closed - Opened by fcharras about 1 year ago - 4 comments

#131 - Prefer explicitly-sized ints over enums

Issue - State: open - Opened by pitrou over 1 year ago

#130 - Consider giving Cython example

Issue - State: closed - Opened by pitrou over 1 year ago - 4 comments

#129 - Unclear if tensor deleter requires the caller to take the GIL

Issue - State: closed - Opened by pitrou over 1 year ago - 2 comments

#128 - Numpy implementation link invalid

Issue - State: open - Opened by pitrou over 1 year ago

#127 - [DISCUSS] Are Sparse NdArrays out of scope?

Issue - State: open - Opened by judahrand over 1 year ago - 2 comments

#124 - [DISCUSS] Common DLPack Harness for Web

Issue - State: open - Opened by tqchen almost 2 years ago - 1 comment

#123 - How to share data without requiring consumer to "own" the input tensor?

Issue - State: open - Opened by galv almost 2 years ago - 3 comments

#122 - Add support for Axelera device

Pull Request - State: open - Opened by denizhasan almost 2 years ago - 3 comments

#121 - Add support for ORT device

Pull Request - State: closed - Opened by kyule7 almost 2 years ago - 3 comments

#120 - [RFC] [DeviceType] Add support for MAIA

Pull Request - State: closed - Opened by kyule7 almost 2 years ago - 14 comments

#119 - Hotfix version

Pull Request - State: closed - Opened by tqchen about 2 years ago

#118 - [VERSION] Bump to v0.8

Pull Request - State: closed - Opened by tqchen about 2 years ago - 3 comments

#116 - Next steps for the Python API?

Issue - State: closed - Opened by seberg about 2 years ago - 7 comments

#115 - Question about API choices

Issue - State: open - Opened by seberg about 2 years ago

#114 - Add `kDLBool` type

Pull Request - State: closed - Opened by leofang over 2 years ago - 10 comments

#113 - [ABI] ABI Update For adding Version to DLPack

Pull Request - State: closed - Opened by tqchen over 2 years ago - 16 comments

#112 - [Feature Request] protobuf dlpack support

Issue - State: open - Opened by edgarriba over 2 years ago

#111 - Give DLDeviceType a sentinel value

Issue - State: open - Opened by cconvey over 2 years ago - 1 comment

#110 - [NOTICE] ABI Update For adding Version to DLPack

Issue - State: open - Opened by tqchen over 2 years ago - 10 comments
Labels: status: rfc

#109 - Add support to Axelera accelerator

Issue - State: closed - Opened by denizhasan over 2 years ago - 3 comments

#108 - [VERSION] Bump version and prep for v0.7 release

Pull Request - State: closed - Opened by tqchen over 2 years ago

#107 - Request to release 0.7

Issue - State: closed - Opened by oleksandr-pavlyk over 2 years ago - 4 comments

#106 - Add tests for numpy, tensorflow, torch, and mxnet

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago - 8 comments

#105 - [ABI break] Append new fields to DLManagedTensor

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago - 3 comments

#104 - [DISCUSS][RFC] DLPack Versioning and ABI Update

Issue - State: open - Opened by tqchen almost 3 years ago - 50 comments
Labels: status: rfc

#103 - Interaction of `DLManagedTensor::deleter` and the GIL

Issue - State: closed - Opened by wjakob almost 3 years ago - 16 comments

#102 - Signedness of attributes like `DLTensor::ndim`, `DLTensor::shape`

Issue - State: closed - Opened by wjakob almost 3 years ago - 2 comments

#101 - [ABI break] Add new structs with version info and readonly flag

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago - 11 comments

#100 - Add an ABI version

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago

#99 - Clarify alignment requirement

Issue - State: open - Opened by tirthasheshpatel almost 3 years ago

#98 - Add a note about non-native endianness

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago - 3 comments

#97 - Endianness support is missing

Issue - State: open - Opened by leofang almost 3 years ago - 9 comments

#96 - Add a few more links to community projects

Pull Request - State: closed - Opened by leofang almost 3 years ago - 3 comments

#95 - Add the documentation website link to README

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago

#94 - Fix deploy job

Pull Request - State: closed - Opened by tirthasheshpatel almost 3 years ago

#93 - Add Purpose, Scope, Roadmap, and a Python specification

Pull Request - State: closed - Opened by tirthasheshpatel about 3 years ago - 3 comments

#92 - Add a script to deploy docs on `gh-pages` branch

Pull Request - State: closed - Opened by tirthasheshpatel about 3 years ago - 4 comments

#91 - Deploy docs (Testing)

Pull Request - State: closed - Opened by tirthasheshpatel about 3 years ago

#90 - Add Sphinx to build documentation for DLPack

Pull Request - State: closed - Opened by tirthasheshpatel about 3 years ago - 6 comments

#89 - Typoe fixes in comments

Issue - State: closed - Opened by wookey about 3 years ago - 4 comments

#88 - Add kDLWebGPU to support GPUs via the WebGPU standard

Pull Request - State: closed - Opened by csullivan over 3 years ago

#87 - Add kDLHexagon for Qualcomm Hexagon DSP

Pull Request - State: closed - Opened by csullivan over 3 years ago - 2 comments

#86 - [ENUM] Declare DLDeviceType as int32 enum in c++

Pull Request - State: closed - Opened by tqchen over 3 years ago - 3 comments

#85 - enum size is not guaranteed to be sizeof(int)

Issue - State: closed - Opened by sunwayforever over 3 years ago

#83 - Add a note on alignment requirement of data pointer

Pull Request - State: closed - Opened by rgommers over 3 years ago - 19 comments

#82 - Updated README.md

Pull Request - State: closed - Opened by Yodeman over 3 years ago

#81 - Update docs/Doxyfile project brief and about description

Pull Request - State: closed - Opened by csullivan over 3 years ago

#80 - About description update

Issue - State: closed - Opened by csullivan over 3 years ago - 4 comments

#79 - [Apps] Replace the from_numpy demo with a more comprehensive example.

Pull Request - State: closed - Opened by jwfromm over 3 years ago - 5 comments

#78 - Add oneapi support

Pull Request - State: closed - Opened by oleksandr-pavlyk over 3 years ago - 18 comments

#77 - [VERSION] bump to v0.6

Pull Request - State: closed - Opened by tqchen over 3 years ago - 1 comment

#76 - Add bool type to DLDataTypeCode enum

Pull Request - State: closed - Opened by alonre24 over 3 years ago

#75 - [DISCUSS] Support kDLBool type

Issue - State: closed - Opened by alonre24 over 3 years ago - 18 comments

#74 - Specify DLPack helper C APIs

Issue - State: open - Opened by leofang over 3 years ago - 5 comments

#73 - ABI: uint8 too small for potential `complex quad` itemsize bits?

Issue - State: open - Opened by seberg over 3 years ago - 1 comment

#72 - Add ABI version.

Pull Request - State: closed - Opened by hameerabbasi over 3 years ago - 1 comment

#71 - Add `kDLROCMHost` and `kDLCUDAManaged`

Pull Request - State: closed - Opened by leofang almost 4 years ago - 10 comments

#70 - [RFC] Add `kDLROCMHost` and `kDLCUDAManaged`

Issue - State: closed - Opened by leofang almost 4 years ago - 15 comments

#69 - [VERSION] Bump to v0.5

Pull Request - State: closed - Opened by tqchen almost 4 years ago - 7 comments

#68 - Rename kDLGPU to kDLCUDA, and kDLCPUPinned to kDLCUDAHost

Pull Request - State: closed - Opened by YuchenJin almost 4 years ago

#67 - [RFC] Rename kDLGPU to kDLCUDA, and kDLCPUPinned to kDLCUDAHost

Issue - State: closed - Opened by YuchenJin almost 4 years ago - 13 comments

#66 - Add a comment for complex numbers

Pull Request - State: closed - Opened by leofang almost 4 years ago - 6 comments

#65 - Standardize C interface for stream exchange

Issue - State: open - Opened by kkraus14 almost 4 years ago - 4 comments

#64 - [VERSION] Bump to 0.4.0

Pull Request - State: closed - Opened by tqchen almost 4 years ago - 2 comments

#63 - [CI] Migrate to GH Actions

Pull Request - State: closed - Opened by tqchen about 4 years ago

#62 - Rename DLContext to DLDevice

Pull Request - State: closed - Opened by icemelon about 4 years ago - 2 comments

#61 - [RFC] Rename DLContext to DLDevice

Issue - State: closed - Opened by icemelon about 4 years ago - 18 comments

#60 - Support "struct of arrays" based complex numbers

Issue - State: open - Opened by leofang about 4 years ago - 2 comments

#59 - [CHANGE] Introduce OpaqueHandle

Pull Request - State: closed - Opened by tqchen about 4 years ago - 1 comment

#58 - Support complex numbers in DLPack

Pull Request - State: closed - Opened by leofang about 4 years ago - 3 comments

#57 - Specify synchronization semantics

Issue - State: closed - Opened by kkraus14 about 4 years ago - 62 comments