We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed76ff6 commit 8459338Copy full SHA for 8459338
ggml/src/CMakeLists.txt
@@ -57,11 +57,15 @@ endif()
57
58
if (GGML_VXE)
59
add_compile_definitions(GGML_VXE)
60
+ target_compile_definitions(ggml PUBLIC GGML_VXE)
61
+ target_compile_definitions(ggml-base PUBLIC GGML_VXE)
62
message(STATUS "GGML_VXE triggered")
63
endif()
64
65
if (GGML_NNPA)
66
add_compile_definitions(GGML_NNPA)
67
+ target_compile_definitions(ggml PUBLIC GGML_NNPA)
68
+ target_compile_definitions(ggml-base PUBLIC GGML_NNPA)
69
message(STATUS "GGML_NNPA triggered")
70
71
0 commit comments