whisper.cpp/ggml
uvos 682a6f5f87 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.
2025-02-03 22:00:57 +02:00
..
include rpc : early register backend devices (llama/11262) 2025-02-03 22:00:57 +02:00
src HIP: Supress transformation warning in softmax.cu 2025-02-03 22:00:57 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt cmake: add ggml find package (llama/11369) 2025-02-03 22:00:57 +02:00