pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/ggml
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 26 10:27:31 UTC 2026
Modified Files:
pkgsrc/math/ggml: Makefile distinfo
Log Message:
ggml: update to 0.22.0.
This release adds tensor-split support to the multi-backend (meta)
backend with improved split-state propagation, reworks the Metal
kernels into per-op sources with parallel compilation, and fixes
ggml_clamp to be a proper non-in-place op. It also brings new ops
(POOL_1D, PAD_REFLECT_1D), Q2_K SYCL kernels, MoE bias fusion on
OpenCL, and assorted fixes across the CUDA, Metal, SYCL, Vulkan,
OpenCL and WebGPU backends.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/ggml/Makefile \
pkgsrc/math/ggml/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/ggml/Makefile
diff -u pkgsrc/math/ggml/Makefile:1.11 pkgsrc/math/ggml/Makefile:1.12
--- pkgsrc/math/ggml/Makefile:1.11 Sun Aug 23 07:44:35 2026
+++ pkgsrc/math/ggml/Makefile Wed Aug 26 10:27:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/08/23 07:44:35 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/26 10:27:31 wiz Exp $
-DISTNAME= ggml-0.21.0
+DISTNAME= ggml-0.22.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=ggml-org/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/math/ggml/distinfo
diff -u pkgsrc/math/ggml/distinfo:1.11 pkgsrc/math/ggml/distinfo:1.12
--- pkgsrc/math/ggml/distinfo:1.11 Sun Aug 23 07:44:35 2026
+++ pkgsrc/math/ggml/distinfo Wed Aug 26 10:27:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/08/23 07:44:35 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/08/26 10:27:31 wiz Exp $
-BLAKE2s (ggml-0.21.0.tar.gz) = 9a8caf7042b8d0a75dff333d0e7f9885f6198fdff918dcad6cc81ad185ecc6e1
-SHA512 (ggml-0.21.0.tar.gz) = f8a38baa523b3b709541c2e2424d4103977b74821583be2acc3a27fd4806c0eaf2b4209b23759f57a86640da0cc3e35a4b3eeb1af5001b9cd65e1a0a1edf98fc
-Size (ggml-0.21.0.tar.gz) = 3744574 bytes
+BLAKE2s (ggml-0.22.0.tar.gz) = c2f40f3079d1d3b54bbdc0fa0bd5f24cf0e3fdb69537f195e6435f5a0604fac3
+SHA512 (ggml-0.22.0.tar.gz) = 61ea7d216c949f0e484f2b4edf1a83226e452079ef0663575c1b2585a2960bc1318bdf64da817a89cbe0b3baa4d7cdec81fe33417d55bb4b2e80428486aebd5a
+Size (ggml-0.22.0.tar.gz) = 3767077 bytes
Home |
Main Index |
Thread Index |
Old Index