!1839 merge br_commit into br_agents
Enhance support for new architecture A5 in configuration and verification modules
Created-by: zhengqishui1
Commit-by: zhengqishui
Merged-by: yiyanzhi_akane1
Description: <!-- Thanks for sending a pull request! Here are some tips for you:
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-ai/mindspore/blob/master/CONTRIBUTING.md
-->
**What type of PR is this?**
>/kind feature </br>
**What does this PR do / why do we need it**:
新增 22 个 A5 系列 NPU的硬件规格文档,为 A5 系列芯片提供完整的硬件配置信息,包括芯片配置、存储系统、计算单元(VEC/CUBE)、数据通路、内存带宽和优化策略等详细规格。这些文档将支持 AKG 针对A5的不同硬件变体提供精确的硬件信息指导。
**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 [#366](https://atomgit.com/mindspore/akg/issues/366)
**Special notes for your reviewers**:
- 所有新增文档均遵循统一的硬件规格文档格式
- 文档包含 Cube/Vector 分离架构的详细说明以及A5的新的硬件特性
- 提供了完整的数据类型 M、K、N 配置表和内存带宽参数等
- 另外,增加NPU环境检测时timeout时长,目的是为了适配A5机器;并且测试A2机器是能过通过环境检测
See merge request: mindspore/akg!1839
!1864 merge fixcode into br_agents
[AKG_AEGNTS] add fixcodegen
Created-by: zhu_yiyang
Commit-by: zhu_yiyang;yiyanzhi_akane1
Merged-by: yiyanzhi_akane1
Description: **What type of PR is this?**
> /kind feature</br>
**What does this PR do / why do we need it**:
1. 增加fix_code_gen agent到kernelgen_workflow
**Which issue(s) this PR fixes**:
Fixes [#366](https://gitcode.com/mindspore/akg/issues/366)
**Special notes for your reviewers**:
See merge request: mindspore/akg!1864