whisper.cpp/ggml
Jeff Bolz 875d861473
vulkan: support solve_tri with larger N/K values (llama/17781)
Split N into chunks to fit into shared memory.
If K > 128, use a larger workgroup with enough invocations.
Add perf tests matching qwen3next.
2025-12-12 17:53:20 +02:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include rpc : fix alloc size logic (llama/17116) 2025-12-12 17:53:18 +02:00
src vulkan: support solve_tri with larger N/K values (llama/17781) 2025-12-12 17:53:20 +02:00
.gitignore
CMakeLists.txt build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00