Skip to content

Commit 06afca8

Browse files
authored
Update install.rst
1 parent 9dcb465 commit 06afca8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

cuda_bindings/docs/source/install.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Runtime Requirements
1212
* Linux (x86-64, arm64) and Windows (x86-64)
1313
* Python 3.10 - 3.14
1414
* Driver: Linux (580.65.06 or later) Windows (580.88 or later)
15-
* Optionally, NVRTC, nvJitLink, NVVM, and cuFile from CUDA Toolkit 13.x
15+
* Optionally, NVRTC, nvJitLink, nvFatBin, NVVM, and cuFile from CUDA Toolkit 13.x
1616

1717
.. note::
1818

@@ -52,11 +52,16 @@ Where the optional dependencies include:
5252

5353
* ``nvidia-cuda-nvrtc`` (NVRTC runtime compilation library)
5454
* ``nvidia-nvjitlink`` (nvJitLink library)
55+
* ``nvidia-nvfatbin`` (nvFatBin library)
5556
* ``nvidia-nvvm`` (NVVM library)
5657
* ``nvidia-cufile`` (cuFile library, Linux only)
5758

5859
These are now installed through the ``cuda-toolkit`` metapackage for improved dependency resolution.
5960

61+
.. note::
62+
63+
Tegra users can install the cuDLA wheel from PyPI through ``pip install cuda-toolkit[cudla]==13.*``, if it does not already exist on the system.
64+
6065
Installing from Conda
6166
---------------------
6267

@@ -74,6 +79,10 @@ For example:
7479
7580
$ conda install -c conda-forge cuda-python cuda-version=13
7681
82+
.. note::
83+
84+
Tegra users can install the cuDLA conda package from conda-forge through ``conda install -c conda-forge libcudla cuda-version=13``, if it does not already exist on the system.
85+
7786
Installing from Source
7887
----------------------
7988

0 commit comments

Comments
 (0)