Skip to content

Commit 8fbbfde

Browse files
authored
Merge pull request #73 from DarthAffe/build
Reduced cuda-architecture set again due to nuget size limits
2 parents e0aa7c4 + f496689 commit 8fbbfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
82+
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89;100" -DSD_BUILD_SHARED_LIBS=ON
8383
cmake --build . --config Release
8484
8585
- name: Upload artifact

0 commit comments

Comments
 (0)