]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
HIP: Ignore unsupported unroll transformation in fattn-vec (#14931)
authoruvos <redacted>
Tue, 29 Jul 2025 15:43:43 +0000 (17:43 +0200)
committerGitHub <redacted>
Tue, 29 Jul 2025 15:43:43 +0000 (17:43 +0200)
commitc7aa1364fd59b2ac06fd9e0a719253d968472dc3
tree7235668fd5c8f57848a7cf85da322f9d2a326038
parent1a67fcc30677e96dda76bb1b290788e7d8852b51
HIP: Ignore unsupported unroll transformation in fattn-vec (#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.
ggml/src/ggml-cuda/fattn-vec-f16.cuh
ggml/src/ggml-cuda/fattn-vec-f32.cuh