1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-02-21 20:51:42 +01:00
whisper.cpp/ggml
CarterLi999 b355ee7cfa ggml: bugfix: fix the inactive elements is agnostic for risc-v vector (llama/8748)
In these codes, we want to retain the value that they previously held
when mask[i] is false. So we should use undisturbed. With the default
agnostic policy of rvv intrinsic, these values can be held or be
written with 1s.

Co-authored-by: carter.li <carter.li@starfivetech.com>
2024-08-08 22:48:46 +03:00
..
cmake whisper : reorganize source code + improve CMake () 2024-06-26 19:34:09 +03:00
include feat: Support Moore Threads GPU (llama/8383) 2024-08-08 22:48:46 +03:00
src ggml: bugfix: fix the inactive elements is agnostic for risc-v vector (llama/8748) 2024-08-08 22:48:46 +03:00
.gitignore whisper : reorganize source code + improve CMake () 2024-06-26 19:34:09 +03:00
CMakeLists.txt feat: Support Moore Threads GPU (llama/8383) 2024-08-08 22:48:46 +03:00
ggml_vk_generate_shaders.py whisper : reorganize source code + improve CMake () 2024-06-26 19:34:09 +03:00