已合并
[usage][sync]修复工具跨版本simt仿真wrap信息丢失问题 #242
流栎创建于 15 天前
[usage][sync]修复工具跨版本simt仿真wrap信息丢失问题 #242
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 流栎 的贡献)atomgit-bot
15 天前 评论:
15 天前 评论:
🤖 正在生成合并请求摘要,请稍候…


atomgit-bot
15 天前 评论:
15 天前 评论:
🤖 AI 代码检视正在进行中,请稍候…


15 天前 添加了label:stat/needs-squash
15 天前 添加了label:ascend-cla/yes
ascend-robot
15 天前 评论:
15 天前 评论:
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/msopprof | ✅ yan_yw, RainbowWhp (2/2) | ✅ yan_yw (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
zzzsss1234, thanks for your pull request. All authors of the commits have signed the CLA. 👍


ascend-robot
15 天前 评论:
15 天前 评论:
ascend docs pipeline is running...


15 天前 添加了label:docs-ci-pipeline-running
ascend-robot
15 天前 评论:
15 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


15 天前 删除了label:docs-ci-pipeline-running
15 天前 添加了label:docs-ci-pipeline-success
流栎
15 天前 评论:
15 天前 评论:
compile


15 天前 添加了label:ci-pipeline-running
ascend-robot
15 天前 评论:
15 天前 评论:
ascend docs pipeline is running...


15 天前 删除了label:docs-ci-pipeline-success
15 天前 添加了label:docs-ci-pipeline-running
ascend-robot
15 天前 评论:
15 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


15 天前 删除了label:docs-ci-pipeline-running
此处折叠了8条事件消息 查看更多
15 天前 添加了label:ci-pipeline-failed
VolKano
15 天前 评论:
15 天前 评论:
retry


15 天前 删除了label:ci-pipeline-failed
15 天前 添加了label:ci-pipeline-running
15 天前 删除了label:ci-pipeline-running
15 天前 添加了label:ci-pipeline-passed
AtlasAccount
15 天前 评论:
15 天前 评论:
流水线 PR-pipeline_msopprof#520 (重试第2次) [ commitID:f0d36d99 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_msopprof_x86 | ✅ | >>> |
| Build_msopprof_arm | ✅ | >>> | |
| 恶意代码检查 | Antipoison_msopprof | ✅ | >>> |
| 编码安全与规范检查 | codecheck_pre-commit | ✅ | >>> |
| pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA_msopprof | ✅ | >>> |
| 开发者测试 | UT_msopprof_x86 | ✅ | >>> |
| 流水线 | PR-pipeline_msopprof | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


15 天前 添加了label:approved
wanghaopeng
15 天前 评论:
15 天前 评论:
/lgtm


15 天前 添加了label:lgtm
15 天前 合入了pull request
1. 修改描述
适配仿真器日志修改时未考虑版本兼容性,正则匹配写的太死,新版本工具配合旧cann会出现正则匹配失败进而丢失wrap信息问题
修改正则匹配表达式,兼容前后版本
std::regex a5DetailPattern_ = std::regex(R"([warpId:([0-9]{1,2})].*[schId:([0-3])])");
https://gitcode.com/Ascend/msopprof/pull/241
2. 功能验证
3. 代码检视
是
是
否
4. 资料修改自检