| 2026-07-10 |
Masashi Yoshimura | ggml-webgpu: add support for NVFP4 (llama/25143) |
commit | commitdiff | tree |
| 2026-07-10 |
Oliver Simons | Revert "sched : reintroduce less synchronizations durin... |
commit | commitdiff | tree |
| 2026-07-10 |
Ruben Ortlam | vulkan: use flops instead of weight tensor size for... |
commit | commitdiff | tree |
| 2026-07-10 |
Hongqiang Wang | opencl: flash attention improvement (llama/25069) |
commit | commitdiff | tree |
| 2026-07-10 |
Gaurav Garg | Added a cudaMemcpy2DAsync fast path to ggml_cuda_cpy... |
commit | commitdiff | tree |
| 2026-07-10 |
Neo Zhang | sycl : fix failed ut cases of norm (llama/25044) |
commit | commitdiff | tree |
| 2026-07-10 |
Ruben Ortlam | vulkan: fix step operator for 0 input (llama/25036) |
commit | commitdiff | tree |
| 2026-07-10 |
Andreas Kieslinger | sched : reintroduce less synchronizations during split... |
commit | commitdiff | tree |
| 2026-07-10 |
Ravi Panchumarthy | openvino: Update to OV 2026.2.1, self-contained release... |
commit | commitdiff | tree |
| 2026-07-10 |
nullname | vulkan: opt mul_mat_vecq for mi50 (llama/22933) |
commit | commitdiff | tree |
| 2026-07-10 |
Jiang, Fish | vulkan: add INTEL_XE1 arch enum and enable coopmat1... |
commit | commitdiff | tree |
| 2026-07-01 |
Lin Xiaodong | whisper : expose internal VAD speech segments (#3916) |
commit | commitdiff | tree |
| 2026-07-01 |
Daniel Bevenius | ci, examples : add package-lock.json to examples addon... |
commit | commitdiff | tree |
| 2026-07-01 |
Lin Xiaodong | whisper : map token timestamps to original time when... |
commit | commitdiff | tree |
| 2026-07-01 |
Lin Xiaodong | whisper : make voice_length() utf-8 aware for CJK ... |
commit | commitdiff | tree |
| 2026-06-30 |
Daniel Bevenius | ci : set GGML_NATIVE=OFF for sanitize builds (#3920) |
commit | commitdiff | tree |
| 2026-06-30 |
Yongmin Yoo 유용민 | examples : Improved inference performance of Android... |
commit | commitdiff | tree |
| 2026-06-26 |
Georgi Gerganov | talk-llama : sync llama.cpp |
commit | commitdiff | tree |
| 2026-06-26 |
Georgi Gerganov | sync : ggml |
commit | commitdiff | tree |
| 2026-06-26 |
Georgi Gerganov | ggml : bump version to 0.15.3 (ggml/1550) |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: Workaround compiler bug in conv2d coopmat2... |
commit | commitdiff | tree |
| 2026-06-26 |
leonardHONG | CUDA: add cublasSgemmBatched mapping for HIP/MUSA vendo... |
commit | commitdiff | tree |
| 2026-06-26 |
Tarek Dakhran | ggml-cpu: fix SVE leftover path in ggml_vec_dot_f32... |
commit | commitdiff | tree |
| 2026-06-26 |
Jassieluo | sycl : clamp softmax input to avoid underflow (llama... |
commit | commitdiff | tree |
| 2026-06-26 |
leonardHONG | CUDA: batch out_prod broadcast (dps2>1) path with cubla... |
commit | commitdiff | tree |
| 2026-06-26 |
shaofeiqi | opencl: flush profiling batch at shutdown for incomplet... |
commit | commitdiff | tree |
| 2026-06-26 |
Oliver Simons | CUDA: Various fixes to `cpy.cu` (llama/25000) |
commit | commitdiff | tree |
| 2026-06-26 |
fairydreaming | ggml : address integer overflows in binary ops CUDA... |
commit | commitdiff | tree |
| 2026-06-26 |
David Spruill | sycl : support --split-mode tensor (llama/24152) |
commit | commitdiff | tree |
| 2026-06-26 |
Neo Zhang | sycl : fix the failed UT cases of conv_3d (llama/24900) |
commit | commitdiff | tree |
| 2026-06-26 |
lhez | opencl: support non-contig rows in norm (llama/24965) |
commit | commitdiff | tree |
| 2026-06-26 |
Max Krasnyansky | hexagon: MUL_MAT and MUL_MAT_ID rework : 32x32 tiled... |
commit | commitdiff | tree |
| 2026-06-26 |
Wagner Bruna | vulkan: allow reducing the graph submission batches... |
commit | commitdiff | tree |
| 2026-06-26 |
liminfei-amd | vulkan: fail the build when a shader fails to compile... |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: Apply bias before softmax in FA, to avoid overf... |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: support all backend tests for SQR/SQRT/SIN... |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: Support GET_ROWS_BACK (llama/24883) |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: support CONV_3D (llama/24612) |
commit | commitdiff | tree |
| 2026-06-26 |
Jeff Bolz | vulkan: make mul_mm ALIGNED a spec constant (llama... |
commit | commitdiff | tree |
| 2026-06-26 |
Wyatt Caldwell | vulkan: link ggml-cpu when GGML_VULKAN_CHECK_RESULTS... |
commit | commitdiff | tree |
| 2026-06-26 |
Masashi Yoshimura | ggml-webgpu: improve MTP inference by using mat-vec... |
commit | commitdiff | tree |
| 2026-06-26 |
Shawn Gu | opencl: q8_0 gemv precision improvement (llama/24923) |
commit | commitdiff | tree |
| 2026-06-26 |
Neo Zhang | support bf16 on bin_bcast OP and unary OPs (llama/24838) |
commit | commitdiff | tree |
| 2026-06-26 |
Guanhuai Zhang | fix(hexagon): use padded stride for ssm-conv weights... |
commit | commitdiff | tree |
| 2026-06-26 |
Adrien Gallouët | ggml : optimize AMX (llama/24806) |
commit | commitdiff | tree |
| 2026-06-26 |
Masashi Yoshimura | ggml-webgpu: add adapter toggles for F16 on Vulkan... |
commit | commitdiff | tree |
| 2026-06-26 |
Xuan-Son Nguyen | mtmd, arg: fix utf8 handling on windows (llama/24779) |
commit | commitdiff | tree |
| 2026-06-26 |
QuantiusBenignus | examples : fix argument flag for min speech duration... |
commit | commitdiff | tree |
| 2026-06-23 |
Daniel Bevenius | examples : update model names in parakeet-cli README... |
commit | commitdiff | tree |
| 2026-06-23 |
Nicky Mouha | Fix pkgconfig configuration (Nix build failure) (#3894) |
commit | commitdiff | tree |
| 2026-06-22 |
Naitik Shah | include parakeet in build-xcframework.sh (#3899) |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | talk-llama : sync llama.cpp |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | sync : ggml |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | ggml : bump version to 0.15.2 (ggml/1548) |
commit | commitdiff | tree |
| 2026-06-19 |
shalinib-ibm | ggml-cpu: support K tails in power10 Q8/Q4 MMA matmul... |
commit | commitdiff | tree |
| 2026-06-19 |
Pascal | Ggml/cuda col2im 1d (llama/24417) |
commit | commitdiff | tree |
| 2026-06-19 |
Max Krasnyansky | hexagon: support for op-trace (fine-grain tracing of... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | rename GGML_SYCL_SUPPORT_LEVEL_ZERO (llama/24719) |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | sycl : support MUL_MAT and OUT_PROD with Q1_0 (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | support OPs: conv_2d, conv_2d_dw, conv2d_transpose... |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | metal : check for BF16 support in concat kernel (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
shalinib-ibm | ggml-cpu: Conditionally enable power11 backend based... |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | metal : implement rope_back operator (llama/24725) |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | metal : add f16 and bf16 support for concat operator... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | add dev2dev memcpy by SYCL API (llama/24476) |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | Add conv_3d (llama/24691) |
commit | commitdiff | tree |
| 2026-06-19 |
Winston Ma | vulkan: record actual memory properties during buffer... |
commit | commitdiff | tree |
| 2026-06-19 |
Ruben Ortlam | Revert "cuda: reset cuda context after reading memory... |
commit | commitdiff | tree |
| 2026-06-19 |
kononnable | ci: fix vulkan docker images (llama/24595) |
commit | commitdiff | tree |
| 2026-06-19 |
lhez | opencl: optimize mul_mat_f16_f32_l4 for decode (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
Zijun Yu | openvino: OV 2026.2, context-shift, Q5_1 support, gemma... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | sycl : Enable to support fp16 by OPs: SQR, SQRT, LOG... |
commit | commitdiff | tree |
| 2026-06-19 |
Alexey Kopytko | SYCL: fix use-after-free bug with async memcpy in MoE... |
commit | commitdiff | tree |
| 2026-06-19 |
Francois Dugast | sycl: Add optional USM system allocations (llama/22526) |
commit | commitdiff | tree |
| 2026-06-19 |
Winston Ma | vulkan: prefer host-visible memory buffers on UMA devic... |
commit | commitdiff | tree |
| 2026-06-19 |
Jeff Bolz | vulkan: Support gated_delta_net with S_v=16 (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
Frosty40 | sycl: support reordered Q4_K/Q5_K/Q6_K MoE MUL_MAT_ID... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | Support OP EXPM1, support all UT cases of FLOOR, TRUNC... |
commit | commitdiff | tree |
| 2026-06-19 |
Pascal | vulkan: add col2im_1d op (llama/24425) |
commit | commitdiff | tree |
| 2026-06-19 |
Jeff Bolz | vulkan: support more CONCAT types (llama/24579) |
commit | commitdiff | tree |
| 2026-06-19 |
Andrei | wasm : fix fallback symbol collision (llama/24639) |
commit | commitdiff | tree |
| 2026-06-19 |
Katostrofik | SYCL: use native subgroup size for K-quant DMMV (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
someoneinjd | sycl: fix soft_max_f32 max reduction (llama/24451) |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | sycl : fix reorder function; add fp32/fp16 in build... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | sycl : enhance set_rows to support q1_0, mxfp4, nvfp4... |
commit | commitdiff | tree |
| 2026-06-19 |
Neo Zhang | add to support pool_1d, move pool_1d/2d code to pool... |
commit | commitdiff | tree |
| 2026-06-19 |
Alexey Kopytko | Remove per-allocation Level Zero runtime checks (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
Georgi Gerganov | metal : add repeat bf16 (llama/24638) |
commit | commitdiff | tree |
| 2026-06-19 |
leonardHONG | CUDA: only support F32/F16 for GGML_OP_REPEAT (llama... |
commit | commitdiff | tree |
| 2026-06-19 |
Masashi Yoshimura | ggml-webgpu: improve i-quants mul_mat performance and... |
commit | commitdiff | tree |
| 2026-06-19 |
Jeff Bolz | vulkan: support non-contig unary/glu ops (llama/24215) |
commit | commitdiff | tree |
| 2026-06-19 |
Ruben Ortlam | vulkan: add pipeline barriers for memcpy read operation... |
commit | commitdiff | tree |
| 2026-06-19 |
Daniel Bevenius | release : v1.9.1 (#3892) |
commit | commitdiff | tree |
| 2026-06-18 |
Daniel Bevenius | ci : add GGML_NATIVE=OFF and GGML_BMI2=OFF to windows... |
commit | commitdiff | tree |
| 2026-06-17 |
Daniel Bevenius | release : v1.9.0 (#3886) |
commit | commitdiff | tree |
| 2026-06-17 |
KITAITI Makoto | ruby : add support for Parakeet (#3885) |
commit | commitdiff | tree |
| 2026-06-16 |
Daniel Bevenius | parakeet : add support for NVIDIA Parakeet (#3735) |
commit | commitdiff | tree |
| 2026-06-16 |
Daniel Bevenius | ci : only trigger release jobs for tags (#3883) |
commit | commitdiff | tree |
| 2026-06-16 |
Daniel Bevenius | release : v1.8.7 (#3881) |
commit | commitdiff | tree |
| 2026-06-16 |
Rum Nguyen | cli : add --version flag (#3878) |
commit | commitdiff | tree |
| next |