whisper.cpp/ggml/src
Aman Gupta 84275fc493 CUDA: fuse rope + set_rows (llama/16884)
* CUDA: add fused rope

* move k forward_expand up

* create helper function instead of re-using params

* make assert statement more in line with comment

* rope_norm: coalesced writes to global mem
2025-11-17 21:05:46 +02:00
..
ggml-blas rename optimize_graph to graph_optimize (llama/16082) 2025-09-20 13:46:39 +03:00
ggml-cann CANN: Add L2_NORM op support (llama/16856) 2025-11-17 21:05:46 +02:00
ggml-cpu ggml : use std::sort in ggml_argsort CPU implementation (llama/17211) 2025-11-17 21:05:46 +02:00
ggml-cuda CUDA: fuse rope + set_rows (llama/16884) 2025-11-17 21:05:46 +02:00
ggml-hexagon hexagon: various Op fixes (llama/17135) 2025-11-17 21:05:46 +02:00
ggml-hip HIP: fix AMDGPU_TARGETS, update documentation (llama/16803) 2025-11-09 23:38:03 +02:00
ggml-metal metal : cap threadgroups size of set_rows (llama/17146) 2025-11-17 21:05:46 +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: add fastdiv and use it in set_rows, ported from cuda (llama/17090) 2025-11-17 21:05:46 +02:00
ggml-rpc rpc : report actual free memory (llama/16616) 2025-10-22 12:58:11 +03:00
ggml-sycl fix ci crash about SSM_CONV (llama/17169) 2025-11-17 21:05:46 +02:00
ggml-vulkan disable rms norm mul rope for chips with no fp16 rte (llama/17134) 2025-11-17 21:05:46 +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 llama: print memory breakdown on exit (llama/15860) 2025-09-29 15:18:10 +03:00
ggml-common.h llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
ggml-impl.h vulkan: Update topk_moe fusion to handle gpt's late softmax (llama/16656) 2025-11-09 23:38:03 +02:00
ggml-opt.cpp finetune: SGD optimizer, more CLI args (llama/13873) 2025-08-18 20:30:45 +03:00
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 llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
ggml-threading.cpp
ggml-threading.h
ggml.c ggml: add ggml_can_fuse_subgraph (llama/16662) 2025-10-22 12:58:11 +03:00
ggml.cpp
gguf.cpp