llama.cpp/ggml/src/ggml-cann
hipudding eeb5605de2
CANN: Add MROPE and IMROPE support (#17401)
* CANN: ROPE supports both MROPE and IMROPE.

1. Optimize the caching logic of rope_cache_init.
2. Add support for mRoPE and i-mRoPE.

Note that on Ascend 910B devices, it is necessary to disable FA
in CLIP and disable NZ-format conversion. These two issues are
still under investigation.

* Resolve review comments
2025-11-26 16:44:19 +08:00
..
CMakeLists.txt CANN: add support for ACL Graph (#15065) 2025-08-06 14:12:42 +08:00
acl_tensor.cpp CANN: Use smart pointers to manage ACL objects (#17238) 2025-11-17 08:43:59 +08:00
acl_tensor.h CANN: Use smart pointers to manage ACL objects (#17238) 2025-11-17 08:43:59 +08:00
aclnn_ops.cpp CANN: Add MROPE and IMROPE support (#17401) 2025-11-26 16:44:19 +08:00
aclnn_ops.h CANN: supports out_prod operator for F32 and F16 (#17406) 2025-11-25 17:39:06 +08:00
common.h CANN: Add MROPE and IMROPE support (#17401) 2025-11-26 16:44:19 +08:00
ggml-cann.cpp CANN: Add MROPE and IMROPE support (#17401) 2025-11-26 16:44:19 +08:00