whisper.cpp/ggml/src
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
..
ggml-cuda cuda : organize vendor-specific headers into vendors directory (llama/8746) 2024-08-08 22:48:46 +03:00
ggml-sycl add conv support (llama/8688) 2024-08-08 22:48:46 +03:00
kompute-shaders whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
vulkan-shaders whisper : reorganize source code + improve CMake (#2256) 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-aarch64.c ggml : ignore more msvc warnings (ggml/906) 2024-08-08 22:48:46 +03:00
ggml-aarch64.h ggml : add ggml-aarch64 (ggml/0) 2024-08-08 22:48:46 +03:00
ggml-alloc.c ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-backend-impl.h whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-backend.c ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-blas.cpp ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-common.h feat: Support Moore Threads GPU (llama/8383) 2024-08-08 22:48:46 +03:00
ggml-cuda.cu feat: Support Moore Threads GPU (llama/8383) 2024-08-08 22:48:46 +03:00
ggml-impl.h ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-kompute.cpp ggml : reduce hash table reset cost (llama/8698) 2024-08-08 22:48:46 +03:00
ggml-metal.m metal : fix struct name (ggml/912) 2024-08-08 22:48:46 +03:00
ggml-metal.metal ggml : fix quant dot product with odd number of blocks (llama/8549) 2024-08-08 22:48:46 +03:00
ggml-quants.c ggml: bugfix: fix the inactive elements is agnostic for risc-v vector (llama/8748) 2024-08-08 22:48:46 +03:00
ggml-quants.h ggml : minor naming changes (llama/8433) 2024-08-08 22:48:46 +03:00
ggml-rpc.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-sycl.cpp add conv support (llama/8688) 2024-08-08 22:48:46 +03:00
ggml-vulkan-shaders.hpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
ggml-vulkan.cpp vulkan : implement Stable Diffusion operators (ggml/904) 2024-08-08 22:48:46 +03:00
ggml.c ggml : ignore more msvc warnings (ggml/906) 2024-08-08 22:48:46 +03:00
sgemm.cpp whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
sgemm.h whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00