Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PFCCLab/Camp into zty_king/…
Browse files Browse the repository at this point in the history
…WeeklyReport
  • Loading branch information
zty-king committed Nov 28, 2024
2 parents cf4c526 + 28cb828 commit a5941fd
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
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支持。

### 导师点评

导师点评:任务量达标,能深入分析各算子推导过程中遇到的问题
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

### 导师点评



0 comments on commit a5941fd

Please sign in to comment.