-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] zeroRains 2024.08.26~2024.09.08 (#377)
Co-authored-by: cyber-pioneer <[email protected]> Co-authored-by: xiaoguoguo626807 <[email protected]>
- Loading branch information
1 parent
24baee7
commit 665304e
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
WeeklyReports/Hackathon_7th/04_zeroRains/[WeeklyReports]2024.08.26~2024.9.8.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
### 姓名 | ||
|
||
卢林军 | ||
|
||
### 实习项目 | ||
|
||
组合机制建设和机制推全 | ||
|
||
### 本周工作 | ||
|
||
本项目的主要工作是对尚未支持组合机制的算子添加组合机制并完善机制,本周主要工作如下: | ||
|
||
1. 为dropout_grad op 添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67757 | ||
|
||
2. 为prod_grad op 添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67775 | ||
|
||
3. 为cumprod_grad 支持动态shape | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67965 | ||
|
||
4. 为gather_grad, gather_nd_grad 支持动态shape | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67968 | ||
|
||
5. 为scatter_grad 添加动态shape支持,添加scatter_nd_add_grad的动态shape单测,为所有反向动态shape测试添加拆解检测 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/68168 | ||
|
||
6. 为topk_grad添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/68228 | ||
|
||
7. 为unsqueeze_grad, squeeze_grad 添加动态shape单测 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/68076 | ||
|
||
### 下周工作 | ||
|
||
1. group_norm_grad, layer_norm_grad, masked_select_grad, roll_grad反向适配动态shape | ||
2. one_hot, batch_norm_, batch_norm, bmm 前向适配动态shape | ||
|
||
### 导师点评 | ||
按时完成工作任务,效率很高 | ||
|
||
|