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 ebb8489 commit 3ec0bdcCopy full SHA for 3ec0bdc
ggml/src/CMakeLists.txt
@@ -417,10 +417,14 @@ endif()
417
418
if (GGML_VXE)
419
message(STATUS "GGML_VXE triggered")
420
+ add_compile_definitions(GGML_VXE)
421
target_compile_definitions(ggml PRIVATE GGML_VXE)
422
+ target_compile_definitions(ggml-base PRIVATE GGML_VXE)
423
endif()
424
425
if (GGML_NNPA)
426
message(STATUS "GGML_NNPA triggered")
427
+ add_compile_definitions(GGML_NNPA)
428
target_compile_definitions(ggml PRIVATE GGML_NNPA)
429
+ target_compile_definitions(ggml-base PRIVATE GGML_NNPA)
430
0 commit comments