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] WintersMontagne10335 2024.03.09~2024.03.22 #188

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,28 @@
### 姓名
马贺达

### 实习项目
CINN 静态 shape 下鲁棒性和性能优化

### 本周工作

1. **test_sub_graph_54.py**

* 新增 pd_op.meshgrid ,解决 `NotImplementedError: (Unimplemented) pd_op.meshgrid DOES NOT have InferSymbolicShapeInterface!` 的问题
(相关PR:https://github.com/PaddlePaddle/Paddle/pull/62710 )
* 修复 ConcatOpInferSymbolicShape 中存在一个小 bug ,解决了 `bad option access` 的问题
(相关PR:https://github.com/PaddlePaddle/Paddle/pull/62992 )
* 尝试解决 reshape 未生效的问题,正在推进
(相关issue:https://github.com/PaddlePaddle/Paddle/issues/62976 )

2. **test_sub_graph_69.py**

* 新增 pd_op.nonzero ,解决 `NotImplementedError: (Unimplemented) pd_op.nonzero DOES NOT have InferSymbolicShapeInterface!` 的问题
(相关PR:https://github.com/PaddlePaddle/Paddle/pull/62987 )

### 下周工作

1. 修复编译器子图 CE 建设 Detection 目录下 bug 5-6个

### 导师点评
请联系导师填写
Loading