-
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 platform/transform.h to phi #50498
[phi decoupling] move platform/transform.h to phi #50498
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -23,7 +23,7 @@ limitations under the License. */ | |||
#include "thrust/device_ptr.h" | |||
|
|||
namespace paddle { | |||
namespace platform { | |||
namespace experimental { |
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.
把命名空间直接改成phi吧,paddle::experimental是历史遗留问题,后边要废弃,另外把details目录删了吧,这个目录好像只有这一个文件,不需要给他增加目录层级
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.
该文件的内容已合入 transform.h
paddle/phi/common/transform.h
Outdated
#endif | ||
|
||
namespace paddle { | ||
namespace platform { | ||
namespace experimental { |
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.
Done
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.
LGTM for CI-OP-Benchmark
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.
LGTM
PR types
Others
PR changes
Others
Describe
fluid/platform/tranform.h
andfluid/platform/details/cuda_transform_iterator_cast.h
tophi/common/