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] zrr1999 2023.10.11~2023.10.25 #41

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions WeeklyReports/21_zrr1999/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 🚀 本目录用于 zrr1999 参与集训营项目时的周报记录

- 👨‍💻 学员: [zrr1999](https://github.com/zrr1999)
- 👩🏻​ 导师: [0x45f](https://github.com/0x45f)
30 changes: 30 additions & 0 deletions WeeklyReports/21_zrr1999/[WeeklyReport]2023.10.10~2023.10.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### 姓名

詹荣瑞

Github ID:[zrr1999](https://github.com/zrr1999)

### 实习项目

PIR 核心组件建设与机制完善

### 本周工作

1. **熟悉 PIR 核心组件与机制**
- 学习[设计文档](https://github.com/PaddlePaddle/community/tree/master/pfcc/paddle-code-reading/IR_Dialect)中相关内容。
2. **迁移部分算子到 PIR**
- python/paddle/tensor/attribute.py: real, imag
- python/paddle/tensor/logic.py: logical_and, equal_all
- python/paddle/tensor/manipulation.py: flip, expand_as
- python/paddle/tensor/math.py: isnan, logit
- python/paddle/tensor/search.py: nonzero

相关PR:
- https://github.com/PaddlePaddle/Paddle/pull/58287

### 下周工作

1. 迁移 expand、solve、diag、linspce 等算子到 PIR。

### 导师点评

0x45f marked this conversation as resolved.
Show resolved Hide resolved
Loading