whisper.cpp/ggml/src
Jeff Bolz ad6ee3865d vulkan: support GGML_UNARY_OP_XIELU (llama/18062) 2025-12-31 17:52:09 +02:00
..
ggml-blas
ggml-cann cann : fix ops broken by circular padding guard (llama/17825) 2025-12-18 08:20:56 +02:00
ggml-cpu ggml-cpu: extend support for RVV floating-point kernels (llama/17318) 2025-12-31 17:52:09 +02:00
ggml-cuda Added comments explaining thread block size selection logic based on row count and column size, derived from historical commit context (llama/18212) 2025-12-31 17:52:09 +02:00
ggml-hexagon ggml-hexagon: Implement true Q8_0 quantization on Hexagon NPU for more accurate mixed-precision matmul operations (llama/17977) 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: use shared buffers on eGPU (llama/17866) 2025-12-18 08:20:56 +02:00
ggml-musa CUDA: faster tile FA, add oob checks, more HSs (llama/16492) 2025-10-15 09:29:17 +03:00
ggml-opencl ggml : add circular tiling support to pad, for Vulkan, CUDA, and CPU (used for making seamless textures) (llama/16985) 2025-12-12 17:53:20 +02:00
ggml-rpc ggml : improve error handling for search path existence checks (llama/17653) 2025-12-12 17:53:20 +02:00
ggml-sycl Support gpt-oss by OPs add-id, mul_mat for mxfp4, swiglu_oai (llama/17826) 2025-12-18 08:20:56 +02:00
ggml-vulkan vulkan: support GGML_UNARY_OP_XIELU (llama/18062) 2025-12-31 17:52:09 +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 llama.android : Rewrite Android binding (w/o cpu_features dep) (llama/17413) 2025-12-18 08:20:56 +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 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-common.h
ggml-impl.h ggml : add ops SOFTPLUS, EXPM1, TRI, SOLVE_TRI, CUMSUM (llama/17063) 2025-11-17 21:05:46 +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