-
Notifications
You must be signed in to change notification settings - Fork 271
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
【Hackathon No.31】为 Paddle 优化 dist op 在 GPU 上的计算性能 #187
Conversation
* Create 20220708_api_design_for_bucketize.md * Update 20220708_api_design_for_bucketize.md * Update 20220708_api_design_for_bucketize.md 更新测试案例说明 * update test example.
* Create 20220708_api_design_for_trapezoid.md PaddlePaddle Hackathon 第三期 6 * Update 20220708_api_design_for_trapezoid.md * Update 20220708_api_design_for_trapezoid.md * Update 20220708_api_design_for_trapezoid.md * Create 20220708_api_design_for_trapezoid.md * Update 20220708_api_design_for_trapezoid.md * Update 20220708_api_design_for_trapezoid.md
* 添加selu算子性能优化文档 * Update 20220706_Selu_op_optimization.md * Update 20220706_Selu_op_optimization.md * Update 20220706_Selu_op_optimization.md
|
||
| Case No. | input_shape | p | Paddle Perf(ms) | | ||
|---|---|---|---| | ||
| 0 | [1000,1000] | 2.0 | 0.2338 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
case 表格里面补充些具体 config 的信息吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JamesLim-sy 具体的config信息是指哪些,参考selu的设计文档我先加上了device和data type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JamesLim-sy 具体的config信息是指哪些,参考selu的设计文档我先加上了device和data type
这样就可以了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for OPs-Perf documents
@thunder95 一个pr只提交一份设计文档哈,这里做一下拆分吧,这个pr只放 为 Paddle 优化 dist op 在 GPU 上的计算性能 的设计文档 |
20220711_dist_op_optimization.md和20220714_dist_op_optimization.md,只保留最新一份即可 |
已删除旧文档 |
@Ligoml 已删除 |
为 Paddle 优化 dist op 在 GPU 上的计算性能
任务: PaddlePaddle/Paddle#44072 (comment)