Skip to content

Commit 964248d

Browse files
Add paddle to interoperability chapter (NVIDIA#144)
We support `paddle.Tensor.__cuda_array_interface__`(PaddlePaddle/Paddle#68192) and `paddle.to_tensor(tenosr_with_CAI_impl)`(PaddlePaddle/Paddle#69913), so we can convert paddle Tensor from/to other DL frameworks via CAI(based on CAI version 2).
1 parent 3e9e705 commit 964248d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/user/cuda_array_interface.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ The following Python libraries have adopted the CUDA Array Interface:
513513
- `ArrayViews <https://github.com/xnd-project/arrayviews>`_
514514
- `JAX <https://jax.readthedocs.io/en/latest/index.html>`_
515515
- `PyCUDA <https://documen.tician.de/pycuda/tutorial.html#interoperability-with-other-libraries-using-the-cuda-array-interface>`_
516+
- `Paddle <https://www.paddlepaddle.org.cn/>`_
516517
- `DALI: the NVIDIA Data Loading Library <https://github.com/NVIDIA/DALI>`_ :
517518

518519
- `TensorGPU objects

0 commit comments

Comments
 (0)