-
Notifications
You must be signed in to change notification settings - Fork 13.3k
musa: update compile flags #16265
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
musa: update compile flags #16265
+2
−6
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3db0b7e
to
766bbab
Compare
There are 3 failed CI tests, but they don’t seem related to this PR. |
766bbab
to
5c4459a
Compare
JohannesGaessler
approved these changes
Sep 29, 2025
Signed-off-by: Xiaodong Ye <[email protected]>
5c4459a
to
896455b
Compare
Just rebased on |
@JohannesGaessler Could you please help merge this? The failed CI cases don’t appear to be related to my changes. |
ggerganov
reviewed
Oct 2, 2025
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 2, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 3, 2025
This reverts commit 91a2a56.
gabe-l-hart
added a commit
to gabe-l-hart/llama.cpp
that referenced
this pull request
Oct 3, 2025
* origin/master: (124 commits) metal : fix loop bound in ggml_mem_ranges (ggml-org#16412) llama : fix shapes for bert/mpt q/k norm (ggml-org#16409) ggml : fix graph reallocation with multiple chunks (ggml-org#16396) Fix missing messages on sibling navigation (ggml-org#16408) vulkan: Replace uses of maxMemoryAllocationSize and VK_WHOLE_SIZE (ggml-org#16354) vulkan: Fix FA coopmat1 invalid array indexing (ggml-org#16365) ci : change macos-13 to macos-15-intel (ggml-org#16401) Capture model name only after first token (streaming) or completed request (ggml-org#16405) vulkan: in flash attention, bounds check against nem1 (don't rely on GGML_KQ_MASK_PAD) (ggml-org#16316) webui : Fix messages payload sent to chat completions (ggml-org#16402) fix: track viewportHeight via window.innerHeight to avoid unwanted scrolling (ggml-org#16356) test-barrier : do not use more threads than physically available (ggml-org#16389) ggml webgpu: add support for soft_max, optimize rms_norm (ggml-org#16357) model : Apertus model implementation (ggml-org#15852) musa: update compile flags (ggml-org#16265) ci : fix ubuntu-latest-cmake-rpc (disable ccache) (ggml-org#16388) ci: update vulkan ci (ggml-org#16294) ci : fix clean-up of old logs (ggml-org#16381) SYCL: Update to oneAPI 2025.2 (ggml-org#16371) HIP: add IMbackK to codeowner (ggml-org#16375) ...
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 4, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 5, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 7, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 7, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 9, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 9, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 11, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 11, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 11, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 12, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 13, 2025
This reverts commit 91a2a56.
Nexesenex
added a commit
to Nexesenex/croco.cpp
that referenced
this pull request
Oct 13, 2025
This reverts commit 91a2a56.
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
Nvidia GPU
Issues specific to Nvidia GPUs
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make sure to read the contributing guidelines before submitting a PR
This PR introduces a minor performance improvement on MTGPU by applying updated compiler flags. It also addresses build warnings in recently updated files.