Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/src/cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A feature to install the NVIDIA CUDA Toolkit
| installCTKLibraries | Shortcut to install all CUDA Toolkit Libraries | boolean | true |
| installDevPackages | Whether to install the CUDA dev packages (static libraries + headers) | boolean | true |
| installcuDNN | Install CUDA Deep Neural Network Library (cuDNN) | boolean | false |
| installcuDSS | Install CUDA Direct Solver of Sparse Linear Systems (cuDSS) | boolean | false |
| installcuTensor | Install CUDA Tensor Linear Algebra Library (cuTensor) | boolean | false |
| installNCCL | Install NVIDIA Collective Communications Library (NCCL) | boolean | true |
| installCUDARuntime | Install CUDA Runtime Library (cudart) | boolean | true |
Expand Down
1 change: 1 addition & 0 deletions features/src/llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A feature to install LLVM compilers and tools
|-----|-----|-----|-----|
| version | LLVM version to install. | string | dev |
| packages | LLVM packages to install. | string | all |
| repoVersionOverride | Override the apt repo version component (i.e. `llvm-toolchain-jammy-<ver>`) in case the LLVM repo is in a transitional state and the desired version isn't published to the version-specific URL yet. | string | - |

## Customizations

Expand Down