文件最后提交记录最后更新时间
!16143 【PROF】【BUG】Master: add start step for dynamic profiling Merge pull request !16143 from liyou_b/bug_fixed_tr6_master 1 年前
!19077 lazy init dynolog Merge pull request !19077 from Gallium/bug_fix_master 1 年前
!23972 [PROF] Dynamic profiler add start option Merge pull request !23972 from wangjie/dynamic_prof_start_dev_master 9 个月前
profiler: set the msmonitor status to uninitialized when the polling subprocess ends Co-authored-by: z30043230<zhaiyibo@h-partners.com> # message auto-generated for no-merge-commit merge: !27269 merge main into master profiler: set the msmonitor status to uninitialized when the polling subprocess ends 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 bug **What does this PR do / why do we need it**: 之前修改上报方式为实际业务进程上报状态,而不是监控子进程,然后在最后进程结束时finalize的时候会重置状态,这个重置状态是所有进程都会调用的,不对,应该只需要重置一次,不然有的进程提前结束(即使是非业务进程)就会提前把状态置为Uninitialized,导致后面所有命令无效 **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 # ![image.png](https://raw.gitcode.com/user-images/assets/7404318/d5cdcb2c-fac8-47ce-a44e-34093d61ed8d/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7404318/14ad3d1b-23f7-4403-b65c-9632d67ccbd8/image.png 'image.png') **Special notes for your reviewers**: See merge request: Ascend/pytorch!272695 个月前
Profiler: adapt to the worker process name change of vllm Co-authored-by: z30043230<zhaiyibo@h-partners.com> # message auto-generated for no-merge-commit merge: !27535 merge main into master Profiler: adapt to the worker process name change of vllm 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 bug **What does this PR do / why do we need it**: vllm 11.0实际业务进程名字为EngineCore_DPxx然后代码会拦截,最后不会创建共享内存,无法使用msmonitor功能 **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 # 去掉进程名为EngineCore就return False的代码 ![image.png](https://raw.gitcode.com/user-images/assets/7404318/a9e080ab-a04b-45d2-98d0-976e8b277728/image.png 'image.png') 已和测试一起验证修改没问题 **Special notes for your reviewers**: See merge request: Ascend/pytorch!275355 个月前
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 ---- 功能验证 - [ ] **功能自验** 没有任何采集任务 ![image.png](https://raw.gitcode.com/user-images/assets/7403669/a4a2b18f-bd1e-4603-95f4-eb408420913c/image.png 'image.png') 用例一: nputrace ![image.png](https://raw.gitcode.com/user-images/assets/7403669/37b43c06-4582-4d01-a0c9-7de2697ce057/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7403669/0f70b8ee-b2a8-4533-896b-1d63f77d893b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7403669/90d4f15a-9668-4ddd-9012-f2052d788783/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7403669/932c220b-de6a-4631-9747-aa71715ff396/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7403669/4576eab7-b3fa-46ec-9cc9-34ffae3e17cf/image.png 'image.png') 用例二: npumonitor以及交叉进行 ![image.png](https://raw.gitcode.com/user-images/assets/7403669/6ec9e261-d947-4687-9adc-6e2e0a300ef1/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7403669/2c2db6ab-5fb1-45f1-add5-ba3cb4681f7c/image.png 'image.png') 用例三: 未到start_step,覆盖上一条命令,且生效 ![image.png](https://raw.gitcode.com/user-images/assets/7403669/ffd9c0ce-1d03-40c9-b846-7139b07488f4/image.png 'image.png') 未到start_step,覆盖上一条命令,start已过去,不会执行,状态变为从Ready变为Idle ![image.png](https://raw.gitcode.com/user-images/assets/7403669/f15e6cf8-2c6d-43ca-a45d-25d3e91c1694/image.png 'image.png') Running状态,发送下一条有效命令(start_step在本次stop之后) ![image.png](https://raw.gitcode.com/user-images/assets/7403669/62d2e9ab-8d7b-4704-aac4-6d6fdd648181/image.png 'image.png') **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!263806 个月前