Compare commits

..

No commits in common. "8fbbfde29c8341475802ac70e5fe121fcaff5f49" and "e0aa7c4bda17ca12e7584d3a09a0bb0039740adb" have entirely different histories.

View File

@ -79,7 +79,7 @@ jobs:
mkdir build
cd build
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89;100" -DSD_BUILD_SHARED_LIBS=ON
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;70;75;80;86;89;90;100;120" -DSD_BUILD_SHARED_LIBS=ON
cmake --build . --config Release
- name: Upload artifact