]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2026-04-30 andyluo7HIP: add CDNA4 (gfx950) architecture support for MI350X...
2026-04-30 Johannes Gäßlerggml: backend-agnostic tensor parallelism (experimental...
2026-04-30 fairydreamingggml : check return value of CUB calls used in argsort...
2026-04-30 Georgi Gerganovmetal : add missing mm-id specializations for q1_0...
2026-04-30 Akarshan Biswassycl : add flash-attn support for head size 512 (llama...
2026-04-30 Ruben Ortlamvulkan: unify type macros to use Vx instead of _VECx...
2026-04-30 Aman GuptaCUDA: also store `node->src->data` ptrs for equality...
2026-04-30 RealOrkofix: free ctx_copy in ggml_opt_free to plug per-trainin...
2026-04-30 Reese Levinewebgpu : Query for adapter support when registering...
2026-04-30 Pasha Khosravimetal: Q1_0 backend (llama/21528)
2026-04-30 Aman GuptaCUDA: make cuda graphs props check faster (llama/21472)
2026-04-30 iacopPBKggml-cuda: ds_read_b128 for q4_0 and q4_1 mmq kernels...
2026-04-30 Reese Levineggml-webgpu: parameterize submission size and add iOS...
2026-04-30 Aman GuptaCUDA: check for buffer overlap before fusing (llama...
2026-04-30 Georgi Gerganovggml : deprecate GGML_OP_ADD1 (llama/21363)
2026-04-30 Tom Overlundggml: Vulkan build, Linux -- output error string for...
2026-04-30 mkokervulkan: add FA dequant for q4_1, q5_0, q5_1, iq4_nl...
2026-04-30 Antoine Viallonggml-cuda : fix CDNA2 compute capability constant for...
2026-04-30 PMZFXAdd Q8_0 reorder optimization (~3x tg speedup on Intel...
2026-04-30 Masashi Yoshimuraggml-webgpu: Add the support of `MUL_MAT_ID` (llama...
2026-04-30 Pasha Khosraviggml: add Q1_0 1-bit quantization support (CPU) (llama...
2026-04-30 Gaurav GargWrite an optimized flash_attn_stream_k_fixup kernel...
2026-04-30 Neo Zhangsycl : handle other FA case (llama/21377)
2026-04-30 Yarden Talhexagon: slight optimization for argosrt output init...
2026-04-30 Reese Levineggml-webgpu: move from parameter buffer pool to single...
2026-04-30 Vishal Singhggml-zendnn : add MUL_MAT_ID op support for MoE models...
2026-04-30 Radoslav Gerganovrpc : reuse compute graph buffers (llama/21299)
2026-04-30 Zheyuan Chenggml-webgpu: add vectorized flash attention (llama...
2026-04-30 Neo Zhangsycl : fix llama_kv_cache hang when kv_cache is huge...
2026-04-30 Georgi Gerganovggml : bump version to 0.9.11 (ggml/1456)
2026-04-30 Todor Boinovskihexagon : add cumsum op support (llama/21246)
2026-04-30 lhezopencl: fix leak in Adreno q8_0 path (llama/21212)
2026-04-30 Johannes GäßlerCUDA: fix FA kernel selection logic (llama/21271)
2026-04-30 Aparna M Phexagon: improve RMS_NORM and DIV accuracy (llama/21251)
2026-04-30 Neo Zhangsycl : support nvfp4 type in mul_mat (llama/21227)
2026-04-30 Michael Wandggml-cuda: Add generic NVFP4 MMQ kernel (llama/21074)
2026-04-30 Georgi Gerganovggml : bump version to 0.9.10 (ggml/1454)
2026-04-30 uvosCUDA/HIP: Fix kernel slection for mmvq mmid kernel...
2026-04-30 Georgi Gerganovggml : fix RWKV ops thread assignment (llama/21226)
2026-04-30 Taimur Ahmadggml-cpu: fix fallback for RVV kernels without zvfh...
2026-04-30 Anav PrasadCUDA: Add Flash Attention Support for Head Dimension...
2026-04-30 Reese Levineggml webgpu: quantized buffers to u32 + wider browser...
2026-04-30 Abhijit Rameshggml-webgpu: port all AOT operators to JIT (llama/20728)
2026-04-30 hipuddingCANN: fix multi-thread set_tensor race conditions ...
2026-04-30 Neo Zhangsycl : enhance fattn perf (llama/21185)
2026-04-30 shaofeiqiopencl: add q4_K gemm and gemv kernels for Adreno ...
2026-04-30 Oliver SimonsCUDA : Fix CUB's argsort when nrows % block_size =...
2026-04-30 Radoslav Gerganovrpc : fix misleading error log (llama/21184)
2026-04-30 Gaurav GargOptimize MOE GEMV kernel for BS > 1. (llama/20905)
2026-04-30 Max Krasnyanskyhexagon: dma optimizations (mostly fixing regressions...
2026-04-30 Georgi Gerganovggml : bump version to 0.9.9 (ggml/1449)
2026-04-20 jinweihanbench : sync submit-results URL to ggml-org (#3769)
2026-04-17 Daniel Worthington... whisper : add stateless VAD detect + explicit state...
2026-03-29 Georgi Gerganovsync : ggml
2026-03-29 Ruben Ortlamvulkan: add noncontiguous GLU support (llama/21081)
2026-03-29 Yiwei Shaohexagon: support for IQ4_NL and MXFP4 (llama/21018)
2026-03-29 Radoslav Gerganovrpc : proper handling of data pointers to CPU buffers...
2026-03-29 renmetal : Fix dimension constraint violation in matmul2d...
2026-03-29 uvoship: use fnuz fp8 for conversion on CDNA3 (llama/21040)
2026-03-29 lhezopencl: allow large buffer for adreno (llama/20997)
2026-03-29 ihb2032fix(ggml): correct RISC-V ISA string canonical ordering...
2026-03-29 Michael Wandggml-cuda: Add NVFP4 dp4a kernel (llama/20644)
2026-03-29 Yihao WangCUDA & CPU: support F32 kernel type for `CONV_TRANSPOSE...
2026-03-29 Saba Fallahmtmd: Add DeepSeekOCR Support (llama/17400)
2026-03-29 Johannes Gäßlerllama: fix llama-model-saver (llama/20503)
2026-03-29 Neo Zhangsycl : fix wrong variable check by assert (llama/20903)
2026-03-29 nurimetal : add FLOOR, CEIL, ROUND, TRUNC unary ops (llama...
2026-03-29 Georgi Gerganovmetal : add FA instantiations for HSK=512, HSV=512...
2026-03-29 Max Krasnyanskyhexagon: general DMA and Binary Op fixes for large...
2026-03-29 lhezopencl: add q6_K gemm and gemv kernels for Adreno ...
2026-03-29 las7rpc : RCE patch (llama/20908)
2026-03-29 Rashid Ul Islammetal: add CONV_3D (llama/19927)
2026-03-29 Chenguang LiCANN: add RoPE cache preload before ACL graph capture...
2026-03-29 Dan Hoffmanfix(openvino): explicit memset in buffer_context alloca...
2026-03-29 shaofeiqiopencl: add flattened Q4_K mv and general Q4_K mm ...
2026-03-29 Johannes GäßlerCUDA: fix BF16 FA compilation (llama/20865)
2026-03-29 Neo Zhangsupport bf16 and quantized type (llama/20803)
2026-03-29 Patrick Buckleyggml-cuda: native bf16 flash attention for vec kernel...
2026-03-29 Gaurav GargIncrease number of output elements per-thread block...
2026-03-29 y198fix(rpc): prevent division by zero in deserialize_tenso...
2026-03-29 Matt CoralloAdd shader count for Intel Arc Pro B60 (llama/20818)
2026-03-29 shalinib-ibmggml-cpu: add always_inline to tinyBLAS_PPC accumulator...
2026-03-29 Jeff Bolzvulkan: change gated_delta_net to shard a column across...
2026-03-29 hipuddingCANN: add BF16 support for core operators (llama/20152)
2026-03-29 Sundaram krishnanggml: guard KleidiAI DOWNLOAD_EXTRACT_TIMESTAMP for...
2026-03-29 Rail Chabdarovhip: Avoid compiler bug in RDNA code generation during...
2026-03-29 Yiwei Shaohexagon: add Matrix Extensions (HMX) for Hexagon NPU...
2026-03-29 uvosci : add hip quality check (llama/20430)
2026-03-29 Reese Levineggml webgpu: ops support for qwen3.5 (SET, TRI_SOLVE...
2026-03-29 Evevulkan: dequantize iq4_xs 4 at a time (llama/20657)
2026-03-29 Charles Xucmake : fix build warning when kleidiai is enabled...
2026-03-29 Chenguang LiCANN: handle in-place ROPE on non-contiguous f32 tensor...
2026-03-29 Masashi Yoshimuraggml-webgpu: Update the `RMS_NORM` preprocessor and...
2026-03-29 Masashi Yoshimuraggml-webgpu: Add supports for `DIAG` and `TRI` (llama...
2026-03-29 Chenguang LiCANN: support flash attention for head dim not multiple...
2026-03-29 Reese LevineMove to no timeout for WaitAny in graph submission...
2026-03-29 Shaw Nguyenggml-cpu/x86: fix unused changemask warning in repack...
2026-03-29 uvosHIP : ignore return of hipMemAdvise [no ci] (llama...
2026-03-29 Krishna Sridharhexagon: add neg, exp, sigmoid, softplus ops, cont...
2026-03-29 Ruben Ortlamvulkan: disable mmvq on Intel Windows driver (llama...
next