Skip to content

Commit 7bec2e5

Browse files
Add sm89 and sm110 NVIDIA build targets
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 01842e3 commit 7bec2e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-nvidia.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ jobs:
3030
- gpu_arch: sm70
3131
cuda_arch: "70"
3232
cuda_version: "12.4"
33+
- gpu_arch: sm89
34+
cuda_arch: "89"
35+
cuda_version: "12.4"
3336
- gpu_arch: sm100
3437
cuda_arch: "100"
3538
cuda_version: "13.0"
39+
- gpu_arch: sm110
40+
cuda_arch: "110"
41+
cuda_version: "13.2"
3642
steps:
3743
- name: Check out repository
3844
uses: actions/checkout@v4

0 commit comments

Comments
 (0)