koboldcpp/ggml/src
Hongqiang Wang e8f19cc0ad
opencl: loads quants as uint for q4_K and q5_K flat mv (optimization for Adreno A7x GPUs) (#25780)
* opencl: load quant as uint in mv_q4_k_f32_flat

helps older compilers (e.g., E031.41, boosts 2x),
no impact on newer compilers (e.g., E031.45 or newer)

* opencl: load quant as uint in mv_q5_K_f32_flat

helps older compilers (e.g., E031.41)

* opencl: format

---------

Co-authored-by: Li He <lih@qti.qualcomm.com>
2026-07-16 13:18:21 -07:00
..
ggml-blas vulkan: add get/set tensor 2d functions (#22514) 2026-04-30 17:37:13 +02:00
ggml-cann vulkan: add get/set tensor 2d functions (#22514) 2026-04-30 17:37:13 +02:00
ggml-cpu DeepseekV4: Add fused hyper-connection ops (#25585) 2026-07-17 00:33:33 +08:00
ggml-cuda DeepseekV4: Add fused hyper-connection ops (#25585) 2026-07-17 00:33:33 +08:00
ggml-et ggml-et: Initial ET backend (#24179) 2026-07-10 12:38:34 +08:00
ggml-hexagon hexagon: L2 cache handling rework (dirty bit tracking with lazy flushing) and more MUL_MAT updates (#25762) 2026-07-16 09:28:04 -07:00
ggml-hip ggml-hip: enable -funsafe-math-optimizations (#24668) 2026-07-09 11:02:26 +03:00
ggml-metal metal: fuse snake activation (mul, sin, sqr, mul, add) (#25459) 2026-07-15 13:53:31 +03:00
ggml-musa ggml-cuda: native bf16 flash attention for vec kernel (#20525) 2026-03-22 11:05:51 +01:00
ggml-opencl opencl: loads quants as uint for q4_K and q5_K flat mv (optimization for Adreno A7x GPUs) (#25780) 2026-07-16 13:18:21 -07:00
ggml-openvino [CUDA] Added a cudaMemcpy2DAsync fast path to ggml_cuda_cpy (#25057) 2026-06-27 17:46:21 +05:30
ggml-rpc rpc : keep last_graph_uid in the device context (#23273) 2026-05-19 09:42:36 +03:00
ggml-sycl sycl : fix get_rows Q2_K, Q4_K, Q5_K (#25656) 2026-07-15 10:32:28 +03:00
ggml-virtgpu ggml-virtgpu : include missing mutex header (#22810) 2026-05-10 17:32:41 +02:00
ggml-vulkan vulkan: when using transfer queue for async copies, sync on event_wait to avoid race (#25229) 2026-07-16 15:34:24 +02:00
ggml-webgpu ggml-webgpu: tune subgroup split (d_split) in flash_attn_vec (#25418) 2026-07-09 08:34:19 +09:00
ggml-zdnn vulkan: add get/set tensor 2d functions (#22514) 2026-04-30 17:37:13 +02:00
ggml-zendnn ggml-zendnn : fixed naming of matmul function (#20964) 2026-05-27 00:59:35 +02:00
CMakeLists.txt ggml-et: Initial ET backend (#24179) 2026-07-10 12:38:34 +08:00
ggml-alloc.c ggml-alloc: fix out-of-bounds read in ggml_dyn_tallocr_remove_block (ggml/1492) 2026-05-25 12:38:01 +03:00
ggml-backend-dl.cpp hexagon: enable offloading to Hexagon on Windows on Snapdragon (#19150) 2026-01-29 12:33:21 -08:00
ggml-backend-dl.h hexagon: enable offloading to Hexagon on Windows on Snapdragon (#19150) 2026-01-29 12:33:21 -08:00
ggml-backend-impl.h ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-backend-meta.cpp DeepseekV4: Add fused hyper-connection ops (#25585) 2026-07-17 00:33:33 +08:00
ggml-backend-reg.cpp ggml-et: Initial ET backend (#24179) 2026-07-10 12:38:34 +08:00
ggml-backend.cpp Revert "sched : reintroduce less synchronizations during split compute (#20793)" (#25138) 2026-06-30 08:41:45 +08:00
ggml-common.h Add Q2_0 quantization: type definition and CPU backend (#24448) 2026-07-07 12:05:47 -07:00
ggml-impl.h ggml: add graph_reused (#21764) 2026-04-16 17:21:28 +08:00
ggml-opt.cpp fix: free ctx_copy in ggml_opt_free to plug per-training-session leak (#21592) 2026-04-08 17:40:15 +02:00
ggml-quants.c Add Q2_0 quantization: type definition and CPU backend (#24448) 2026-07-07 12:05:47 -07:00
ggml-quants.h Add Q2_0 quantization: type definition and CPU backend (#24448) 2026-07-07 12:05:47 -07:00
ggml-threading.cpp
ggml-threading.h
ggml.c DeepseekV4: Add fused hyper-connection ops (#25585) 2026-07-17 00:33:33 +08:00
ggml.cpp
gguf.cpp gguf : add tensor shape accessor (#24405) 2026-07-13 13:55:15 +03:00