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

[PHI decoupling] move im2col from fluid to phi #48174

Merged
merged 6 commits into from
Nov 23, 2022

Conversation

huangjiyi
Copy link
Member

@huangjiyi huangjiyi commented Nov 20, 2022

PR types

Others

PR changes

Others

Describe

  • [phi] Decoupled phi from fluid tracking issue #47615

  • paddle/fluid/operators/math 目录下的 im2col.h, im2col_cfo_cpu.h, im2col.cc, im2col.cu 移动至 paddle/phi/kernels/funcs.

  • im2col_test.cc 仍然在 paddle/fluid/operators/math 目录下,因为 im2col_test.cc 依赖了 tensor_util.hallocator.h,不好处理,就没有移动。

@paddle-bot
Copy link

paddle-bot bot commented Nov 20, 2022

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Nov 20, 2022
@huangjiyi
Copy link
Member Author

@YuanRisheng @luotao1

@luotao1
Copy link
Contributor

luotao1 commented Nov 22, 2022

@YuanRisheng 可以进行 review

Comment on lines 24 to 26
// namespace paddle {
// namespace operators {
// namespace math {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

把冗余注释删除吧

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,我疏忽了

@huangjiyi
Copy link
Member Author

@YuanRisheng ,CI 已通过,可以再次 Review 了

@YuanRisheng YuanRisheng merged commit 88cac16 into PaddlePaddle:develop Nov 23, 2022
@huangjiyi huangjiyi deleted the decouple_im2col branch December 9, 2022 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants