From 0dcdb92406e38caa297643eab5af641f814b4f69 Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Sun, 24 Sep 2023 14:30:40 +0000 Subject: [PATCH] add specificaitons of new option --- src/nvidia-cuda/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index 7a0343d..71cdaf3 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -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 |