-
Notifications
You must be signed in to change notification settings - Fork 209
【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"
Changes from all commits
36b3295
58c3db4
0874c57
9a9ee34
c202806
50085da
691a1ba
ca73d2d
c433884
9e7df25
a43648a
e344e48
3bd67d9
7910734
cdefa58
5b74321
f3ae2cc
ce16714
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,7 @@ | |
| // limitations under the License. | ||
|
|
||
| #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" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Paddle仓中的kernel声明有误,导致编译报错
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PaddlePaddle/Paddle#76798 |
||
|
|
||
| PD_CUSTOM_KERNEL_REGISTER(shuffle_channel_grad, | ||
| metax_gpu, | ||
|
|
||
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声明有误,导致编译报错