Skip to content
Open
Show file tree
Hide file tree
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
29 changes: 29 additions & 0 deletions WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.10.28~2024.11.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### 姓名

许轩昂

### 本周工作

1. 新增torch.copysign,torch.cuda.device等约20个算子的映射规则以及Matcher,并提交了PR。且已经成功合入主分支。

相关PR:
https://github.com/PaddlePaddle/PaConvert/pull/500

2. 修改torch.Tensor.sinc,torch.pi, torch.linalg.qr等算子的零散存量问题,并提交了PR。且已经成功合入主分支。

相关PR:
- https://github.com/PaddlePaddle/PaConvert/pull/506


3. 新增,修改torch.Tensor.sinc,torch.nn.DataParallel等约20余个api算子的映射文档,目前以及完成所有缺失文档的api文档。

相关PR:
- https://github.com/PaddlePaddle/docs/pull/6926
- https://github.com/PaddlePaddle/docs/pull/6962
### 下周工作

1. 继续完成文档不对齐以及bug修复,单测规范化等相关工作

### 导师点评

Copy link

@zhwesky2010 zhwesky2010 Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

许轩昂同学需完成剩余全部存量问题的修复,同时对所有存量问题进行再一次扫描,确保在答辩前所有存量问题清零,给《Matcher-单测-文档 存量对齐 项目》画上一个圆满的句号。


19 changes: 19 additions & 0 deletions WeeklyReports/Hackathon_8th/02_Xuxuanang/2025.1.10~2025.2.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### 姓名
许轩昂

### 实习项目
项目二:模型迁移工具建设

### 本周工作

1. 修改映射文档约15篇,使其与转换规则对齐,并提交了PR。

相关PR:
- https://github.com/PaddlePaddle/docs/pull/7054

### 下周工作

1. 完成剩余119个需要开发的API映射关系的开发,包括映射文档,转换规则,Matcher以及单测。


### 导师点评
Loading