]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
HIP: Supress transformation warning in softmax.cu
authoruvos <redacted>
Tue, 28 Jan 2025 22:06:32 +0000 (23:06 +0100)
committerGitHub <redacted>
Tue, 28 Jan 2025 22:06:32 +0000 (23:06 +0100)
commitbe5ef7963fcf14a9c77c963fdd3f7b606eacb498
treee6944bd3d2cac78961ccb4dca19071f6da5b1262
parentcae9fb4361138b937464524eed907328731b81f6
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.
ggml/src/ggml-cuda/softmax.cu