-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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/operators/amp/fp16_type_traits.h" in phi #48051
[PHI decoupling] remove "paddle/fluid/operators/amp/fp16_type_traits.h" in phi #48051
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@ZzSean,帮忙看一下 OP-benchmark 的问题 |
@YuanRisheng 除了 Op-benchmark 外,其余 CI 都已经过了,可以先进行 review |
Conflict resolved. |
@YuanRisheng ,麻烦再 review 一下 |
@ZzSean , 帮忙看下 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 for CI-OP-Benchmark
PR types
Others
PR changes
Others
Describe
remove "paddle/fluid/operators/amp/fp16_type_traits.h" in phi
changes:
#include "paddle/fluid/operators/amp/fp16_type_traits.h"
by#include "paddle/phi/common/amp_type_traits.h"
and replacepaddle::operators::details::MPTypeTrait
byphi::dtype::MPTypeTrait
in relevant files.