]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
chore : correct typos [no ci] (llama/20041)
authorMarcel Petrick <redacted>
Thu, 5 Mar 2026 07:50:21 +0000 (08:50 +0100)
committerGeorgi Gerganov <redacted>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commitc01b2ea4e3f0c536fc24cbeedb8b4458cba9e4ee
treeae2e079a0eb2347c26b52f2374fa61545c226f42
parente229ca557f4abbacc4393a4acf3f4c16a833baaa
chore : correct typos [no ci] (llama/20041)

* fix(docs): correct typos found during code review

Non-functional changes only:
- Fixed minor spelling mistakes in comments
- Corrected typos in user-facing strings
- No variables, logic, or functional code was modified.

Signed-off-by: Marcel Petrick <redacted>
* Update docs/backend/CANN.md

Co-authored-by: Aaron Teo <redacted>
* Revert "Auxiliary commit to revert individual files from 846d1c301281178efbc6ce6060ad34c1ebe45af8"

This reverts commit 02fcf0c7db661d5ff3eff96b2b2db9fdb7213256.

* Update tests/test-backend-ops.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update tests/test-backend-ops.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
---------

Signed-off-by: Marcel Petrick <redacted>
Co-authored-by: Aaron Teo <redacted>
Co-authored-by: Sigbjørn Skjæret <redacted>
33 files changed:
include/ggml-backend.h
include/ggml-opt.h
include/ggml.h
src/ggml-cpu/amx/mmq.cpp
src/ggml-cpu/arch/arm/quants.c
src/ggml-cpu/arch/arm/repack.cpp
src/ggml-cpu/arch/x86/repack.cpp
src/ggml-cpu/ggml-cpu.c
src/ggml-cpu/llamafile/sgemm.cpp
src/ggml-cpu/ops.cpp
src/ggml-cpu/repack.cpp
src/ggml-cuda/fattn-mma-f16.cuh
src/ggml-cuda/fattn-vec.cuh
src/ggml-cuda/fattn-wmma-f16.cuh
src/ggml-cuda/ggml-cuda.cu
src/ggml-cuda/quantize.cu
src/ggml-cuda/softmax.cu
src/ggml-cuda/solve_tri.cu
src/ggml-hexagon/ggml-hexagon.cpp
src/ggml-hexagon/htp-drv.cpp
src/ggml-hexagon/htp/hvx-inverse.h
src/ggml-hexagon/htp/rope-ops.c
src/ggml-hexagon/htp/worker-pool.c
src/ggml-metal/ggml-metal-device.m
src/ggml-metal/ggml-metal-ops.cpp
src/ggml-metal/ggml-metal.cpp
src/ggml-metal/ggml-metal.metal
src/ggml-opencl/ggml-opencl.cpp
src/ggml-sycl/common.hpp
src/ggml-sycl/quants.hpp
src/ggml-sycl/softmax.cpp
src/ggml-vulkan/CMakeLists.txt
tests/test-backend-ops.cpp