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 204377a commit 93f170dCopy full SHA for 93f170d
ggml/CMakeLists.txt
@@ -146,7 +146,7 @@ option(GGML_METAL_EMBED_LIBRARY "ggml: embed Metal library"
146
set (GGML_METAL_MACOSX_VERSION_MIN "" CACHE STRING
147
"ggml: metal minimum macOS version")
148
set (GGML_METAL_STD "" CACHE STRING "ggml: metal standard version (-std flag)")
149
-option(GGML_OPENMP "ggml: use OpenMP" OFF)
+option(GGML_OPENMP "ggml: use OpenMP" ON)
150
option(GGML_RPC "ggml: use RPC" OFF)
151
option(GGML_SYCL "ggml: use SYCL" OFF)
152
option(GGML_SYCL_F16 "ggml: use 16 bit floats for sycl calculations" OFF)
0 commit comments