File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -162,15 +162,6 @@ if (GGML_OPENMP)
162162
163163 set (GGML_EXTRA_LIBS ${GGML_EXTRA_LIBS} OpenMP::OpenMP_C OpenMP::OpenMP_CXX)
164164
165- # On MSVC request the experimental OpenMP runtime (exposes newer APIs)
166- if (MSVC )
167- message (STATUS "MSVC detected — requesting /openmp:experimental" )
168- # Apply to C and C++ compile commands (global fallback)
169- add_compile_options ($<$<COMPILE_LANGUAGE:C>:/openmp:experimental>)
170- add_compile_options ($<$<COMPILE_LANGUAGE:CXX>:/openmp:experimental>)
171- # (Optional) also export to linker flags if you need; usually not necessary
172- endif ()
173-
174165 if (GGML_MUSA)
175166 set (GGML_EXTRA_INCLUDES ${GGML_EXTRA_INCLUDES} "/usr/lib/llvm-10/include/openmp" )
176167 set (GGML_EXTRA_LIBS ${GGML_EXTRA_LIBS} "/usr/lib/llvm-10/lib/libomp.so" )
You can’t perform that action at this time.
0 commit comments