已合并
[Docs]硬件和操作系统支持见兼容性助手 #236
renxiaolong12创建于 10 天前
[Docs]硬件和操作系统支持见兼容性助手 #236
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 renxiaolong12 的贡献)10 天前 关联了issue:[Docs]硬件和操作系统支持见兼容性助手
atomgit-bot
10 天前 评论:
10 天前 评论:
变更摘要
本PR为纯资料类改动,针对 issue #190,仅更新文档、不涉及代码与接口变更。核心变更是在 performance_tuning.md 中将硬件和操作系统支持说明调整为引用昇腾官方「兼容性助手」,使硬件/操作系统支持信息由统一入口提供,避免文档中重复维护。
主要改动
- 硬件支持说明引用兼容性助手:在
performance_tuning.md中修改硬件支持相关内容,改为引导用户访问兼容性助手获取硬件和操作系统支持信息。 - 文档内容精简:移除
performance_tuning.md中原有的硬件支持描述段落,替换为指向兼容性助手的简短说明。 - 不涉及接口与代码变更:本次仅修改文档,不影响任何接口、配置或运行逻辑。


atomgit-bot
10 天前 评论:
10 天前 评论:
🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


10 天前 添加了label:ascend-cla/yes
ascend-robot
10 天前 评论:
10 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-Motor-CPP | ✅ 李倩, 肖庆 (2/2) | ✅ 李倩 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
renxiaolong12, thanks for your pull request. All authors of the commits have signed the CLA. 👍


10 天前 添加了label:ci-pipeline-running
10 天前 删除了label:ci-pipeline-running
10 天前 添加了label:ci-pipeline-passed
ascend-robot
10 天前 评论:
10 天前 评论:
流水线 PR-pipeline_MindIE-Motor-CPP_gitcode#1453 [ commitID:860d8952 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_linux_x86_abi1 | ✅ | >>> |
| Build_linux_arm_abi1 | ✅ | >>> | |
| Build_linux_arm_abi0 | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 开源片段检查 | SCA | ✅ | >>> |
| pre-commit | ✅ | >>> | |
| 开发者测试 | UT_linux_x86_ms | ✅ | >>> |
| 流水线 | PR-pipeline_MindIE-Motor-CPP_gitcode | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


10 天前 添加了label:approved
xiaoqing
10 天前 评论:
10 天前 评论:
/lgtm


10 天前 添加了label:lgtm
10 天前 关闭了关联的issue
10 天前 合入了pull request
1. 合入背景
Fixes #190
2. 修改内容
修改performance_tuning.md中硬件支持说明,引用兼容性助手
3. 资料变更
涉及,本PR仅涉及资料修改。
4. 接口变更
不涉及,本PR仅涉及资料修改。
5. 测试结果
6. CheckList
[ ] 代码注释完备
[ ] 正确记录维测日志
[ ] 是否有UT用例