]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
CANN: Improve ACL graph matching (llama/16166)
authorChenguang Li <redacted>
Thu, 9 Oct 2025 07:50:25 +0000 (15:50 +0800)
committerGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 08:16:23 +0000 (11:16 +0300)
commitb9eac9419c03120b2dc319bbd16357443f8a592c
tree44c48fcf6d90d0b0103a893f620c9d24d5c9630f
parentc8b2c56fd27eb9b66322e5700c84664c01cb6a26
CANN: Improve ACL graph matching (llama/16166)

* CANN: improve ACL graph matching

Record `ne` and `nb` information for src tensors and include them in the
graph matching check. This enhances the robustness of ACL graph matching
by preventing incorrect matches when src tensors share the same data
address but differ in shape or stride.

* CANN: add op_params match
ggml/src/ggml-cann/common.h
ggml/src/ggml-cann/ggml-cann.cpp