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] zyt1024 2024.02.25~2024.03.08 #149

Merged
merged 3 commits into from
Mar 8, 2024
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### 姓名
张玉涛
### 实习项目
**算子支持复数计算专项:** 本项目主要负责新增支持复数的算子,为已有算子添加复数 kernel, 以及为相关 API 添加复数功能支持等。

### 本周工作
本周主要工作如下:

1. **添加复数算子支持**

- 完成[assign_value基础算子的复数支持](https://github.com/PaddlePaddle/Paddle/pull/59536)
- 修复assign_value的bug:
- [解决模型推理时出错](https://github.com/PaddlePaddle/Paddle/pull/61051)
- [[fix bug]fix bug for program_converter](https://github.com/PaddlePaddle/Paddle/pull/60629)



### 下周工作

1. 研究`fill_constant`中复数测试存在的问题

### 导师点评
assign_value, fill_constant等支持复数工作较难,需要有比较好的全局意识。
也希望下周能尽快定位到fill_constant支持复数的困难,能得到问题的全集,从而一一解决

Loading