Add gfx950 target for ROCm 7.2#19834
Conversation
AMD's binary builds do include GFX950.
|
Here is test run in my fork: https://github.com/superm1/llama.cpp/actions/runs/22309686343/job/64538059208 |
|
gfx950 is not supported. it will match llama.cpp/ggml/src/ggml-cuda/common.cuh Line 90 in 9051663 llama.cpp/ggml/src/ggml-cuda/vendors/hip.h Line 198 in 9051663 Unfortunately the hip compiler dose not provide a better solution to detect it on the device side at compile time other than to add every device family. Someone with access to gfx950 hardware will have to add it, then test, and ideally also tune the parameters these macros are for first. |
|
@slojosic-amd can you help? |
CISC
left a comment
There was a problem hiding this comment.
Since this is not built by any other CI I'd like to see a fresh successful run please.
AMD's binary builds do include GFX950.
CC @IMbackK , @slojosic-amd, @hammmmy