文件最后提交记录最后更新时间
!24016 [feature-master] profiler analyse optim Merge pull request !24016 from tangmengcheng/profiler_analysis_optimaze_master_0812 9 个月前
【bugfix】Fixed a bug that could cause an exception when calling prof backend stop without having invoked the profile object after initialization. Co-authored-by: xieanran<694099604@qq.com> # message auto-generated for no-merge-commit merge: !26160 merge master into master 【bugfix】Fixed a bug that could cause an exception when calling prof backend stop without having invoked the profile object after initialization. Created-by: SoraAzzz Commit-by: xieanran 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 **What does this PR do / why do we need it**: 修复profile初始化后未调用场景下析构call prof stop failed错误 **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!261606 个月前
[PROFILING] fix err of unable to create STEP_TIME table while only CPU enabled Co-authored-by: mei-feiyao<1332490378@qq.com> # message auto-generated for no-merge-commit merge: merge fix into master [PROFILING] fix err of unable to create STEP_TIME table while only CPU enabled Created-by: mei-feiyao Commit-by: mei-feiyao 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 bug **What does this PR do / why do we need it**: 1.fix err of unable to create STEP_TIME table while only CPU enabled 2.init logger in multi process of dynamic profiler **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!248448 个月前
profiler show thread stack Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: !26446 merge master into master profiler show thread stack Created-by: hhz0 Commit-by: hehongzhe 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 **What does this PR do / why do we need it**: 对于与torchop无关的纯cpu子线程,profiler在开启with_stack的情况下会采集其堆栈,但是不在timeline中显示,修改后默认显示所有线程堆栈信息 ![image.png](https://raw.gitcode.com/user-images/assets/7404318/c91a459c-8a2a-48c9-90e1-30e249ab36d2/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!264466 个月前
profiler show thread stack Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: !26446 merge master into master profiler show thread stack Created-by: hhz0 Commit-by: hehongzhe 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 **What does this PR do / why do we need it**: 对于与torchop无关的纯cpu子线程,profiler在开启with_stack的情况下会采集其堆栈,但是不在timeline中显示,修改后默认显示所有线程堆栈信息 ![image.png](https://raw.gitcode.com/user-images/assets/7404318/c91a459c-8a2a-48c9-90e1-30e249ab36d2/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!264466 个月前
!6972 Add __all__ for torch_npu Merge pull request !6972 from shaoyf/sc/master_init 2 年前
!16075 analysis asynchronously Merge pull request !16075 from wangqihui01/master 1 年前
!23727 [torch_master]修复profiler内存数据解析bug Merge pull request !23727 from yuliangbin/bug_fix_master 9 个月前
profiler use local time, not utc Co-authored-by: hehongzhe<935062458@qq.com> # message auto-generated for no-merge-commit merge: merge master into master profiler use local time, not utc Created-by: hhz0 Commit-by: hehongzhe 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 **What does this PR do / why do we need it**: pytorch profiler采集解析所用到的时间使用本地时间,不转化为utc时间,与msprof保持一致 **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!248648 个月前