-
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.
[WeeklyReport] yinfan98 2024.07.15~2024.07.28 (#329)
Co-authored-by: Yuanle Liu <[email protected]>
- Loading branch information
1 parent
00399b3
commit 983c935
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...rts/Hackathon_7th/10_yinfan98/[WeeklyReports] yinfan98 2024.07.15~2024.07.28.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,24 @@ | ||
### 尹帆 | ||
|
||
### 实习项目 | ||
|
||
推理 Predictor 及 IR Pass 建设 | ||
|
||
### 本周工作 | ||
|
||
1. 学习竞品文档和旧IR实现的Python端Infra,学习如何为新PIR实现Python端pass。 | ||
2. 产出文档 | ||
|
||
- [DRR源码阅读](https://github.com/yuanlehome/Hackathon/wiki/%5BHackathon-7th-Paddle-python-pass%5D-Paddle-DRR%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB) | ||
|
||
- [pass ir.py源码阅读](https://github.com/yuanlehome/Hackathon/wiki/%5BHackathon-7th-Paddle-python-pass%5D-passes-ir.py%E4%BB%A3%E7%A0%81%E9%98%85%E8%AF%BB) | ||
|
||
- [torch.fx源码阅读](https://github.com/yuanlehome/Hackathon/wiki/%5BHackathon-7th-Paddle-python-pass%5D-torch.fx%E4%BB%A3%E7%A0%81%E9%98%85%E8%AF%BB) | ||
|
||
### 下周工作 | ||
|
||
1. 学习pir.cc暴露的接口,并分析哪些可以服用 | ||
2. 实现一个matmul + transpose IR | ||
|
||
### 导师点评 | ||
继续构思python写pass设计实现方案 |