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 84ee8b0 commit 8ced2abCopy full SHA for 8ced2ab
ggml/src/ggml-cpu/CMakeLists.txt
@@ -321,7 +321,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
321
list(APPEND ARCH_FLAGS -march=z16 -mtune=z16)
322
else()
323
message(STATUS "Unknown target")
324
- message(WARNING "Unknown target. If you are compiling for z15 and earlier, you might have to add -DGGML_VXE=OFF.")
+ message(WARNING "Unknown target. If you are compiling for z14 and earlier, you might have to add -DGGML_VXE=OFF.")
325
list(APPEND ARCH_FLAGS -march=native -mtune=native)
326
endif()
327
0 commit comments