文件最后提交记录最后更新时间
!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!18391 个月前
add cache pt for triton-cuda-to-ascend bugfix: cuda cache bugfix: baseline profiler get proper device id update .gitignore support batch triton-cuda-to-ascend search bugfix: print ms to us update scripts 1 个月前
add triton-ascend triton-ascend-case-matmul-large-k SKILL.md 1 个月前
feat(code_checker): implement YAML-based policy loading for static analysis 1 个月前
init: split build & use mode for akg_agents 2 个月前
refactor: rename project from aikg to akg_agents Complete project renaming: - Renamed main directory: aikg/ -> akg_agents/ - Renamed Python package: ai_kernel_generator -> akg_agents - Renamed benchmark: aikgbench -> akg_kernels_bench - Updated client API: AIKGClient -> AKGAgentsClient - Updated all import paths and module references - Updated environment variables: AIKG_* -> AKG_AGENTS_* - Updated output directories and log paths - Updated all documentation and configuration files - Fixed Git submodules paths Breaking changes: - All Python imports need to update to 'from akg_agents' - Environment variable names changed: AIKG_* -> AKG_AGENTS_* - Package name changed from ai_kernel_generator to akg_agents - Client class renamed: AIKGClient -> AKGAgentsClient Co-authored-by: Cursor <cursoragent@cursor.com> 3 个月前
!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!18641 个月前