已合并
profiler: set the msmonitor status to uninitialized when the polling subprocess ends #27273
xfeng创建于 2025年11月29日
profiler: set the msmonitor status to uninitialized when the polling subprocess ends #27273
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 xfeng 的贡献)ascend-robot
2025年11月29日 评论:
2025年11月29日 评论:
AtlasAccount
2025年11月29日 评论:
2025年11月29日 评论:
ascend-robot
2025年11月29日 评论:
2025年11月29日 评论:
以下是根据您提交的修改文件推荐的Reviewer和Committer序列,需各模块评审通过后方可合入
| Module List | Reviewers | Committers |
|---|---|---|
| repo-Ascend/pytorch | zqwenn, wangchao285, chenhao_1209, chuboning, guoguanghao | liwei386, shaoyf, yangkaixin, rain-666, wangchao285 |


2025年11月29日 添加了label:ascend-cla/yes
此处折叠了41条消息 查看更多
2025年12月1日 添加了label:ci-pipeline-passed
2025年12月1日 添加了label:approved
ascend-robot
2025年12月1日 评论:
2025年12月1日 评论:
Review Guide
This Pull-Request Passes Review.
Committers who writed a comment of /approve are: chenhao_1209, wangchao430.
Reviewers who writed a comment of /lgtm are: chenhao_1209, wangchao430.


2025年12月1日 合入了pull request
What type of PR is this?
/kind bug
What does this PR do / why do we need it:
之前修改上报方式为实际业务进程上报状态,而不是监控子进程,然后在最后进程结束时finalize的时候会重置状态,这个重置状态是所有进程都会调用的,不对,应该只需要重置一次,不然有的进程提前结束(即使是非业务进程)就会提前把状态置为Uninitialized,导致后面所有命令无效
Which issue(s) this PR fixes:
Fixes #


Special notes for your reviewers: