-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Compile bug: There was a errror while compiling support for the backend Vulkan #12619
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
Your Vulkan headers are too old. |
Do you know how to update the Vulkan headers? |
That depends on your system. Maybe it's possible to install a Vulkan SDK, or some PPA if it's Debian-based. |
I don't know how to get the up-to-date Vulkan SDK version of linux with aarch64 architecture. |
Do you know how to get the latest Vulkan SDK? My environment is ubuntu 22.04 and the cpu architecture is aarch64. |
That's just for AMD64. But I don't know the best way for AARCH64, maybe the only option is building it yourself. |
Thank you very much!!! |
I just updated the github workflow so that it works on the current setup. |
Git commit
git clone https://github.com/ggml-org/llama.cpp.git
Operating systems
Linux
GGML backends
Vulkan
Problem description & steps to reproduce
I'm trying to compile llama.cpp with vulkan support on a fresh install of orange pi 5 and get error.
Here are the exact commands that I used:
cmake -B build -DGGML_VULKAN=ON
cmake --build build
First Bad Commit
No response
Compile command
Relevant log output
The text was updated successfully, but these errors were encountered: