]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
HIP: Supress transformation warning in softmax.cu
authoruvos <redacted>
Tue, 28 Jan 2025 22:06:32 +0000 (23:06 +0100)
committerGeorgi Gerganov <redacted>
Wed, 29 Jan 2025 10:57:00 +0000 (12:57 +0200)
commitf96ac55ea6c55e455da7ea2490923d07cce0742f
tree9c461580af72a1b56e865e1639fc224e5b0ce076
parentbf2037f72cc3757ede5485626ed8c307f1531ce6
HIP: Supress transformation warning in softmax.cu

loops with bounds not known at compile time can not be unrolled.
when ncols_template == 0, the bounds of the loop are not constexpr, thus llvm cant unroll the loops here.
src/ggml-cuda/softmax.cu