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] remove "paddle/fluid/platform/float16.h" and "paddle/fluid/platform/for_range.h" in phi. #47817

Merged
merged 3 commits into from Nov 10, 2022

Conversation

huangjiyi
Copy link
Member

PR types

Others

PR changes

Others

Describe

remove "paddle/fluid/platform/float16.h" and "paddle/fluid/platform/for_range.h" in phi.
修改:

  1. #include "paddle/fluid/platform/float16.h" 替换为 #include "paddle/phi/common/float16.h",将 phi 下的 paddle::platform::float16 替换为 phi::dtype::float16.
  2. #include "paddle/fluid/platform/for_range.h" 替换为 #include "paddle/phi/kernels/funcs/for_range.h",将 phi 下的 paddle::platform::ForRange 替换为 phi::funcs::ForRange.

@paddle-bot
Copy link

paddle-bot bot commented Nov 9, 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 9, 2022
@huangjiyi
Copy link
Member Author

@XiaoguangHu01,request approval for change 20+ files.

Copy link
Contributor

@XiaoguangHu01 XiaoguangHu01 left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit 8164b97 into PaddlePaddle:develop Nov 10, 2022
@huangjiyi huangjiyi deleted the decouple_float16_etc branch November 16, 2022 06:45
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.

None yet

4 participants