]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
CANN: Support eager execution mode under ACL graph compilation (llama/15712)
authorChenguang Li <redacted>
Tue, 2 Sep 2025 06:07:48 +0000 (14:07 +0800)
committerGeorgi Gerganov <redacted>
Fri, 5 Sep 2025 09:54:11 +0000 (12:54 +0300)
commit86c03b3c5af51924945bcbf52d4d1387e0a3d7aa
treec8f75f1e8e128774902fda4ff7680a5b6f903b44
parent3664722a14d22d96777c939086444ff5c425b08a
CANN: Support eager execution mode under ACL graph compilation (llama/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>
src/ggml-cann/common.h
src/ggml-cann/ggml-cann.cpp