aboutsummaryrefslogtreecommitdiff
path: root/src/nvidia-cuda
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2023-09-28 20:09:30 +0300
committergithub-actions <github-actions@github.com>2023-09-28 20:09:30 +0300
commit147065f96b0b707400f330cfac89c3669822d038 (patch)
tree25a7ad4350c72ec8c3a1d54ce6146030c81b4109 /src/nvidia-cuda
parent0599c63f8fdfd5fd9f81144fc4737d974620ebe8 (diff)
Automated documentation update [skip ci]automated-documentation-update-6342065675
Diffstat (limited to 'src/nvidia-cuda')
-rw-r--r--src/nvidia-cuda/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md
index 7a0343d..e5b9d40 100644
--- a/src/nvidia-cuda/README.md
+++ b/src/nvidia-cuda/README.md
@@ -16,7 +16,9 @@ Installs shared libraries for NVIDIA CUDA.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
+| installCudnnDev | Additionally install CUDA Deep Neural Network (cuDNN) development libraries and headers | boolean | false |
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
+| installToolkit | Additionally install NVIDIA CUDA Toolkit | boolean | false |
| cudaVersion | Version of CUDA to install | string | 11.8 |
| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 |