mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-02-03 14:13:46 +08:00
ggml : add AVX512DQ requirement for AVX512 builds (#9622)
This commit is contained in:
parent
bb5f819975
commit
70392f1f81
@ -1186,6 +1186,7 @@ elseif (CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64" OR CMAKE_GENERATOR_PLATFORM_LW
|
|||||||
endif()
|
endif()
|
||||||
if (GGML_AVX512)
|
if (GGML_AVX512)
|
||||||
list(APPEND ARCH_FLAGS -mavx512f)
|
list(APPEND ARCH_FLAGS -mavx512f)
|
||||||
|
list(APPEND ARCH_FLAGS -mavx512dq)
|
||||||
list(APPEND ARCH_FLAGS -mavx512bw)
|
list(APPEND ARCH_FLAGS -mavx512bw)
|
||||||
endif()
|
endif()
|
||||||
if (GGML_AVX512_VBMI)
|
if (GGML_AVX512_VBMI)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user