threadpool: enable openmp by default for now
This commit is contained in:
parent
204377a0a8
commit
93f170d868
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ option(GGML_METAL_EMBED_LIBRARY "ggml: embed Metal library"
|
||||||
set (GGML_METAL_MACOSX_VERSION_MIN "" CACHE STRING
|
set (GGML_METAL_MACOSX_VERSION_MIN "" CACHE STRING
|
||||||
"ggml: metal minimum macOS version")
|
"ggml: metal minimum macOS version")
|
||||||
set (GGML_METAL_STD "" CACHE STRING "ggml: metal standard version (-std flag)")
|
set (GGML_METAL_STD "" CACHE STRING "ggml: metal standard version (-std flag)")
|
||||||
option(GGML_OPENMP "ggml: use OpenMP" OFF)
|
option(GGML_OPENMP "ggml: use OpenMP" ON)
|
||||||
option(GGML_RPC "ggml: use RPC" OFF)
|
option(GGML_RPC "ggml: use RPC" OFF)
|
||||||
option(GGML_SYCL "ggml: use SYCL" OFF)
|
option(GGML_SYCL "ggml: use SYCL" OFF)
|
||||||
option(GGML_SYCL_F16 "ggml: use 16 bit floats for sycl calculations" OFF)
|
option(GGML_SYCL_F16 "ggml: use 16 bit floats for sycl calculations" OFF)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue