llama.cpp/ggml/src/ggml-cann
Chenguang Li 7a50cf388a
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 <huafengchun@gmail.com>
2025-10-16 16:41:11 +08:00
..
CMakeLists.txt CANN: add support for ACL Graph (#15065) 2025-08-06 14:12:42 +08:00
Doxyfile CANN: Add the basic supports of Flash Attention kernel (#13627) 2025-05-26 10:20:18 +08:00
acl_tensor.cpp CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00
acl_tensor.h CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00
aclnn_ops.cpp CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00
aclnn_ops.h CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00
common.h CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00
ggml-cann.cpp CANN: format code using .clang-format (#15863) 2025-10-16 16:41:11 +08:00