Skip to content

Commit

Permalink
DOC: fix the link to the NumPy reference implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br authored Jan 3, 2025
1 parent cd0d5e4 commit 12dd8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Reference Implementations
Several Python libraries have adopted this standard using Python C API, C++, Cython,
ctypes, cffi, etc:

* NumPy: `Python C API <https://github.com/numpy/numpy/blob/main/numpy/core/src/multiarray/dlpack.c>`__
* NumPy: `Python C API <https://github.com/numpy/numpy/blob/main/numpy/_core/src/multiarray/dlpack.c>`__
* CuPy: `Cython <https://github.com/cupy/cupy/blob/master/cupy/_core/dlpack.pyx>`__
* Tensorflow: `C++ <https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/eager/dlpack.cc>`__,
`Python wrapper using Python C API <https://github.com/tensorflow/tensorflow/blob/a97b01a4ff009ed84a571c138837130a311e74a7/tensorflow/python/tfe_wrapper.cc#L1562>`__,
Expand Down

0 comments on commit 12dd8fa

Please sign in to comment.