We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f79a80 commit 4c7546fCopy full SHA for 4c7546f
1 file changed
.github/workflows/CI_macos_linux_windows_pixi.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
SOFA_BUILD_TYPE: ${{ matrix.build_type }}
41
run: |
42
- pixi run -e ${{ matrix.environment }} configure -DCMAKE_CUDA_ARCHITECTURES="60;89"
+ pixi run -e ${{ matrix.environment }} configure -DCMAKE_CUDA_ARCHITECTURES="75;89;120"
43
pixi run -e ${{ matrix.environment }} build
44
45
- name: Testing - Run SOFA in batch mode [MacOS/Linux/Windows]
0 commit comments