DLPack: A Common Tensor Exchange Format, DMLC Project Developers, 2023 - The official repository defining the DLPack C ABI specification for zero-copy tensor exchange.
DLPack utilities (jax.dlpack), The JAX authors, 2024 (The JAX authors) - Official documentation for JAX's module supporting DLPack for inter-framework tensor sharing.
Tensor interoperability with DLPack, PyTorch developers, 2024 - Official PyTorch documentation detailing functions for exporting and importing tensors using the DLPack standard.
cupy.from_dlpack, CuPy developers, 2024 - Official CuPy documentation explaining how to import tensors from DLPack capsules.