@@ -101,14 +101,14 @@ 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;80;89;90" -DSD_BUILD_SHARED_LIBS=ON
104+ cmake .. -DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;75;80;89;90;120 " -DSD_BUILD_SHARED_LIBS=ON
105105 cmake --build . --config Release
106106
107107 - name : Upload artifact
108108 id : upload_artifact
109109110110 with :
111- name : windows-${{ matrix.build }}
111+ name : windows-cuda12
112112 path : .\build\bin\Release\stable-diffusion.dll
113113
114114 windows-cuda11 :
@@ -167,7 +167,7 @@ jobs:
167167 id : upload_artifact
168168169169 with :
170- name : windows-${{ matrix.build }}
170+ name : windows-cuda11
171171 path : .\build\bin\Release\stable-diffusion.dll
172172
173173 windows-sycl :
@@ -294,7 +294,7 @@ jobs:
294294 id : upload_artifact
295295296296 with :
297- name : windows-${{ matrix.build }}
297+ name : windows-vulkan
298298 path : .\build\bin\Release\stable-diffusion.dll
299299
300300 linux-cpu :
@@ -368,7 +368,7 @@ jobs:
368368 id : upload_artifact
369369370370 with :
371- name : linux-${{ matrix.build }}
371+ name : linux-$cuda12
372372 path : ./build/bin/libstable-diffusion.so
373373
374374 linux-cuda11 :
@@ -403,7 +403,7 @@ jobs:
403403 id : upload_artifact
404404405405 with :
406- name : linux-${{ matrix.build }}
406+ name : linux-cuda11
407407 path : ./build/bin/libstable-diffusion.so
408408
409409 linux-sycl :
@@ -443,7 +443,7 @@ jobs:
443443 id : upload_artifact
444444445445 with :
446- name : linux-${{ matrix.build }}
446+ name : linux-sycl
447447 path : ./build/bin/libstable-diffusion.so
448448
449449 linux-hip :
0 commit comments