-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@YuanRisheng 可以进行 review |
paddle/phi/kernels/funcs/im2col.h
Outdated
// namespace paddle { | ||
// namespace operators { | ||
// namespace math { |
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.
把冗余注释删除吧
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.
好的,我疏忽了
@YuanRisheng ,CI 已通过,可以再次 Review 了 |
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.h
和allocator.h
,不好处理,就没有移动。