-
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.12~2024.08.25 (#355)
Co-authored-by: cyber-pioneer <116002591+cyber-pioneer@users.noreply.github.com>
- Loading branch information
1 parent
ff5d6b8
commit 6d50ace
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
WeeklyReports/Hackathon_7th/04_zeroRains/[WeeklyReports]2024.08.12~2024.08.25.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,45 @@ | ||
### 姓名 | ||
|
||
卢林军 | ||
|
||
### 实习项目 | ||
|
||
组合机制建设和机制推全 | ||
|
||
### 本周工作 | ||
|
||
本项目的主要工作是对尚未支持组合机制的算子添加组合机制并完善机制,本周主要工作如下: | ||
|
||
1. 为expand_grad op 添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67481 | ||
|
||
2. 为stack_grad op 添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67502 | ||
|
||
3. 为pad_grad 添加动态shape支持 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67606 | ||
|
||
4. 为scale_grad, square_grad, transpose_grad, swiglu_grad添加动态shape单测,并按照字母序重新整理单测 | ||
|
||
相关 PR: | ||
|
||
- https://github.com/PaddlePaddle/Paddle/pull/67590 | ||
|
||
|
||
### 下周工作 | ||
|
||
1. batch_norm,prod,dropout反向适配动态shape | ||
|
||
### 导师点评 | ||
|
||
工作完成度高,独立思考并解决问题,后续可尝试独立规划每周任务 | ||
|