-
Notifications
You must be signed in to change notification settings - Fork 73
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
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0fdb01f
Xuxuanang add 2024.07.15~2024.07.28 WeeklyReport
Xuxuanang 2638178
Update 2024.07.15~2024.07.28.md
Xuxuanang 8f91f65
Merge branch 'PFCCLab:main' into Xuxuanang/WeeklyReport
Xuxuanang 78d9864
Create 2024.07.29~2024.08.11.md
Xuxuanang 548113f
Delete WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.07.29~2024.08.11.md
Xuxuanang 75eccf1
Merge branch 'PFCCLab:main' into Xuxuanang/WeeklyReport
Xuxuanang 3d1f2d1
Create 2024.08.12~2024.08.25.md
Xuxuanang 48b5d19
Update 2024.08.12~2024.08.25.md
Xuxuanang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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形式反馈出来 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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形式反馈出来。