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.07.29~2024.08.11 #336

Merged
merged 6 commits into from
Aug 12, 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,44 @@
### 姓名

卢林军

### 实习项目

组合机制建设和机制推全

### 本周工作

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

1. 前向拆解heaviside op,并支持动态shape

相关 PR:

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

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

相关 PR:

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

3. 为reduce_as_grad 添加动态shape支持

相关 PR:

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

4. 补充组合机制的设计与实现文档以及入门开发文档

相关 PR:

- https://github.com/PaddlePaddle/community/pull/938


### 下周工作

1. 收集待拆解算子并为其支持组合机制

### 导师点评

Nice
Loading