Skip to content

Commit 4c7546f

Browse files
committed
Change minimum version of cuda architecture because cuda13 doesn't support archiecture before 75 (Turing)
1 parent 6f79a80 commit 4c7546f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_macos_linux_windows_pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
SOFA_BUILD_TYPE: ${{ matrix.build_type }}
4141
run: |
42-
pixi run -e ${{ matrix.environment }} configure -DCMAKE_CUDA_ARCHITECTURES="60;89"
42+
pixi run -e ${{ matrix.environment }} configure -DCMAKE_CUDA_ARCHITECTURES="75;89;120"
4343
pixi run -e ${{ matrix.environment }} build
4444
4545
- name: Testing - Run SOFA in batch mode [MacOS/Linux/Windows]

0 commit comments

Comments
 (0)