whisper.cpp
682a6f5f
- HIP: Supress transformation warning in softmax.cu
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
362 days ago
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.
References
#2779 - sync : ggml
Author
IMbackK
Committer
ggerganov
Parents
115716d1
Loading