]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
HIP: Supress transformation warning in softmax.cu
authoruvos <redacted>
Tue, 28 Jan 2025 22:06:32 +0000 (23:06 +0100)
committerGeorgi Gerganov <redacted>
Mon, 3 Feb 2025 20:00:57 +0000 (22:00 +0200)
commit682a6f5f87565aaca583c3f03e12708dbdb3efae
tree436368a868e7f0ab50f1eb61ca4996f699e37429
parent115716d10996cc4efe6a5d9e53cebe230cd4c7c0
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