whisper.cpp/ggml/src/ggml-cann
Chenguang Li b9eac9419c 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
2025-10-12 11:16:23 +03:00
..
CMakeLists.txt CANN: add support for ACL Graph (llama/15065) 2025-08-18 20:30:45 +03:00
Doxyfile CANN: Add the basic supports of Flash Attention kernel (llama/13627) 2025-05-27 18:03:00 +03:00
acl_tensor.cpp CANN: Implement GLU ops (llama/14884) 2025-07-28 13:02:32 +03:00
acl_tensor.h CANN: Add the basic supports of Flash Attention kernel (llama/13627) 2025-05-27 18:03:00 +03:00
aclnn_ops.cpp CANN: Add ROPE sin/cos cache for reuse (llama/15912) 2025-09-20 13:42:53 +03:00
aclnn_ops.h CANN: Add ggml_set_rows (llama/14943) 2025-08-18 20:30:45 +03:00
common.h CANN: Improve ACL graph matching (llama/16166) 2025-10-12 11:16:23 +03:00
ggml-cann.cpp CANN: Improve ACL graph matching (llama/16166) 2025-10-12 11:16:23 +03:00