]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Wed, 22 Oct 2025 09:58:11 +0000 (12:58 +0300)
commitfe965613c030f007dd8f8682b11ed19585c483e6
tree7cc25229ab6fea47c30e51ebee86ac341f549335
parent3c136d699a21b10e290d5a302a18e18dfad2c3cb
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>
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]