-
Notifications
You must be signed in to change notification settings - Fork 101
[WeeklyReport] youge325 2026.3.23~2026.4.12 #576
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
Open
youge325
wants to merge
1
commit into
PFCCLab:main
Choose a base branch
from
youge325:w7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
File renamed without changes.
File renamed without changes.
109 changes: 109 additions & 0 deletions
109
WeeklyReports/Hackathon_10th/youge325/[WeeklyReport]2026.3.23~2026.4.12.md
This file contains hidden or 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,109 @@ | ||
| ### 姓名 | ||
|
|
||
| 谢润明 | ||
|
|
||
| ### 实习项目 | ||
|
|
||
| Paddle C++ API生态兼容建设 | ||
|
|
||
| ### 本周工作 | ||
|
|
||
| 1. 回滚 DeepGEMM 当中的部分修改以减少 diff | ||
|
|
||
| https://github.com/PFCCLab/DeepGEMM/pull/9 | ||
|
|
||
| 2. 新增 torch.h 头文件 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/77854 | ||
|
|
||
| 3. 在 Paddle 仓库中移除 DeepEP 已经不再使用的旧接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78549 | ||
|
|
||
| 4. 对齐 Device 相关接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78551 | ||
|
|
||
| 5. 修复 is_available() 接口命名空间冲突 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78550 | ||
|
|
||
| 6. 修复 arange 接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78552 | ||
|
|
||
| 7. 对齐 Event 相关接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78553 | ||
|
|
||
| 8. 对齐 resize_ 接口,支持可变大小 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78554 | ||
|
|
||
| 9. 对齐若干接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78555 | ||
|
|
||
| 10. 完善 ScalarType 相关宏,提供占位符 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78581 | ||
|
|
||
| 11. 修复 CUDAContext.h 头文件导入 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78584 | ||
|
|
||
| 12. 新增 TORCH_WARN 宏,并修复 resize_ 接口以解决 DeepEP 编译错误 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78576 | ||
|
|
||
| 13. 重命名测试文件以 ATen|c10|torch 开头,便于回归测试 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78580 | ||
|
|
||
| 14. 在 PaddleFleet 仓库中更新 DeepGEMM,实际上应该更新 DeepEP | ||
|
|
||
| https://github.com/PaddlePaddle/PaddleFleet/pull/712 | ||
|
|
||
| 15. 为 DCU 设备添加测试 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78595 | ||
|
|
||
| 16. 通过同步 Storage 对齐 resize_ 接口 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78609 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78633 | ||
|
|
||
| 17. 消除 DeepEP 引入 std::optional 带来的 diff | ||
|
|
||
| https://github.com/PFCCLab/DeepEP/pull/11 | ||
|
|
||
| 18. 新增 STD_CHECK 宏 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78641 | ||
|
|
||
| 19. 更新 PaddleCppAPITest 仓库下的文档及测试 | ||
|
|
||
| https://github.com/PFCCLab/PaddleCppAPITest/pull/58 | ||
|
|
||
| https://github.com/PFCCLab/PaddleCppAPITest/pull/59 | ||
|
|
||
| 20. 新增 XPU 设备相关测试用例 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78647 | ||
|
|
||
| 21. 在 PaddleCodec 中新增 ARM 设备 CI | ||
|
|
||
| https://github.com/PFCCLab/paddlecodec/pull/4 | ||
|
|
||
| 22. 在 PaddleFleet 仓库中更新 DeepEP | ||
|
|
||
| https://github.com/PaddlePaddle/PaddleFleet/pull/762 | ||
|
|
||
|
|
||
| ### 下周工作 | ||
|
|
||
| 1. 跟进未合入的 pr | ||
| 2. 尝试新增 paddlecodec 上游缺失的兼容接口,进行排查后发现,目前缺失较多 | ||
|
|
||
| ### 导师点评 | ||
File renamed without changes.
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.
PR 标题显示仅提交了 2026.3.23
2026.4.12 的周报,但本次变更同时新增了 2026.2.22.15、2026.2.233.8、2026.3.93.22 等多份周报文件。为避免后续检索/回溯混淆,建议更新 PR 标题以覆盖实际提交的时间范围,或将历史周报拆分为单独 PR。