]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
CANN: format code using .clang-format (llama/15863)
authorChenguang Li <redacted>
Thu, 16 Oct 2025 08:41:11 +0000 (16:41 +0800)
committerGeorgi Gerganov <redacted>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commitd573fb7872167674be2a447b818837ca73beb3d0
treea6f1b1e416440a553e5e3e270df6a723b4b2857a
parenta6ad99ee1ced95a48f30278ecc6691763bd88c87
CANN: format code using .clang-format (llama/15863)

This commit applies .clang-format rules to all source files under the
ggml-cann directory to ensure consistent coding style and readability.
The .clang-format option `SortIncludes: false` has been set to disable
automatic reordering of include directives.
No functional changes are introduced.

Co-authored-by: hipudding <redacted>
src/ggml-cann/acl_tensor.cpp [changed mode: 0755->0644]
src/ggml-cann/acl_tensor.h [changed mode: 0755->0644]
src/ggml-cann/aclnn_ops.cpp [changed mode: 0755->0644]
src/ggml-cann/aclnn_ops.h [changed mode: 0755->0644]
src/ggml-cann/common.h [changed mode: 0755->0644]
src/ggml-cann/ggml-cann.cpp [changed mode: 0755->0644]