-
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.
Merge branch 'main' of https://github.com/PFCCLab/Camp into zty_king/…
…WeeklyReport
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
WeeklyReports/Hackathon_7th/01_AndPuQing/[WeeklyReport]2024.10.21~2024.10.27.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,25 @@ | ||
### 姓名 | ||
|
||
梁嘉铭 | ||
|
||
### 实习项目 | ||
|
||
PIR 专项 | ||
|
||
### 本周工作 | ||
|
||
本周工作分别完成对: | ||
|
||
- `cholesky_solve`: https://github.com/PaddlePaddle/Paddle/pull/69005 | ||
- `reindexgraph`: https://github.com/PaddlePaddle/Paddle/pull/68973 | ||
- `rank_attention`: https://github.com/PaddlePaddle/Paddle/pull/68967 | ||
|
||
CINN InferSymbolShape支持。 | ||
|
||
### 下周工作 | ||
|
||
继续完成对其他Op的InferSymbolShape支持。 | ||
|
||
### 导师点评 | ||
|
||
导师点评:任务量达标,能深入分析各算子推导过程中遇到的问题 |
57 changes: 57 additions & 0 deletions
57
WeeklyReports/Hackathon_7th/04_zeroRains/[WeeklyReports]2024.09.09~2024.09.23.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,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 | ||
|
||
### 导师点评 | ||
|
||
|
||
|