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 922d839 commit d30161cCopy full SHA for d30161c
ggml/CMakeLists.txt
@@ -254,9 +254,9 @@ set (GGML_OPENCL_TARGET_VERSION "300" CACHE STRING
254
set (GGML_VULKAN_SHADERS_GEN_TOOLCHAIN "" CACHE FILEPATH "ggml: toolchain file for vulkan-shaders-gen")
255
256
# extra artifacts
257
-option(GGML_BUILD_TESTS "ggml: build tests" ${GGML_STANDALONE})
258
-option(GGML_CPU_REF "ggml: build reference CPU backend for testing" OFF)
259
-option(GGML_BUILD_EXAMPLES "ggml: build examples" ${GGML_STANDALONE})
+option(GGML_BUILD_TESTS "ggml: build tests" ${GGML_STANDALONE})
+option(GGML_CPU_REF_BACKEND "ggml: build reference CPU backend for testing" OFF)
+option(GGML_BUILD_EXAMPLES "ggml: build examples" ${GGML_STANDALONE})
260
261
#
262
# dependencies
0 commit comments