File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,39 @@ jobs:
225225 vulkan : false
226226 ccache : true
227227 ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
228+ - os : " win"
229+ name : " avx2-x64"
230+ runs-on : " windows-cuda-11-7"
231+ cmake-flags : " -DLLAMA_CURL=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
232+ run-e2e : true
233+ vulkan : false
234+ ccache : false
235+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
236+ - os : " win"
237+ name : " noavx-x64"
238+ runs-on : " windows-cuda-11-7"
239+ cmake-flags : " -DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_F16C=OFF -DGGML_NATIVE=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
240+ run-e2e : false
241+ vulkan : false
242+ ccache : false
243+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
244+ - os : " win"
245+ name : " avx-x64"
246+ runs-on : " windows-cuda-12-0"
247+ cmake-flags : " -DLLAMA_CURL=OFF -DGGML_AVX2=OFF -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
248+ run-e2e : true
249+ vulkan : false
250+ ccache : false
251+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
252+ - os : " win"
253+ name : " avx512-x64"
254+ runs-on : " windows-cuda-12-0"
255+ cmake-flags : " -DLLAMA_CURL=OFF -DGGML_AVX512=ON -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
256+ run-e2e : false
257+ vulkan : false
258+ ccache : false
259+ ccache-dir : ' C:\Users\ContainerAdministrator\AppData\Local\ccache'
260+
228261
229262 steps :
230263 - name : Clone
You can’t perform that action at this time.
0 commit comments