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.
GGML_CPU=OFF
1 parent f643120 commit 4bf3119Copy full SHA for 4bf3119
ggml/src/CMakeLists.txt
@@ -308,7 +308,7 @@ if (GGML_CPU_ALL_VARIANTS)
308
# MSVC doesn't support AMX
309
ggml_add_cpu_backend_variant(sapphirerapids AVX F16C AVX2 FMA AVX512 AVX512_VBMI AVX512_VNNI AVX512_BF16 AMX_TILE AMX_INT8)
310
endif()
311
-else ()
+elseif (GGML_CPU)
312
ggml_add_cpu_backend_variant_impl("")
313
314
0 commit comments