From 80099db933a2a2b291f213ee48494702073929b3 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 15 Oct 2024 17:57:22 +0000 Subject: [PATCH] mention nvmath-python --- cuda_python/docs/source/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cuda_python/docs/source/index.rst b/cuda_python/docs/source/index.rst index 5019ffef..4b17a1e9 100644 --- a/cuda_python/docs/source/index.rst +++ b/cuda_python/docs/source/index.rst @@ -9,6 +9,10 @@ multiple components: - `cuda.cooperative`_: Pythonic exposure of CUB cooperative algorithms - `cuda.parallel`_: Pythonic exposure of Thrust parallel algorithms +For access to NVIDIA Math Libraries, please refer to `nvmath-python`_. + +.. _nvmath-python: https://docs.nvidia.com/cuda/nvmath-python/latest + CUDA Python is currently undergoing an overhaul to improve existing and bring up new components. All of the previously available functionalities from the ``cuda-python`` package will continue to be available, please refer to the `cuda.bindings`_ documentation for installation guide and further detail.