Update backends.yml

This commit is contained in:
DarthAffe 2025-01-02 12:49:03 +01:00 committed by GitHub
parent b57c6d8113
commit 16f7c1865f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
- build: 'avx512'
defines: '-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON'
- build: 'cuda12'
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON'
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=61,75,86,89,100 -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_FLAGS="-allow-unsupported-compiler"'
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_ARCHITECTURES=61 -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 -DSD_BUILD_SHARED_LIBS=ON'
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=61 -DSD_BUILD_SHARED_LIBS=ON'
- build: 'cuda12'
defines: '-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON'
defines: '-DSD_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=61,75,86,89,100 -DSD_BUILD_SHARED_LIBS=ON'
- build: 'sycl'
defines: '-DSD_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DSD_BUILD_SHARED_LIBS=ON'