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 1b4dbf4 commit 46227c6Copy full SHA for 46227c6
ggml/src/ggml-cpu/CMakeLists.txt
@@ -443,7 +443,6 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
443
elseif (GGML_SYSTEM_ARCH STREQUAL "s390x")
444
message(STATUS "s390x detected")
445
list(APPEND GGML_CPU_SOURCES ggml-cpu/arch/s390/quants.c)
446
- list(APPEND GGML_CPU_SOURCES ggml-cpu/arch/s390/typedef.h)
447
file(READ "/proc/cpuinfo" CPUINFO_CONTENTS)
448
string(REGEX REPLACE "machine[ \t\r\n]*=[ \t\r\n]*([0-9]+)" "\\1" S390X_M ${CPUINFO_CONTENTS})
449
0 commit comments