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] Xuxuanang 2024.10.28~2024.11.22 #423

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
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-单测-文档 存量对齐 项目》画上一个圆满的句号。


Loading