We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45478f0 commit 80099dbCopy full SHA for 80099db
cuda_python/docs/source/index.rst
@@ -9,6 +9,10 @@ multiple components:
9
- `cuda.cooperative`_: Pythonic exposure of CUB cooperative algorithms
10
- `cuda.parallel`_: Pythonic exposure of Thrust parallel algorithms
11
12
+For access to NVIDIA Math Libraries, please refer to `nvmath-python`_.
13
+
14
+.. _nvmath-python: https://docs.nvidia.com/cuda/nvmath-python/latest
15
16
CUDA Python is currently undergoing an overhaul to improve existing and bring up new components.
17
All of the previously available functionalities from the ``cuda-python`` package will continue to
18
be available, please refer to the `cuda.bindings`_ documentation for installation guide and further detail.
0 commit comments