Skip to content

Commit ac9be37

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update (#668)
Automated documentation update Co-authored-by: github-actions <github-actions@github.com>
1 parent b60e42f commit ac9be37

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

features/src/cuda/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A feature to install the NVIDIA CUDA Toolkit
2222
| installCTKLibraries | Shortcut to install all CUDA Toolkit Libraries | boolean | true |
2323
| installDevPackages | Whether to install the CUDA dev packages (static libraries + headers) | boolean | true |
2424
| installcuDNN | Install CUDA Deep Neural Network Library (cuDNN) | boolean | false |
25+
| installcuDSS | Install CUDA Direct Solver of Sparse Linear Systems (cuDSS) | boolean | false |
2526
| installcuTensor | Install CUDA Tensor Linear Algebra Library (cuTensor) | boolean | false |
2627
| installNCCL | Install NVIDIA Collective Communications Library (NCCL) | boolean | true |
2728
| installCUDARuntime | Install CUDA Runtime Library (cudart) | boolean | true |

features/src/llvm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ A feature to install LLVM compilers and tools
1717
|-----|-----|-----|-----|
1818
| version | LLVM version to install. | string | dev |
1919
| packages | LLVM packages to install. | string | all |
20+
| 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 | - |
2021

2122
## Customizations
2223

0 commit comments

Comments
 (0)