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] zeroRains 2024.09.09~2024.09.23 #385

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
### 姓名

卢林军

### 实习项目

组合机制建设和机制推全

### 本周工作

本项目的主要工作是对尚未支持组合机制的算子添加组合机制并完善机制,本周主要工作如下:

1. 为roll_grad op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68272

2. 为one_hot op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68295

3. 为batch_norm 与 batch_norm_ op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68353

4. 为bmm op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68357

5. 为layer_norm_grad op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68274

6. 为group_norm_grad op 添加动态shape支持

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/68271


### 下周工作

1. 修复group_norm_grad与layer_norm_grad pr的BUG

### 导师点评



Loading