]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2026-05-25 Oliver SimonsCUDA: Continue directly including cuda/iterator (llama...
2026-05-25 Jan Ekströmggml-vulkan/CMakeLists: add a check for SPIRV-Headers...
2026-05-25 Pascalvulkan: add cpy bf16 -> f32 pipelines (llama/22677)
2026-05-25 Jeff Bolzvulkan: Support unaligned tensors for ROPE (llama/22637)
2026-05-25 Jeff Bolzvulkan: fuse SSM_CONV + BIAS + SILU (llama/22653)
2026-05-25 Winston Mavulkan: removed duplicate #include <memory> in headers...
2026-05-25 Ori Pekelmanggml.h: correct ggml_silu_back arg docstring (a=dy...
2026-05-25 Dev-X25874ggml-alloc: fix out-of-bounds read in ggml_dyn_tallocr_...
2026-05-25 Georgi Gerganovggml : bump version to 0.12.0 (ggml/1494)
2026-05-25 Aman Guptallama + spec: MTP Support (llama/22673)
2026-05-25 Pranav Dhinakarggml-hexagon: cpy: add contiguous fast-path in reshape...
2026-05-25 Johannes GäßlerHIP: RDNA3 mma FA, faster AMD transpose, tune AMD ...
2026-05-25 Zheyuan Chenggml-webgpu: makes the flash attn vec path subgroup...
2026-05-25 Georgi Gerganovlogs : reduce (llama/23021)
2026-05-25 alex-spacemitggml-cpu: Add IME2 Instruction Support for the SpacemiT...
2026-05-25 Ruben Ortlamvulkan: fix matmul integer pipeline selection (llama...
2026-05-25 KatostrofikSYCL: fix multi-GPU system RAM exhaustion by using...
2026-05-25 Daniel Beveniuscmake : add CMakePresets.json [no ci] (#3808)
2026-05-25 OrbisAI Securityfix: in bindings/ruby/test/jfk_reader/jfk_reader in...
2026-05-22 Pascalcommon : fix server /inference fails to decode in-memor...
2026-05-21 Daniel Beveniusci : use github ubuntu-22.04-arm runner instead of...
2026-05-19 Daniel Beveniuswhisper : set bench data for each iteration (#3812)
2026-05-18 petterreinholdtsenexamples : fix memory leak in read_audio_data (#3810)
2026-05-18 Andreas Lubbeserver : Return speaker information in JSON (#3782)
2026-05-15 Andreas Lubbeserver: add support for carry_initial_prompt (#3781)
2026-05-14 Georgi Gerganovtalk-llama : sync llama.cpp
2026-05-14 Georgi Gerganovsync : ggml
2026-05-14 Zheyuan Chenggml-webgpu: only use subgroup-matrix path when head...
2026-05-14 scutler-nvFix for issue #22974. Cast intermediate results to...
2026-05-14 shaofeiqiopencl: add q5_0 and q5_1 MoE for Adreno (llama/22985)
2026-05-14 lhezopencl: fix crash when warming up MoE on Adreno (llama...
2026-05-14 Masashi Yoshimuraflush the gpu profile timestamp before the queryset...
2026-05-14 Max Krasnyanskyhexagon: add unary tanh op (llama/22999)
2026-05-14 Sachin Sharmaggml-zendnn : adaptive fallback to CPU backend for...
2026-05-14 Trivikram Reddyhexagon: eliminate scalar VTCM loads via HVX splat...
2026-05-14 yzyyzyhhhopencl: add opt-in Adreno xmem F16xF32 GEMM for prefill...
2026-05-14 Masashi Yoshimuraggml-webgpu: Enables running gpt-oss-20b (llama/22906)
2026-05-14 Chen Yuanggml-webgpu: address precision issues for multimodal...
2026-05-14 Masato Nakasakavulkan: Fix Windows performance regression on Intel...
2026-05-14 Jeff Bolzvulkan: Check shared memory size for mmq shaders (llama...
2026-05-14 guyfischmanmetal : promote mul_mv/mul_mm batch divisors to functio...
2026-05-14 Shawn Guopencl: add q4_1 MoE for Adreno (llama/22856)
2026-05-14 CrispStrobeCUDA: handle OW > 65535 in im2col (2D and 3D) (llama...
2026-05-14 PascalGgml/cuda snake fusion hardening (llama/22912)
2026-05-14 Jeff Bolzvulkan: Support asymmetric FA in scalar/mmq/coopmat1...
2026-05-14 Oliver SimonsCUDA: directly include cuda/iterator (llama/22936)
2026-05-14 Neo ZhangAdd OP im2col_3d (llama/22903)
2026-05-14 Oliver Walshggml-virtgpu : include missing mutex header (llama...
2026-05-14 CrispStrobemetal : tighten input-position loop in kernel_conv_tran...
2026-05-14 Steve Lhommeggml: install ggml.pc in <libdir>/pkgconfig (ggml/1480)
2026-05-14 Daniel BeveniusRevert "ggml-cuda : add explicit casts to -INFINITY...
2026-05-14 Daniel BeveniusRevert "ggml-cuda : add ar_add() to avoid ambiguous...
2026-05-14 Daniel Beveniussquash! ci : update ONEAPI version to 2025.3.3-0-devel...
2026-05-14 Daniel Beveniusci : update ONEAPI version to 2025.3.3-0-devel-ubuntu24.04
2026-05-14 Daniel Beveniusggml-cuda : add ar_add() to avoid ambiguous operator...
2026-05-14 Daniel Beveniusggml-cuda : add explicit casts to -INFINITY for float...
2026-05-14 Daniel Beveniusdevops : add spirv-headers to vulkan dockerfile
2026-05-14 Daniel BeveniusRevert "try using CCCL 12.4.127 with cuda 11.8.0 to...
2026-05-14 Daniel Beveniustry using CCCL 12.4.127 with cuda 11.8.0 to fix CI...
2026-05-14 Daniel BeveniusRevert "try to fix window cublas CI failure"
2026-05-14 Daniel Beveniustry to fix window cublas CI failure
2026-05-14 Georgi Gerganovtalk-llama : sync llama.cpp
2026-05-14 Georgi Gerganovsync : ggml
2026-05-14 Georgi Gerganovggml : bump version to 0.11.1 (ggml/1484)
2026-05-14 scutler-nvinternal AllReduce kernel for CUDA provider (llama...
2026-05-14 Alexey KopytkoSYCL: reduce allocation overhead during flash attention...
2026-05-14 DevedseAdd BF16 support to GET_ROWS operation (llama/21391)
2026-05-14 Intel AI Get... sycl: Q5_K reorder MMVQ/dequant + Q8_0 reorder MMVQ...
2026-05-14 Intel AI Get... sycl: Battlemage AOT build via spir64_gen + MMQ subgrou...
2026-05-14 AesSedaiAdd flash attention MMA / Tiles to support MiMo-V2...
2026-05-14 Yanzhao Wanghexagon: add HTP kernel for GGML_OP_GATED_DELTA_NET...
2026-05-14 Intel AI Get... sycl: support non-contiguous input in PAD op (llama...
2026-05-14 Pranav DhinakarFeature hexagon l2 norm (llama/22816)
2026-05-14 Pascalcuda: fuse snake activation (mul, sin, sqr, mul, add...
2026-05-14 Johannes GäßlerCUDA: lower-case PCI bus id, standardize for ggml ...
2026-05-14 miyanvulkan: fix spv shadowing (llama/22760)
2026-05-14 Max Krasnyanskyggml: update SCHED_DEBUG output to use ggml_op_desc...
2026-05-14 Shawn Guopencl: add q4_0 MoE GEMM for Adreno (llama/22731)
2026-05-14 leonardHONGCUDA: batch out_prod inner loop with cublasSgemmStrided...
2026-05-14 Georgi Gerganovllama : fix device state save/load (llama/22805)
2026-05-14 shaofeiqiopencl: add opfilter regex for debugging (llama/22782)
2026-05-14 Intel AI Get... sycl: add FILL, CUMSUM, DIAG, SOLVE_TRI, SSM_SCAN,...
2026-05-14 pl752ggml-cpu: Optimized risc-v cpu q1_0 dot
2026-05-14 zzzzwcggml-cpu: fuse RMS_NORM + MUL on CPU backend (llama...
2026-05-14 fl0rianrggml : use `CL_DEVICE_GLOBAL_MEM_SIZE` as memory estima...
2026-05-14 Trivikram ReddyHexagon: Process M-tail rows on HMX instead of HVX...
2026-05-14 lhezopencl: refactor Adreno q4_0 (llama/22335)
2026-05-14 Radoslav Gerganovrpc : use graph uid instead of graph cache (llama/22701)
2026-05-14 Georgi Gerganovggml : bump version to 0.11.0 (ggml/1478)
2026-05-14 Georgi Gerganovllama : add option to save memory in device buffers...
2026-05-14 Ismailggml : implement fast walsh-hadamard transform for...
2026-05-14 Charles Xukleidiai : update to v1.24.0 and use release archive...
2026-05-14 leonardHONGCUDA: use fastdiv for batch index split in get_rows...
2026-05-14 Atomic-Germvulkan: delete dead GGML_VK_MAX_NODES def (llama/22621)
2026-05-14 Chen Yuanggml-webgpu: add layer norm ops (llama/22406)
2026-05-14 lucyfix: CUDA device PCI bus ID de-dupe OOMing (ignoring...
2026-05-14 JusteLeoggml-virtgpu: fix circular dependency in headers (llama...
2026-05-14 Shawn Guopencl: Adreno optimization for MoE - MxFP4 (llama...
2026-05-13 Andreas Lubbeserver : fix no_speech_thold not being read (#3783)
2026-05-13 Andreas Lubbeserver: fix params leak between requests (#3784)
next