-
Notifications
You must be signed in to change notification settings - Fork 89
[WeeklyReport] youge325 2026.3.9~2026.3.22 #562
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
2
commits into
PFCCLab:main
Choose a base branch
from
youge325:w6
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
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
45 changes: 45 additions & 0 deletions
45
WeeklyReports/Hackathon_10th/youge325/[WeeklyReports]2026.3.9~2026.3.22.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,45 @@ | ||
| ### 姓名 | ||
|
|
||
| 谢润明 | ||
|
|
||
| ### 实习项目 | ||
|
|
||
| Paddle C++ API生态兼容建设 | ||
|
|
||
| ### 本周工作 | ||
|
|
||
| 1. 修复接入 FlashMLA 时发现的多重定义错误,将实现移至 Utils.cpp 文件下 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78244 | ||
|
|
||
| 2. 对齐 pin_memory 相关接口,并将 tensor 创建方法统一委托给含 TensorOptions的重载 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78255 | ||
|
|
||
| 3. 新增 TypeMeta 类,用于替换暂代功能的 ScalarType 类 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78257 | ||
|
|
||
| 4. 重命名不规范的单测文件,方便回归测试 | ||
|
|
||
| https://github.com/PaddlePaddle/Paddle/pull/78266 | ||
|
|
||
| 5. PaddleCppAPITest 仓库下新增部分文档与对齐测试 | ||
|
|
||
| https://github.com/PFCCLab/PaddleCppAPITest/pull/49 | ||
|
|
||
| https://github.com/PFCCLab/PaddleCppAPITest/pull/56 | ||
|
|
||
| 6. 使用已合入 Paddle 仓库的兼容接口,消除 DeepEP 中的部分 diff | ||
|
|
||
| https://github.com/PFCCLab/DeepEP/pull/10 | ||
|
|
||
|
|
||
| ### 下周工作 | ||
|
|
||
| 1. 继续消除 DeepEP 中的 diff | ||
| 2. 为 Allocator、Storage 等涉及到底层指针引用计数的接口添加详细的兼容架构文档 | ||
| 3. 补充已合入的 Generator、Stream 等相关接口的对齐测试 | ||
| 4. 对齐已经发现的接口差异点,并再次排查是否有遗漏的差异点,同时为无法对齐的接口添加详细的文档 | ||
|
|
||
| ### 导师点评 | ||
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.
This report file uses the prefix
[WeeklyReports]...(plural) while other reports in the same folder commonly use[WeeklyReport]...(singular). Consider renaming this file to keep naming consistent and avoid tooling/lookup confusion (e.g., align withWeeklyReports/Hackathon_10th/youge325/[WeeklyReport]2026.1.7~2026.1.18.md).