whisper.cpp/ggml/src
Georgi Gerganov b99c911c49 metal : adjust extra size for FA buffer to avoid reallocations (llama/18545) 2026-01-14 09:11:59 +02:00
..
ggml-blas
ggml-cann CANN: implement the SSM_CONV operator (llama/17737) 2025-12-31 17:52:09 +02:00
ggml-cpu kleidiai: add and integrate SVE 256-bit vector-length kernel (llama/18458) 2025-12-31 17:52:09 +02:00
ggml-cuda cuda : fix copy of large tensors (ggml_nbytes <= INT_MAX assertion) (llama/18433) 2026-01-14 09:11:59 +02:00
ggml-hexagon ggml-hexagon: create generalized functions for cpu side op (llama/17500) 2025-12-31 17:52:09 +02:00
ggml-hip HIP: fix AMDGPU_TARGETS, update documentation (llama/16803) 2025-11-09 23:38:03 +02:00
ggml-metal metal : adjust extra size for FA buffer to avoid reallocations (llama/18545) 2026-01-14 09:11:59 +02:00
ggml-musa
ggml-opencl opencl: allow resizing transpose buffers (llama/18384) 2025-12-31 17:52:09 +02:00
ggml-rpc rpc : use unordered_map::reserve and emplace (llama/18513) 2026-01-14 09:11:59 +02:00
ggml-sycl sycl: add newline at the end of CMakeLists.txt (llama/18503) 2025-12-31 17:52:09 +02:00
ggml-vulkan vulkan: extend topk_moe to handle sigmoid w/exp_probs_b for nemotron (llama/18295) 2026-01-14 09:11:59 +02:00
ggml-webgpu ggml webgpu: unary op suppport, code refactoring, ops support (llama/17764) 2025-12-12 17:53:18 +02:00
ggml-zdnn
ggml-zendnn ggml-zendnn : add ZenDNN backend for AMD CPUs (llama/17690) 2025-12-12 17:53:21 +02:00
CMakeLists.txt kleidiai: add and integrate SVE 256-bit vector-length kernel (llama/18458) 2025-12-31 17:52:09 +02:00
ggml-alloc.c llama: automatically set parameters not set by the user in such a way that maximizes GPU utilization (llama/16653) 2025-12-18 08:20:56 +02:00
ggml-backend-impl.h
ggml-backend-reg.cpp ggml-zendnn : add ZenDNN backend for AMD CPUs (llama/17690) 2025-12-12 17:53:21 +02:00
ggml-backend.cpp vulkan: extend topk_moe to handle sigmoid w/exp_probs_b for nemotron (llama/18295) 2026-01-14 09:11:59 +02:00
ggml-common.h
ggml-impl.h cmake: Added more x86_64 CPU backends when building with `GGML_CPU_ALL_VARIANTS=On` (llama/18186) 2025-12-31 17:52:09 +02:00
ggml-opt.cpp
ggml-quants.c
ggml-quants.h
ggml-threading.cpp
ggml-threading.h
ggml.c llama: automatically set parameters not set by the user in such a way that maximizes GPU utilization (llama/16653) 2025-12-18 08:20:56 +02:00
ggml.cpp
gguf.cpp