[NPU] add A5 support for A2E and E2A ops - #276
Open
wangyibo1005 wants to merge 1 commit into
Open
Conversation
wangyibo1005
requested review from
hsliuustc0106 and
jiangkuaixue123
as code owners
August 27, 2026 06:23
A5 HCCL rejects the 910C MC2 tiling/window ABI, so register CANN 9.1 ascend950 and the CANN 8.5 ascend910_95 alias, use the MTE comm engine, and read A5 window addresses without changing the 910C path. Signed-off-by: wangyibo1005 <2633333316@qq.com>
Collaborator
|
Thanks for adding A5 support! Has this change also been validated on A3? Could you please run the relevant A3 test cases as well? |
jiangkuaixue123
added a commit
that referenced
this pull request
Aug 27, 2026
## Summary - configure the repository-level typos allowlist in `pyproject.toml` - preserve `CANN`/`cann` and `TBE`/`tbe` when checked as plain words - preserve Ascend and vendored-code identifiers, including the `ND` data-format suffix - prevent unsafe autofixes such as `CANN_HOME` to `CAN_HOME`, `tbe` to `the`, and `FORMAT_ND` to `FORMAT_AND` ## Validation - confirmed `CANN`, `CANN_HOME`, `_cann_ops_custom`, `tbe`, and `ge::FORMAT_ND` are accepted - confirmed the actual typo `DATA_FULSH` is still reported as `DATA_FLUSH` Related: #276 Signed-off-by: jiangkuaixue123 <jiangxiaozhou111@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A5 HCCL rejects the 910C MC2 tiling/window ABI, so register CANN 9.1 ascend950 and the CANN 8.5 ascend910_95 alias, use the MTE comm engine, and read A5 window addresses without changing the 910C path.
PLEASE FILL IN THE PR DESCRIPTION AND MAKE SURE THE CHECKLIST ITEMS HAVE BEEN CONSIDERED.
Purpose
Issue
Scope
Implementation Notes
Test Plan
Test Result
Docs Impact
Essential PR Checklist