From: Adrien Gallouët Date: Fri, 13 Mar 2026 13:36:13 +0000 (+0100) Subject: ggml : fix typo gmml (llama/20512) X-Git-Tag: v0.9.8~24 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=03debc351969d8b8b3ab8c744ff21d3d853739e0;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix typo gmml (llama/20512) Signed-off-by: Adrien Gallouët --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4323afe5..8f679e2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,7 +253,7 @@ option(GGML_OPENCL_PROFILING "ggml: use OpenCL profiling (increas option(GGML_OPENCL_EMBED_KERNELS "ggml: embed kernels" ON) option(GGML_OPENCL_USE_ADRENO_KERNELS "ggml: use optimized kernels for Adreno" ON) set (GGML_OPENCL_TARGET_VERSION "300" CACHE STRING - "gmml: OpenCL API version to target") + "ggml: OpenCL API version to target") option(GGML_HEXAGON "ggml: enable Hexagon backend" OFF) set(GGML_HEXAGON_FP32_QUANTIZE_GROUP_SIZE 128 CACHE STRING "ggml: quantize group size (32, 64, or 128)") diff --git a/src/ggml-cpu/ops.cpp b/src/ggml-cpu/ops.cpp index fa9d2704..85db02d9 100644 --- a/src/ggml-cpu/ops.cpp +++ b/src/ggml-cpu/ops.cpp @@ -9624,7 +9624,7 @@ void ggml_compute_forward_win_unpart( } } -//gmml_compute_forward_unary +//ggml_compute_forward_unary void ggml_compute_forward_unary( const ggml_compute_params * params,