-
Notifications
You must be signed in to change notification settings - Fork 210
【CUDA Kernel No.101、102、103、104、106】算子Kernel修复 #2193
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
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "101\u3001102\u3001103\u3001104\u3001106"
Conversation
…addleCustomDevice into 101、102、103、104、106
|
Thanks for your contribution! |
|
请解决冲突 |
…addleCustomDevice into 101、102、103、104、106
…addleCustomDevice into 101、102、103、104、106
…addleCustomDevice into 101、102、103、104、106
| #include "paddle/phi/core/kernel_registry.h" | ||
| #include "paddle/phi/kernels/gpu/shuffle_channel.h" | ||
| #include "paddle/phi/kernels/gpu/shuffle_channel_grad_kernel.cu" //NOLINT | ||
| #include "paddle/phi/kernels/shuffle_channel_grad_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.
Paddle仓中的kernel声明有误,导致编译报错
| #include "paddle/phi/core/kernel_registry.h" | ||
| #include "paddle/phi/kernels/gpu/shuffle_channel.h" | ||
| #include "paddle/phi/kernels/gpu/shuffle_channel_grad_kernel.cu" //NOLINT | ||
| #include "paddle/phi/kernels/shuffle_channel_grad_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.
Paddle仓中的kernel声明有误,导致编译报错

PR Category
Performance Optimization
PR Types
Bug fixes
Description
将对应注册文件引用问题修改,补全部分缺少的注册文件。