-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] zrr1999 2023.10.08~2023.11.21 (#88)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
WeeklyReports/21_zrr1999/[WeeklyReport]2023.10.08~2023.11.21.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,31 @@ | ||
### 姓名 | ||
|
||
詹荣瑞 | ||
|
||
Github ID:[zrr1999](https://github.com/zrr1999) | ||
|
||
### 实习项目 | ||
|
||
PIR 核心组件建设与机制完善 | ||
|
||
### 本周工作 | ||
|
||
1. **迁移部分算子到 PIR** | ||
- index_select(5/5) | ||
- index_sample(5/5) | ||
- multiplex(5/5) | ||
- nextafter(2/2) | ||
- rad2deg(1/1) | ||
- renorm(1/1) | ||
- print(5/5) | ||
|
||
相关PR: | ||
- https://github.com/PaddlePaddle/Paddle/pull/58384 | ||
|
||
### 下周工作 | ||
|
||
1. 完善针对不同api的check代码⽣成逻辑。 | ||
2. 迁移算子到 PIR 。 | ||
|
||
### 导师点评 | ||
荣瑞这周继续开展PIR算子迁移的工作,后续会参与PIR机制建设的工作,参与到PIR check dtype下沉到CPP API的工作 |