Skip to content

Conversation

noemotiovon
Copy link
Collaborator

@noemotiovon noemotiovon commented Sep 8, 2025

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

@github-actions github-actions bot added ggml changes relating to the ggml tensor library for machine learning Ascend NPU issues specific to Ascend NPUs labels Sep 8, 2025
@noemotiovon
Copy link
Collaborator Author

llama-parallel test

......
main: n_parallel = 8, n_sequences = 128, cont_batching = 1, system tokens = 273
External prompt file: used built-in defaults
Model and path used:  /home/lichenguang25/.ollama/models/blobs/sha256-6f96e01a3f550ca08aea1e5725bb8d5a7eccc6f281c30417e9d380b8c46467bd

Total prompt tokens:  17075, speed: 572.21 t/s
Total gen tokens:     13278, speed: 444.96 t/s
Total speed (AVG):           speed: 1017.17 t/s
Cache misses:             0

llama_perf_context_print:        load time =    1779.25 ms
llama_perf_context_print: prompt eval time =   11850.43 ms / 30601 tokens (    0.39 ms per token,  2582.27 tokens per second)
llama_perf_context_print:        eval time =     122.07 ms /    25 runs   (    4.88 ms per token,   204.80 tokens per second)
llama_perf_context_print:       total time =   29844.25 ms / 30626 tokens
llama_perf_context_print:    graphs reused =       1440

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ascend NPU issues specific to Ascend NPUs ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants