Compare commits

...

1 commit

Author SHA1 Message Date
github-actions
84bd9f4241 Automated documentation update [skip ci] 2023-09-27 19:18:21 +00:00

View file

@ -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 |