add specificaitons of new option

This commit is contained in:
Masahiro Wada 2023-09-24 14:30:40 +00:00
parent 5e06743d79
commit 0dcdb92406

View file

@ -16,7 +16,10 @@ 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 |
| installNvcc | Additionally install NVIDIA CUDA Compiler (NVCC) | boolean | false |
| installToolkit | Additionally install NVIDIA CUDA Compiler Toolkit | boolean | false |
| cudaVersion | Version of CUDA to install | string | 11.8 |
| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 |