Skip to content

Commit 8ced2ab

Browse files
committed
ggml: correct ggml-cpu vxe wording
Signed-off-by: Aaron Teo <[email protected]>
1 parent 84ee8b0 commit 8ced2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
321321
list(APPEND ARCH_FLAGS -march=z16 -mtune=z16)
322322
else()
323323
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.")
324+
message(WARNING "Unknown target. If you are compiling for z14 and earlier, you might have to add -DGGML_VXE=OFF.")
325325
list(APPEND ARCH_FLAGS -march=native -mtune=native)
326326
endif()
327327

0 commit comments

Comments
 (0)