Skip to content

Commit 205c814

Browse files
authored
CI: build with CUDA 13.1.1 (#1766)
Contributes to rapidsai/build-planning#248 Updates CUDA 13.1.x CI configurations and docs from 13.1.0 to 13.1.1 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) - Ben Frederickson (https://github.com/benfred) URL: #1766
1 parent 991fa53 commit 205c814

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
cuda_version:
5555
- &latest_cuda12 '12.9.1'
56-
- &latest_cuda13 '13.1.0'
56+
- &latest_cuda13 '13.1.1'
5757
arch:
5858
- amd64
5959
- arm64

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
matrix:
360360
cuda_version:
361361
- &latest_cuda12 '12.9.1'
362-
- &latest_cuda13 '13.1.0'
362+
- &latest_cuda13 '13.1.1'
363363
arch:
364364
- amd64
365365
- arm64

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
cuda_version:
6464
- '12.9.1'
65-
- '13.1.0'
65+
- '13.1.1'
6666
with:
6767
build_type: ${{ inputs.build_type }}
6868
branch: ${{ inputs.branch }}

java/docker-build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CUDA_VERSION=13.0.0 ./build-in-docker
4040
### Core Configuration
4141

4242
- **`CUDA_VERSION`**: CUDA toolkit version to use (default: `12.9.1`)
43-
- Examples: `12.9.1`, `13.0.0`, `13.1.0`
43+
- Examples: `12.9.1`, `13.0.2`, `13.1.1`
4444
- **`OS_VERSION`**: Rocky Linux OS version to use (default: `9`)
4545
- Supported values: `8`, `9`
4646
- **`CMAKE_GENERATOR`**: CMake generator to use (default: `Ninja`)
@@ -78,7 +78,7 @@ The build system automatically detects the host architecture:
7878
### Development Build with Custom CUDA Version (Default: All GPU Architectures)
7979

8080
```bash
81-
CUDA_VERSION=13.1.0 JNI_DOCKER_DEV_BUILD=ON ./build-in-docker
81+
CUDA_VERSION=13.1.1 JNI_DOCKER_DEV_BUILD=ON ./build-in-docker
8282
```
8383

8484
### Production Build with Rocky Linux 8

0 commit comments

Comments
 (0)