-
Notifications
You must be signed in to change notification settings - Fork 5.8k
【PIR OpTest Fix No.10】 fix test_row_conv_op #59636
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
【PIR OpTest Fix No.10】 fix test_row_conv_op #59636
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
paddle/phi/infermeta/binary.h
Outdated
@@ -403,6 +403,16 @@ void RepeatInterleaveWithTensorIndexInferMeta(const MetaTensor& x, | |||
const MetaTensor& repeats, | |||
int dim, | |||
MetaTensor* out); | |||
|
|||
void RowConvGradInferMeta(const MetaTensor& out_grad, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
反向InferMeta函数放到backward.h/cc
中
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
"Input(Filter)'s shape: [%s].", | ||
filter_dims)); | ||
out->set_dims(x.dims()); | ||
out->share_lod(x); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
设置下 dtype
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
PR types
Others
PR changes
Others
Description
PIR Op单测修复
修复单测
test_row_conv_op
修复后打开
FLAGS_enable_pir_in_executor
单测是否通过:否报错信息: