diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-01 01:10:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 01:10:22 +0300 |
commit | 1313517fc4570e32e75b3bc405c7162e7911caff (patch) | |
tree | b580cce65dfb21c5ba5deaa518d9f02e7f51b9a4 /src/nvidia-cuda | |
parent | 2ce89c4a5743e11c9d1d1a37e25373d2fea5fa8e (diff) |
Automated documentation update (#250)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/nvidia-cuda')
-rw-r--r-- | src/nvidia-cuda/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index 710bcf5..735e725 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - | -| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - | +| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false | +| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false | | cudaVersion | Version of CUDA to install | string | 11.7 | | cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 | |