From 983c935e226c848751719b64819d1794ad8880de Mon Sep 17 00:00:00 2001 From: yinfan98 <32722923+yinfan98@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:38:41 +0800 Subject: [PATCH] [WeeklyReport] yinfan98 2024.07.15~2024.07.28 (#329) Co-authored-by: Yuanle Liu --- ...Reports] yinfan98 2024.07.15~2024.07.28.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 WeeklyReports/Hackathon_7th/10_yinfan98/[WeeklyReports] yinfan98 2024.07.15~2024.07.28.md diff --git a/WeeklyReports/Hackathon_7th/10_yinfan98/[WeeklyReports] yinfan98 2024.07.15~2024.07.28.md b/WeeklyReports/Hackathon_7th/10_yinfan98/[WeeklyReports] yinfan98 2024.07.15~2024.07.28.md new file mode 100644 index 00000000..2f566fe0 --- /dev/null +++ b/WeeklyReports/Hackathon_7th/10_yinfan98/[WeeklyReports] yinfan98 2024.07.15~2024.07.28.md @@ -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设计实现方案