whisper.cpp/ggml/src
Sigbjørn Skjæret 61e0b7ed48
cuda : support non-contiguous i32 to i32 copy (llama/17326)
* support non-contiguous i32 to i32 copy

* add tests

* rename cpy_flt to cpy_scalar and reindent params
2025-12-12 17:53:06 +02:00
..
ggml-blas rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-cann CANN: Refactor `evaluate_and_capture_cann_graph` (llama/17333) 2025-12-12 17:53:05 +02:00
ggml-cpu ggml : Fix transposed SOLVE_TRI result (llama/17323) 2025-12-12 17:53:05 +02:00
ggml-cuda cuda : support non-contiguous i32 to i32 copy (llama/17326) 2025-12-12 17:53:06 +02:00
ggml-hexagon ggml-hexagon: fix swiglu failure at `test-backend-ops` (llama/17344) 2025-12-12 17:53:05 +02:00
ggml-hip HIP: fix AMDGPU_TARGETS, update documentation (llama/16803) 2025-11-09 23:38:03 +02:00
ggml-metal metal : fix compile on macos 11 (#3533) 2025-11-20 13:54:54 +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 opencl: refine condition for kqv mm (llama/17392) 2025-12-12 17:53:05 +02:00
ggml-rpc rpc : report actual free memory (llama/16616) 2025-10-22 12:58:11 +03:00
ggml-sycl sycl : unify unary kernels with a generic implementation and enable wide operator support (llama/17213) 2025-11-17 21:05:46 +02:00
ggml-vulkan vulkan: remove a couple unnecessary switches (llama/17419) 2025-12-12 17:53:06 +02:00
ggml-webgpu ggml webgpu: faster matrix multiplication/matrix-vector multiplication (llama/17031) 2025-11-09 23:38:03 +02:00
ggml-zdnn zdnn: refactor codebase + add docs (llama/16178) 2025-09-29 15:18:09 +03:00
CMakeLists.txt cmake : add version to all shared object files (llama/17091) 2025-11-17 21:05:46 +02:00
ggml-alloc.c ggml-alloc : make gallocr prefer chunks that allow memory reuse (llama/16788) 2025-11-09 23:38:03 +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 sched : fix reserve ignoring user tensor assignments (llama/17232) 2025-11-17 21:05:46 +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 ggml : add ops SOFTPLUS, EXPM1, TRI, SOLVE_TRI, CUMSUM (llama/17063) 2025-11-17 21:05:46 +02:00
ggml.cpp
gguf.cpp