Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues while enabling MMA support on AIX machines #12241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mehendarkarprajwal
Copy link

@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
Contributor

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
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. :)

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
2 participants