Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
### 姓名

谢润明

### 实习项目

Paddle C++ API生态兼容建设

### 本周工作

1. **新增部分头文件-only API**

https://github.com/PaddlePaddle/Paddle/pull/78662

2. **支持在 Windows 上运行兼容性测试**

https://github.com/PaddlePaddle/Paddle/pull/78670

3. **对齐 ScalarType 及若干接口(初版)**

https://github.com/PaddlePaddle/Paddle/pull/78707

- 状态:已关闭,后续拆分为多个独立 PR 分别合入

4. **对齐 ScalarType 相关接口**

https://github.com/PaddlePaddle/Paddle/pull/78806

5. **对齐 SymInt 相关接口**

https://github.com/PaddlePaddle/Paddle/pull/78807

6. **对齐 CUDA 兼容性相关接口**

https://github.com/PaddlePaddle/Paddle/pull/78808

7. **对齐 TensorBase::weak_use_count 接口**

https://github.com/PaddlePaddle/Paddle/pull/78809


### 下周工作

1. 继续跟进 MaybeResetHolder 修复及 ABI 兼容性检查等剩余工作
2. 推进其他接口对齐及单测补充

### 导师点评
Loading