We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ae45d commit 4b07f3fCopy full SHA for 4b07f3f
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
# defines: "-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON"
167
# - build: "rocm5.5"
168
# defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030" -DSD_BUILD_SHARED_LIBS=ON'
169
- - build: 'vulkan-noavx'
+ - build: 'vulkan'
170
defines: "-DSD_VULKAN=ON -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DSD_BUILD_SHARED_LIBS=ON"
171
steps:
172
- name: Clone
0 commit comments