Skip to content

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

4 participants