]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CANN: Support eager execution mode under ACL graph compilation (#15712)
authorChenguang Li <redacted>
Tue, 2 Sep 2025 06:07:48 +0000 (14:07 +0800)
committerGitHub <redacted>
Tue, 2 Sep 2025 06:07:48 +0000 (14:07 +0800)
commit2f853687b3bce15e143a22f678d1715060fd606c
treec73a3df441d7a185d5d575a04345ac4cd9337d44
parentef2af57ddf04ab367f6ba6e8ed100fc56785e4b7
CANN: Support eager execution mode under ACL graph compilation (#15712)

* [CANN] Support eager execution mode under ACL graph compilation

Add support for running operators in eager mode while ACL graph
compilation is enabled. This allows bypassing graph execution
and directly submitting ops, which is useful for debugging and
reducing graph build overhead in certain scenarios.

Signed-off-by: noemotiovon <redacted>
* fix typo

Signed-off-by: noemotiovon <redacted>
* rename to acl_graph_mode

Signed-off-by: noemotiovon <redacted>
---------

Signed-off-by: noemotiovon <redacted>
docs/backend/CANN.md
ggml/src/ggml-cann/common.h
ggml/src/ggml-cann/ggml-cann.cpp