Skip to content

Commit 27448cd

Browse files
committed
windows cuda build again
1 parent 3fd3396 commit 27448cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mkdir build
8080
cd build
8181
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
82-
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;70;75;80;86;89;90;100;120" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS='-Xcudafe "--diag_suppress=177" -Xcudafe "--diag_suppress=550"'
82+
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;70;75;80;86;89;90;100;120" -DSD_BUILD_SHARED_LIBS=ON
8383
cmake --build . --config Release
8484
8585
- name: Upload artifact

0 commit comments

Comments
 (0)