whisper.cpp/ggml/src
Rithik Sharma 1478450e61
add performance-portable tuning for register-tile and subgroup matmul (llama/22241)
2026-04-30 11:29:20 +03:00
..
ggml-blas ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-cann ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-cpu ggml-cpu : re-enable fast gelu_quick_f16 (llama/22339) 2026-04-30 11:29:20 +03:00
ggml-cuda CUDA: better coalesce data-access for contiguous concat (llama/22330) 2026-04-30 11:29:20 +03:00
ggml-hexagon hexagon: guard HMX clock request for v75+ platforms (llama/22377) 2026-04-30 11:29:19 +03:00
ggml-hip ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-metal metal : optimize Metal Tensor API usage for GGML_OP_MUL_MAT (llama/20962) 2026-04-30 11:29:19 +03:00
ggml-musa ggml-cuda: native bf16 flash attention for vec kernel (llama/20525) 2026-03-29 15:04:36 +03:00
ggml-opencl opencl: add iq4_nl support (llama/22272) 2026-04-30 11:29:19 +03:00
ggml-openvino openvino: driver setup, CI split, thread safety, and NPU optimizations (llama/21944) 2026-04-30 11:29:15 +03:00
ggml-rpc rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
ggml-sycl Optimize Q4_0 mul_mat for Arc770, add scripts (llama/22291) 2026-04-30 11:29:19 +03:00
ggml-virtgpu ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-vulkan vulkan: Support F16 OP_FILL (llama/22177) 2026-04-30 11:29:14 +03:00
ggml-webgpu add performance-portable tuning for register-tile and subgroup matmul (llama/22241) 2026-04-30 11:29:20 +03:00
ggml-zdnn ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-zendnn ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
CMakeLists.txt ggml-base: use MATH_LIBRARY variable instead of hardcoded 'm' (llama/22239) 2026-04-30 11:29:17 +03:00
ggml-alloc.c ggml : remove ggml-ext.h (llama/21869) 2026-04-30 11:29:09 +03:00
ggml-backend-dl.cpp hexagon: enable offloading to Hexagon on Windows on Snapdragon (llama/19150) 2026-01-30 15:56:40 +02:00
ggml-backend-dl.h hexagon: enable offloading to Hexagon on Windows on Snapdragon (llama/19150) 2026-01-30 15:56:40 +02:00
ggml-backend-impl.h ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
ggml-backend-meta.cpp Fix recurrent state serialization for partial reads and writes (llama/22362) 2026-04-30 11:29:20 +03:00
ggml-backend-reg.cpp ggml : add OpenVINO backend (llama/15307) 2026-03-16 13:10:15 +02:00
ggml-backend.cpp ggml: add graph_reused (llama/21764) 2026-04-30 11:29:11 +03:00
ggml-common.h ggml: add Q1_0 1-bit quantization support (CPU) (llama/21273) 2026-04-30 11:29:01 +03:00
ggml-impl.h ggml: add graph_reused (llama/21764) 2026-04-30 11:29:11 +03:00
ggml-opt.cpp fix: free ctx_copy in ggml_opt_free to plug per-training-session leak (llama/21592) 2026-04-30 11:29:03 +03:00
ggml-quants.c ggml: add Q1_0 1-bit quantization support (CPU) (llama/21273) 2026-04-30 11:29:01 +03:00
ggml-quants.h ggml: add Q1_0 1-bit quantization support (CPU) (llama/21273) 2026-04-30 11:29:01 +03:00
ggml-threading.cpp ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
ggml-threading.h remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797) 2024-12-18 12:52:16 +02:00
ggml.c ggml : minor coding style (llama/22308) 2026-04-30 11:29:18 +03:00
ggml.cpp ggml : Print backtrace on uncaught C++ exceptions (ggml/1232) 2025-05-29 09:56:26 +03:00
gguf.cpp llama: fix llama-model-saver (llama/20503) 2026-03-29 15:04:36 +03:00