Skip to content

Commit

Permalink
[WeeklyReport] yinfan98 2024.07.15~2024.07.28 (PFCCLab#329)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuanle Liu <[email protected]>
  • Loading branch information
2 people authored and cse0001 committed Aug 12, 2024
1 parent 755db51 commit 835fdfe
Showing 1 changed file with 24 additions and 0 deletions.
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设计实现方案

0 comments on commit 835fdfe

Please sign in to comment.