mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-10 02:45:32 -04:00
ggml-cpu: bruteforce macro definitions
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -57,11 +57,15 @@ endif()
|
||||
|
||||
if (GGML_VXE)
|
||||
add_compile_definitions(GGML_VXE)
|
||||
target_compile_definitions(ggml PUBLIC GGML_VXE)
|
||||
target_compile_definitions(ggml-base PUBLIC GGML_VXE)
|
||||
message(STATUS "GGML_VXE triggered")
|
||||
endif()
|
||||
|
||||
if (GGML_NNPA)
|
||||
add_compile_definitions(GGML_NNPA)
|
||||
target_compile_definitions(ggml PUBLIC GGML_NNPA)
|
||||
target_compile_definitions(ggml-base PUBLIC GGML_NNPA)
|
||||
message(STATUS "GGML_NNPA triggered")
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user