Skip to content

Conversation

@mehendarkarprajwal
Copy link
Contributor

@mehendarkarprajwal mehendarkarprajwal commented Mar 7, 2025

Closes #12240

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Mar 7, 2025
Comment on lines 292 to 293
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "ppc64")
execute_process(COMMAND bash -c "grep POWER /proc/cpuinfo | head -n 1" OUTPUT_VARIABLE POWER10_M)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you can do this without forking an additional process. Refer to the implementation I did for s390x here: https://github.com/ggml-org/llama.cpp/blob/master/ggml/src/ggml-cpu/CMakeLists.txt#L319-L320

Hello from IBM Technologies Singapore! :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Aaron, thanks for the suggestion.
I have updated it now. :)

@ggerganov ggerganov merged commit eba92d6 into ggml-org:master Mar 18, 2025
47 checks passed
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issues while enabling MMA support on AIX machines

3 participants