mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
Compare commits
No commits in common. "5411ec06308fcc354702cf1eee4d5bc13a2dad08" and "b57c6d81134c1d76b3c4ce6e4e846c350a8b49d2" have entirely different histories.
5411ec0630
...
b57c6d8113
8
.github/workflows/backends.yml
vendored
8
.github/workflows/backends.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- build: 'avx512'
|
||||
defines: '-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON'
|
||||
- build: 'cuda12'
|
||||
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;89" -DSD_BUILD_SHARED_LIBS=ON'
|
||||
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON'
|
||||
- build: 'vulkan'
|
||||
defines: "-DSD_VULKAN=ON -DSD_BUILD_SHARED_LIBS=ON"
|
||||
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- build: 'cuda11'
|
||||
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_ARCHITECTURES="61" -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"'
|
||||
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_FLAGS="-allow-unsupported-compiler"'
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -225,9 +225,9 @@ jobs:
|
||||
- build: 'avx512'
|
||||
defines: '-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON'
|
||||
- build: 'cuda11'
|
||||
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61" -DSD_BUILD_SHARED_LIBS=ON'
|
||||
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON'
|
||||
- build: 'cuda12'
|
||||
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="61;89" -DSD_BUILD_SHARED_LIBS=ON'
|
||||
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON'
|
||||
- build: 'sycl'
|
||||
defines: '-DSD_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DSD_BUILD_SHARED_LIBS=ON'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user