| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
[sync] PR-35715: [feat]profiler dyno support rank list Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: !37337 merge sync-pr35715-rank-to-master into master [sync] PR-35715: [feat]profiler dyno support rank list Created-by: ascend-ds-bot Commit-by: hehongzhe Merged-by: ascend-robot Description: ### 1. Origin pull request: https://gitcode.com/Ascend/pytorch/merge_requests/35715 ### 2. Original pull request related issue(s): https://gitcode.com/Ascend/pytorch/issues/1963 ### 3. Original pull request related commit(s): | Sha | Datetime | Message | |---|---|---| |[b03d2316](https://gitcode.com/Ascend/pytorch/commit/b03d231684cec89b2fbbab41f928a87b74bb7968)|2026-05-26 20:58:08 +0800 CST|profiler dyno support rank list<br>| See merge request: Ascend/pytorch!37337 | 1 个月前 | |
[feat]dynamic profiler add monitor process name Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: !34921 merge trym into master [feat]dynamic profiler add monitor process name Created-by: hhz0 Commit-by: hehongzhe Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [x] 需求 - [ ] 问题单 - [x] issue/工单 https://gitcode.com/Ascend/pytorch/issues/1813 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 1、如果在检测配置文件存在之后,获取配置文件修改时间之前将配置文件删除,监控进程就会Traceback退出,且无法再被拉起,动态profiling无法再被使能,需要对此类场景进行看护。 2、监控进程名称与原进程一致,需要改名加以区分 # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 不涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 修改前,如果在检测配置文件存在之后,获取配置文件修改时间之前将配置文件删除,监控进程就会Traceback退出,且无法再被拉起,动态profiling无法再被使能。  修改后删除配置文件,错误会被捕获进程不会退出  重新拷贝一份配置文件可以正常采集  重命名文件也是如此  修改前无法区分训练进程与监控进程  修改后可以搜索出监控进程  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!34921 | 1 个月前 | |
[sync] PR-35715: [feat]profiler dyno support rank list Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: !37337 merge sync-pr35715-rank-to-master into master [sync] PR-35715: [feat]profiler dyno support rank list Created-by: ascend-ds-bot Commit-by: hehongzhe Merged-by: ascend-robot Description: ### 1. Origin pull request: https://gitcode.com/Ascend/pytorch/merge_requests/35715 ### 2. Original pull request related issue(s): https://gitcode.com/Ascend/pytorch/issues/1963 ### 3. Original pull request related commit(s): | Sha | Datetime | Message | |---|---|---| |[b03d2316](https://gitcode.com/Ascend/pytorch/commit/b03d231684cec89b2fbbab41f928a87b74bb7968)|2026-05-26 20:58:08 +0800 CST|profiler dyno support rank list<br>| See merge request: Ascend/pytorch!37337 | 1 个月前 | |
The profiler supports step reporting. Co-authored-by: z30043230<zhaiyibo@h-partners.com> # message auto-generated for no-merge-commit merge: !26380 merge main into master The profiler supports step reporting. Created-by: zyb_230 Commit-by: z30043230 Merged-by: ascend-robot Description: <!-- Thanks for sending a pull request! --> **What type of PR is this?** > Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line: > > /kind bug > /kind task > /kind feature /kind feature **What does this PR do / why do we need it**: - **修改原因:** status命令支持展示step - **修改内容:** status命令支持展示step,包括当前step、开始和结束step ---- 功能验证 - [ ] **功能自验** 没有任何采集任务  用例一: nputrace      用例二: npumonitor以及交叉进行   用例三: 未到start_step,覆盖上一条命令,且生效  未到start_step,覆盖上一条命令,start已过去,不会执行,状态变为从Ready变为Idle  Running状态,发送下一条有效命令(start_step在本次stop之后)  **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 # **Special notes for your reviewers**: See merge request: Ascend/pytorch!26380 | 7 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 7 个月前 |