]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Sat, 20 Sep 2025 10:42:47 +0000 (13:42 +0300)
commit3db49c1c265ab8b636e33d453056926ba54563f0
tree0d49120e4226fa28e66180f6739f5a62db1da9a9
parent13d3963f711e1f0a1e50404bc814308734519f46
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>
ggml/src/ggml-cann/common.h
ggml/src/ggml-cann/ggml-cann.cpp