]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CANN: format code using .clang-format (#15863)
authorChenguang Li <redacted>
Thu, 16 Oct 2025 08:41:11 +0000 (16:41 +0800)
committerGitHub <redacted>
Thu, 16 Oct 2025 08:41:11 +0000 (16:41 +0800)
commit7a50cf388a530127cbbdd2a507ef81a451c9d819
tree027053f22db969cf27b80676ca96d06890f9e4c3
parent6f5d924637a15abedb111cbbffd7da5f31c81855
CANN: format code using .clang-format (#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>
ggml/src/ggml-cann/acl_tensor.cpp [changed mode: 0755->0644]
ggml/src/ggml-cann/acl_tensor.h [changed mode: 0755->0644]
ggml/src/ggml-cann/aclnn_ops.cpp [changed mode: 0755->0644]
ggml/src/ggml-cann/aclnn_ops.h [changed mode: 0755->0644]
ggml/src/ggml-cann/common.h [changed mode: 0755->0644]
ggml/src/ggml-cann/ggml-cann.cpp [changed mode: 0755->0644]