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.08.12~2024.08.25 #358

Merged
merged 8 commits into from
Sep 9, 2024
23 changes: 23 additions & 0 deletions WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.08.12~2024.08.25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
### 姓名

许轩昂

### 本周工作

1. 完成对torch.cuda.amp.autocast,torch.diff,torch.distributed.rpc.shutdown等约80个单测的case增强,并修改其中部分算子的json配置文件,修改SoftMaxMatcher,提交了4次PR。已有两次PR成功合入主分支。

相关PR:
- https://github.com/PaddlePaddle/PaConvert/pull/453
- https://github.com/PaddlePaddle/PaConvert/pull/455
- https://github.com/PaddlePaddle/PaConvert/pull/457
- https://github.com/PaddlePaddle/PaConvert/pull/458
2. 修改torch.hsplit,torch.Tensor.hsplit等部分存在重载问题的api的映射文档,使其与实际代码对齐。

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

1. 继续完成剩余单测的case增强,开发缺失Matcher
2. 对齐改动的api映射文档

### 导师点评

Choose a reason for hiding this comment

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

xuxuanang同学工作积极,近期保质保量的完成了 单测缺失/单测增强 两块单测规范性建设的工作,后续的工作重点为文档规范性建设,继续完成 文档缺失/文档不对齐及Bug修复 两块工作。修改 Matcher/单测/文档 过程中如发现框架API本身问题,注意通过Excel形式反馈出来。

Loading