| [feature] register "npugraph_ex" backend
Co-authored-by: xuzhenhua2025<xuzhenhua4@huawei.com>
# message auto-generated for no-merge-commit merge:
!26325 merge master into master
[feature] register "npugraph_ex" backend
Created-by: xuzhenhua2025
Commit-by: xuzhenhua2025
Merged-by: ascend-robot
Description: <!-- Thanks for sending a pull request!
-->
**What type of PR is this?**
/kind feature
**What does this PR do / why do we need it**:
Register "npugraph_ex" backend, we can use it as
```python
compiled_model = torch.compile(Model().npu(), backend="npugraph_ex", fullgraph=True, dynamic=False)
```
**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: Fixes #<issue number>, or Fixes (paste link of issue).
-->
Fixes #
**Special notes for your reviewers**:
See merge request: Ascend/pytorch!26325 | 6 个月前 |