head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.02.10.58.21; author wiz; state Exp; branches; next ; commitid cgGQYP2SmaYmk4MG; desc @@ 1.1 log @math/ggml: import ggml-0.15.3 Tensor library for machine learning ## Features - Low-level cross-platform implementation - Integer quantization support - Broad hardware support - Automatic differentiation - ADAM and L-BFGS optimizers - No third-party dependencies - Zero memory allocations during runtime @ text @$NetBSD$ Needed by stable-diffusion.cpp. --- include/ggml.h.orig 2026-07-01 15:09:07.213680840 +0000 +++ include/ggml.h @@@@ -226,7 +226,7 @@@@ #define GGML_MAX_OP_PARAMS 64 #ifndef GGML_MAX_NAME -# define GGML_MAX_NAME 64 +# define GGML_MAX_NAME 128 #endif #define GGML_DEFAULT_N_THREADS 4 @