Skip to content
Merged
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
34 changes: 34 additions & 0 deletions WeeklyReports/Hackathon_8th/02_Xuxuanang/2025.5.17~2025.6.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
### 姓名
许轩昂

### 实习项目
项目二:模型迁移工具建设

### 本周工作

1. 新增torch.distributed.all_gather_object,torch.distributed.all_to_all_single,torch.distributed.reduce_scatter_tensor等API的映射规则

- https://github.com/PaddlePaddle/PaConvert/pull/583
- https://github.com/PaddlePaddle/docs/pull/7306

2. 新增/修改torch.Tensor.is_contiguous,torch.cuda.reset_max_memory_cached,torch.cuda.reset_max_memory_allocated等API的映射规则。

- https://github.com/PaddlePaddle/PaConvert/pull/587
- https://github.com/PaddlePaddle/docs/pull/7319

3. 修改torch.Tensor.bernoulli_,torch.Tensor.cholesky_inverse,torch.Tensor.ldexp,torch.Tensor.logaddexp等API的映射规则。

- https://github.com/PaddlePaddle/PaConvert/pull/591
- https://github.com/PaddlePaddle/docs/pull/7321

4. 新增/修改torch.Tensor.baddbmm,torch.Tensor.baddbmm_,torch.Tensor.lu_solve等API的映射规则。

- https://github.com/PaddlePaddle/PaConvert/pull/592
- https://github.com/PaddlePaddle/docs/pull/7322

### 下周工作

1. 完成剩余约20个需要开发的API映射关系的开发,包括映射文档,转换规则,Matcher以及单测。


### 导师点评
Loading