b9891
metal: add col2im_1d op (f32/f16/bf16) (#25176) metal: add col2im_1d op (f32/f16/bf16) Gather kernel mirroring the CPU/CUDA path: each output (t_out, oc) reads its ceil(K/s0) source columns…
metal: add col2im_1d op (f32/f16/bf16) (#25176) metal: add col2im_1d op (f32/f16/bf16) Gather kernel mirroring the CPU/CUDA path: each output (t_out, oc) reads its ceil(K/s0) source columns…
CUDA: remove -sm row, refactor cuBLAS (#24216) CUDA: remove -sm row, refactor cuBLAS fix CDNA + BF16 logic fix bad return fix src0 strides, contiguous requirements…
CUDA: extend K-type validation to V-types for flash attention (#24403) CUDA: extend K-type validation to V-types for flash attention reorder macOS/iOS: macOS Apple Silicon (arm64) macOS…
ggml-cpu: use UE4M3 LUT in ARM NVFP4 dot product (#25331) macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS…
ggml-cpu: Enable tiled matmul on AIX (#25199) The matmul_tiled path uses large local stack buffers for A_pack and B_pack. On AIX this can trigger a segmentation…
vulkan: fix 32-bit integer overflow in CEIL_DIV (#25245) macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux:…
scripts : use HF_TOKEN when downloading UI assets (#25280) Signed-off-by: Adrien Gallouët angt@huggingface.co macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS…
ggml-hip: enable -ffast-math for HIP builds (#23862) macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu…
ggml-cuda: optimize conv_transpose_1d indexing (#25310)
Fix stale tensor-split params for draft models (#24814) meta: fix tensor split metadata for GQA attention Tidied the code a bit to match existing style Revert…