From 7ddb6acb098d4fb907bee6fe6cae890f84bc9656 Mon Sep 17 00:00:00 2001 From: youge325 Date: Sun, 18 Jan 2026 10:17:38 +0800 Subject: [PATCH] [WeeklyReport] youge325 2026.1.7~2026.1.18 --- .../[WeeklyReports]2026.1.7~2026.1.18.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 WeeklyReports/hackathon_10th/youge325/[WeeklyReports]2026.1.7~2026.1.18.md diff --git a/WeeklyReports/hackathon_10th/youge325/[WeeklyReports]2026.1.7~2026.1.18.md b/WeeklyReports/hackathon_10th/youge325/[WeeklyReports]2026.1.7~2026.1.18.md new file mode 100644 index 00000000..5a2c494b --- /dev/null +++ b/WeeklyReports/hackathon_10th/youge325/[WeeklyReports]2026.1.7~2026.1.18.md @@ -0,0 +1,35 @@ +### 姓名 + +谢润明 + +### 实习项目 + +Paddle C++ API生态兼容建设 + +### 本周工作 + +1. `TensorBase.h` 下新增 `sym_size(dim)` `sym_stride(dim)` `sym_sizes()` `sym_strides()` `sym_numel()` 兼容接口 + + https://github.com/PaddlePaddle/Paddle/pull/77301 + + https://github.com/PFCCLab/PaddleCppAPITest/pull/18 + +2. `TensorBase.h` 下新增 `is_same(other)` `use_count()` `weak_use_count()` `is_contiguous_or_false()` `toString()` 兼容接口 + + https://github.com/PaddlePaddle/Paddle/pull/77388 + + https://github.com/PFCCLab/PaddleCppAPITest/pull/21 + +3. `TensorBase.h` 下新增 `_is_zerotensor` `_set_zero` `is_conj` `_set_conj` `is_neg` `_set_neg` 兼容接口 + + https://github.com/PaddlePaddle/Paddle/pull/77399 + +4. `PaddleCppAPITest` 仓库更新 `TensorBase.h` 文档 + + https://github.com/PFCCLab/PaddleCppAPITest/pull/15 + +### 下周工作 + +1. 继续完善 `TensorBase.h` 头文件 + +### 导师点评 \ No newline at end of file