Skip to content
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

[WeeklyReport] epiphanyer 2024.08.12~2024.08.25 #357

Merged
merged 10 commits into from
Sep 6, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
### 姓名

曾志鹏

### 实习项目

飞桨稀疏算子API升级适配PIR

### 本周工作

1. **Sparse算子Python API适配**
- 对于仅在动态图下有定义的api,需要对python API进行适配升级,并补全静态图下的单测。它们是`paddle/sparse/binary.py`中的二元算子,包括:
* `paddle.sparse.coalesce`
* `paddle.sparse.addmm`
* `paddle.sparse.matmul`
* `paddle.sparse.masked_matmul`
* `paddle.sparse.mv`
* `paddle.sparse.is_same_shape`



### 下周工作

1. 查漏补缺,对一些没有编写PIR分支的算子API继续编写PIR分支代码,并且为没有编写静态图单测的测试代码编写PIR静态图单测。

### 导师点评
进展迅速,效率高

Loading