Skip to content

b4576

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 22:53
be5ef79
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.