-
Notifications
You must be signed in to change notification settings - Fork 206
【CUDA Kernel No.21】ap_facade 算子Kernel修复 #2043
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
Conversation
|
Thanks for your contribution! |
|
|
||
| #include "paddle/phi/core/kernel_registry.h" | ||
| #include "paddle/phi/kernels/gpu/ap_facade_kernel.cu" //NOLINT | ||
| #include "paddle/phi/kernels/ap_facade_kernel.h" |
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.
iluvatar的编译列表中需要添加ap_facade_kernel.cu
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, Thx! 🫡
YqGe585
left a comment
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
|
/re-run all-failed |
|
这个仓库comment:/re-run all-failed没有用,如果是智能云的CI,需要点进去之后点击重新构建。github actions的CI近期有点问题,需要等待硬件厂商修复,麻烦等待几天。 |
|
close by #2046 |
PR Category
Performance Optimization
PR Types
Bug fixes
Description
backends/iluvatar_gpu/kernels/cuda_kernels/ap_facade_kernel_register.cu和backends/metax_gpu/kernels/cuda_kernels/ap_facade_kernel_register.cu改为引用新增的头文件,在backends/metax_gpu/CMakeLists.txt中将paddle/phi/kernels/gpu/ap_facade_kernel.cu加入编译列表前置PR:PaddlePaddle/Paddle#75657