whisper.cpp/ggml/src
Jeff Bolz 64a3f573e0
vulkan: add more num_blocks instantiations in rms_norm (llama/17701)
2025-12-12 17:53:19 +02:00
..
ggml-blas
ggml-cann CANN: Disable Ger operator of OUT_PROD on 310p device (llama/17563) 2025-12-12 17:53:15 +02:00
ggml-cpu Q4/Q8 Tiled Gemm Optimization. (llama/16999) 2025-12-12 17:53:17 +02:00
ggml-cuda HIP : fix RDNA4 build (llama/17792) 2025-12-12 17:53:18 +02:00
ggml-hexagon hexagon: add support for ROPE_NEOX (llama/17458) 2025-12-12 17:53:07 +02:00
ggml-hip HIP: fix AMDGPU_TARGETS, update documentation (llama/16803) 2025-11-09 23:38:03 +02:00
ggml-metal metal : add residency sets keep-alive heartbeat (llama/17766) 2025-12-12 17:53:18 +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 model: LFM2-VL fixes (llama/17577) 2025-12-12 17:53:14 +02:00
ggml-rpc rpc : fix alloc size logic (llama/17116) 2025-12-12 17:53:18 +02:00
ggml-sycl enhance argsort for UT (llama/17573) 2025-12-12 17:53:14 +02:00
ggml-vulkan vulkan: add more num_blocks instantiations in rms_norm (llama/17701) 2025-12-12 17:53:19 +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 zdnn: refactor codebase + add docs (llama/16178) 2025-09-29 15:18:09 +03:00
CMakeLists.txt build : move _WIN32_WINNT definition to headers (llama/17736) 2025-12-12 17:53:16 +02:00
ggml-alloc.c ggml : add GGML_SCHED_NO_REALLOC option to disable reallocations in ggml_backend_sched (llama/17276) 2025-12-12 17:53:12 +02:00
ggml-backend-impl.h rpc : add support for multiple devices (llama/16276) 2025-10-12 11:16:23 +03:00
ggml-backend-reg.cpp Add experimental ggml-hexagon backend for the Hexagon NPU (llama/16547) 2025-11-09 23:38:03 +02:00
ggml-backend.cpp ggml : remove redundant n_copies check when setting input/output (llama/17612) 2025-12-12 17:53:15 +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 : fix uninitialized is_on_grid in quantize_row_iq3_xxs_impl (llama/15928) 2025-09-29 15:18:09 +03:00
ggml-quants.h
ggml-threading.cpp
ggml-threading.h
ggml.c model: LFM2-VL fixes (llama/17577) 2025-12-12 17:53:14 +02:00
ggml.cpp
gguf.cpp