diff --git a/WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.08.12~2024.08.25.md b/WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.08.12~2024.08.25.md new file mode 100644 index 00000000..6485313c --- /dev/null +++ b/WeeklyReports/Hackathon_7th/11_Xuxuanang/2024.08.12~2024.08.25.md @@ -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形式反馈出来