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] huangjiyi 2024.05.11~2024.05.24.md #284

Merged
merged 1 commit into from
May 24, 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,23 @@
### 姓名

黄济懿

### 实习项目

PIR 控制流专项,PIR 算子 yaml 定义规范

### 本周工作

1. 实现 YieldInstruction 以解决 YieldOp 的输入变量需要跳过 GC 所引发的内存泄露问题
- https://github.com/PaddlePaddle/Paddle/pull/64234
2. 增加 WhileOp 中的 loop_vars 对 -1 shape 的支持
- https://github.com/PaddlePaddle/Paddle/pull/64272
3. 规范用于自动生成算子定义的 yaml 文件路径
- https://github.com/PaddlePaddle/Paddle/pull/64446
4. 将新 IR 下动静定义一致的算子迁移至 ops.yaml 和 backward.yaml
- https://github.com/PaddlePaddle/Paddle/pull/64536

### 下周工作

- 推进 PIR 算子 yaml 定义规范化

Loading