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 0e7e69f commit 0a5ffd4Copy full SHA for 0a5ffd4
ggml/src/ggml-cpu/CMakeLists.txt
@@ -287,7 +287,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
287
endif()
288
289
290
- elseif ("${CMAKE_SYSTEM_PROCESSOR} " STREQUAL "ppc64 " OR "${CMAKE_SYSTEM_PROCESSOR} " STREQUAL "powerpc ")
+ elseif ("${CMAKE_SYSTEM_PROCESSOR} " STREQUAL "ppc64le " OR "${CMAKE_SYSTEM_PROCESSOR} " STREQUAL "powerpc ")
291
message(STATUS "PowerPC detected")
292
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "ppc64")
293
file(READ "/proc/cpuinfo" POWER10_M)
0 commit comments