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.08.12~2024.08.25 #355

Merged
merged 10 commits into from
Sep 6, 2024
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

### 导师点评

工作完成度高,独立思考并解决问题,后续可尝试独立规划每周任务

Loading