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 489cdf4 commit 5004e43Copy full SHA for 5004e43
ggml/src/ggml-cpu/CMakeLists.txt
@@ -468,13 +468,11 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
468
message(STATUS "VX/VXE/VXE2 enabled")
469
list(APPEND ARCH_FLAGS -mvx -mzvector)
470
list(APPEND ARCH_DEFINITIONS GGML_VXE)
471
- target_compile_definitions(${GGML_CPU_NAME} PRIVATE GGML_VXE)
472
endif()
473
474
if (GGML_NNPA)
475
message(STATUS "NNPA enabled")
476
list(APPEND ARCH_DEFINITIONS GGML_NNPA)
477
- target_compile_definitions(${GGML_CPU_NAME} PRIVATE GGML_NNPA)
478
479
elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "wasm")
480
message(STATUS "Wasm detected")
0 commit comments