mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
Update CMakeLists.txt for K80
This commit is contained in:
@@ -242,7 +242,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
|
|||||||
list(APPEND ARCH_DEFINITIONS GGML_AVX2)
|
list(APPEND ARCH_DEFINITIONS GGML_AVX2)
|
||||||
endif()
|
endif()
|
||||||
if (GGML_AVX_VNNI)
|
if (GGML_AVX_VNNI)
|
||||||
list(APPEND ARCH_FLAGS -mavxvnni)
|
# list(APPEND ARCH_FLAGS -mavxvnni)
|
||||||
list(APPEND ARCH_DEFINITIONS GGML_AVX_VNNI)
|
list(APPEND ARCH_DEFINITIONS GGML_AVX_VNNI)
|
||||||
endif()
|
endif()
|
||||||
if (GGML_AVX512)
|
if (GGML_AVX512)
|
||||||
|
|||||||
Reference in New Issue
Block a user