-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] Xuxuanang 2024.08.12~2024.08.25 (#358)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.08.12~2024.08.25.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### 姓名 | ||
|
||
许轩昂 | ||
|
||
### 本周工作 | ||
|
||
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映射文档 | ||
|
||
### 导师点评 | ||
xuxuanang同学工作积极,近期保质保量的完成了 **单测缺失/单测增强** 两块单测规范性建设的工作,后续的工作重点为文档规范性建设,继续完成 **文档缺失/文档不对齐及Bug修复** 两块工作。修改 Matcher/单测/文档 过程中如发现框架API本身问题,注意通过Excel形式反馈出来 |