whisper.cpp/ggml
Jeff Bolz e46df4850f vulkan: Allow up to 4096 elements for mul_mat_id row_ids (llama/13326)
This assert fired running Qwen_Qwen3-30B-A3B-Q2_K.gguf:

GGML_ASSERT(nei0 * nei1 <= 3072);

The tensor is 8 x 512. Increase this array size to accommodate.
2025-05-13 13:59:21 +03:00
..
cmake ggml : sync/merge cmake,riscv,powerpc, add common.cmake (ggml/0) 2025-03-27 11:06:03 +02:00
include CUDA: fix bad asserts for partial offload (llama/13337) 2025-05-07 21:00:32 +03:00
src vulkan: Allow up to 4096 elements for mul_mat_id row_ids (llama/13326) 2025-05-13 13:59:21 +03:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt whisper: remove MSVC warnings pragmas (#3090) 2025-05-05 13:09:35 +02:00