]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
HIP: Ignore unsupported unroll transformation in fattn-vec (llama/14931)
authoruvos <redacted>
Tue, 29 Jul 2025 15:43:43 +0000 (17:43 +0200)
committerGeorgi Gerganov <redacted>
Sat, 2 Aug 2025 14:51:21 +0000 (17:51 +0300)
commit48e42412a736e47b101207223bcc4931efa28f68
tree314ba5f186626c6ede7972c4171e72345bfddf13
parent8d0b5b3b495bd471a1bdb7952f9e795229ad7a80
HIP: Ignore unsupported unroll transformation in fattn-vec (llama/14931)

llvm with the amdgcn target dose not support unrolling loops with conditional break statements, when those statements can not be resolved at compile time. Similar to other places in GGML lets simply ignore this warning.
src/ggml-cuda/fattn-vec-f16.cuh
src/ggml-cuda/fattn-vec-f32.cuh