]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : fix typo gmml (#20512)
authorAdrien Gallouët <redacted>
Fri, 13 Mar 2026 13:36:13 +0000 (14:36 +0100)
committerGitHub <redacted>
Fri, 13 Mar 2026 13:36:13 +0000 (14:36 +0100)
Signed-off-by: Adrien Gallouët <redacted>
ggml/CMakeLists.txt
ggml/src/ggml-cpu/ops.cpp

index 4323afe57b557bb03501752e7141832678764591..8f679e2fd35a4bcc1c17f90682c2928f5b7a24f5 100644 (file)
@@ -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)")
index fa9d27046b5ea0101c827fce68cec60218b50804..85db02d92f19238cd861c577d3f1cd1eceb6c63d 100644 (file)
@@ -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,