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

[WeeklyReport] ZelinMa557 2024.04.06~2024.04.19 #229

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### 姓名
马欣楷

### 实习项目
CINN 支持动态 Shape 专项(前端方向)

### 本周工作
本周主要工作如下:
1. 排查paddle.mean接口无法使用cinn编译的原因,进行修复,相关pr: https://github.com/PaddlePaddle/Paddle/pull/63494。目前已修复部分case的编译问题,其它case暂不支持
2. 使用nsys profile对paddle.mean进行分析,发现reduce_sum相关kernel的计算占比较大,无明显优化空间。对不用cinn的情况进行对比测试,发现使用cinn后,性能会下降2个数量级,相关文档:https://docs.qq.com/doc/DRElueFNSdnZRcXNr

### 下周工作
1. 分析paddle.mean编译/性能问题


### 导师点评
欣楷本周在reduce_mean性能分析任务中发现了一些比较关键的性能问题,这对后续优化工作的开展有重要意义,希望继续在相关问题上深入思考,取得突破性进展。
Loading