mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-17 02:29:41 +00:00
⚡ update compile option for avx512vpopcntdq
This commit is contained in:
parent
dd390835ca
commit
8eeb6dd432
5 changed files with 28 additions and 13 deletions
|
@ -175,6 +175,7 @@ elseif (CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64" OR CMAKE_GENERATOR_PLATFORM_LW
|
|||
list(APPEND ARCH_FLAGS -mavx512bw)
|
||||
list(APPEND ARCH_FLAGS -mavx512dq)
|
||||
list(APPEND ARCH_FLAGS -mavx512vnni)
|
||||
list(APPEND ARCH_FLAGS -mavx512vpopcntdq)
|
||||
endif()
|
||||
if (LLAMA_AVX512_BF16)
|
||||
list(APPEND ARCH_FLAGS -mavx512bf16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue