Skip to content

Commit e062cd4

Browse files
authored
Update backends.yml
1 parent c214f0c commit e062cd4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/backends.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mkdir build
102102
cd build
103103
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
104-
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89;100" -DSD_BUILD_SHARED_LIBS=ON
104+
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89;90;100" -DSD_BUILD_SHARED_LIBS=ON
105105
cmake --build . --config Release
106106
107107
- name: Upload artifact
@@ -160,7 +160,7 @@ jobs:
160160
mkdir build
161161
cd build
162162
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
163-
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"
163+
cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;86;89" -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"
164164
cmake --build . --config Release
165165
166166
- name: Upload artifact
@@ -526,8 +526,8 @@ jobs:
526526
needs:
527527
- windows-cpu
528528
- windows-cuda12
529-
# - windows-cuda11
530-
# - windows-sycl
529+
- windows-cuda11
530+
- windows-sycl
531531
- windows-hip
532532
- windows-vulkan
533533
- linux-cpu
@@ -575,6 +575,6 @@ jobs:
575575
name: StableDiffusion.NET.Backend-Nugets
576576
path: ./*.nupkg
577577

578-
- name: Nuget Push
579-
id: nuget_push
580-
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
578+
# - name: Nuget Push
579+
# id: nuget_push
580+
# run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)