Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase for profiler statistic ratio #41939

Merged

Conversation

rainyfly
Copy link
Contributor

@rainyfly rainyfly commented Apr 18, 2022

PR types

Others

PR changes

Others

Describe

  1. 更改Op类型的筛选方式为最内层的Op打点,防止多打和漏打。
  2. 修改Op表单算百分比时候的分母为各层级的Op集合。
    266d98986fb4902bcb5963c02ac2855a
    假设表中就这3个op, 序号1的百分比,就是(1.cpu)/(1.cpu)+(2.cpu)+(3.cpu) 。然后内层的百分比,以上层为1进行计算,比如1.1的百分比,是(1.1.cpu)/ (1.cpu)。
  3. 加入kernel summary表单。

@paddle-bot-old paddle-bot-old bot added contributor External developers status: proposed labels Apr 18, 2022
@paddle-bot-old
Copy link

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@liutiexing liutiexing merged commit 9b54bf9 into PaddlePaddle:develop Apr 19, 2022
rainyfly added a commit to rainyfly/Paddle that referenced this pull request Apr 19, 2022
* fix according to suggestion

* add kernel summary

* improve coverage
XiaoguangHu01 pushed a commit that referenced this pull request Apr 20, 2022
* fix divide zero error when cpu only (#41794)

* reduce performance influence by RecordEvent in Python (#41822)

* reduce performance influence

* add unit test

* fix

* Rebase for profiler statistic ratio (#41939)

* fix according to suggestion

* add kernel summary

* improve coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants