-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Compile bug: compilation warnings (clang) Introduced in #10558 #12685
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
Comments
I'll fix it later this week. |
Since I have never used Musa or HIP before, could you please compile my branch and check if there are any warnings before I submit a fix PR? If there are no issues, I will submit a new fix PR. |
You can easily verify this in a Docker container using the following commands: # Assuming `$PWD` is the root of your `llama.cpp` repository
docker run -it -v $PWD:/ws -w /ws mthreads/musa:rc3.1.1-devel-ubuntu22.04 bash
apt update -y && apt install -y cmake ccache git
git config --global --add safe.directory /ws
cmake -B build -DGGML_MUSA=ON -DMUSA_ARCHITECTURES="21"
cmake --build build --config Release BTW, |
Git commit
250d795
Operating systems
Linux
GGML backends
Musa
Problem description & steps to reproduce
The MUSA backend (compiled using Clang) generates warnings in
/ggml/src/ggml-cuda/ssm-conv.cu
.First Bad Commit
250d795
Compile command
cmake -B build -DGGML_MUSA=ON -DMUSA_ARCHITECTURES="21" cmake --build build --config Release
Relevant log output
The text was updated successfully, but these errors were encountered: