Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Issues while enabling MMA support on AIX machines #12241

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

Merged
merged 1 commit into from
Mar 18, 2025

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
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
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.