-
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] remove "paddle/fluid/platform/dynload/xxx.h" in phi #47787
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
抱歉,之前没注意到没有write权限的同学无法编辑别人的issue,我们会帮忙进行编辑的。 |
@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 op benchmark.
加油,祝你早日能成为 Committer ,见 飞桨框架代码仓库的角色及权限介绍 。参考 #45841 |
谢谢,看来我还需要学很多东西。 |
PR types
Others
PR changes
Others
Describe
remove "paddle/fluid/platform/dynload/xxx.h" in phi, including
cudnn.h
,mklml.h
androcblas.h
.("paddle/fluid/platform/dynload/cublas.h" has been removed in #47778 )
修改:将
#include "paddle/fluid/platform/dynload/xxx.h"
替换为#include "paddle/phi/backends/dynload/xxx.h"
,然后将相关代码文件中的paddle::platform::dynload::
替换为phi::dynload::