-
Notifications
You must be signed in to change notification settings - Fork 108
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
Option to build GFX9 ROCm support? #696
Comments
The issue is size I believe. You should be able to specify AMD_GPU_TARGETS=gfx900 to get it to build, |
I just tried with
I think adding a simple regex check for if [[ ! "$AMDGPU_TARGETS" =~ gfx9[0-9a-z][0-9a-z] ]]; then
rm -rf /opt/rocm-*/lib/*/library/*gfx9*
fi I can create a pull request for this |
I think I'm no longer interested with ROCm build because I've found that Vulkan is faster than ROCm #705 (comment) |
Can we have a build option to support older GPUs such as GFX9? So that we don't have to patch scripts/build_llama_and_whisper.sh file in order to build for GFX9:
The text was updated successfully, but these errors were encountered: