From bca53dcd418bff3b9422f86ce42503a32a430b5f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Mar 2026 16:17:15 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- features/src/cuda/README.md | 1 + features/src/llvm/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/features/src/cuda/README.md b/features/src/cuda/README.md index 039da203..aa23bea0 100644 --- a/features/src/cuda/README.md +++ b/features/src/cuda/README.md @@ -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 | diff --git a/features/src/llvm/README.md b/features/src/llvm/README.md index 82f71478..e920070b 100644 --- a/features/src/llvm/README.md +++ b/features/src/llvm/README.md @@ -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-`) 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