-
Notifications
You must be signed in to change notification settings - Fork 206
【CUDA Kernel No.110】spectral_norm算子Kernel修复 #2028
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! |
|
/re-run all-failed |
| ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/shuffle_channel_grad_kernel.cu | ||
| ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/shuffle_channel_kernel.cu | ||
| ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/soft_relu_grad_kernel.cu | ||
| ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/spectral_norm_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.
iluvatar是没有这个kernel的注册吗?如果没有的话,可以给iluvatar加上kernel注册文件。
|
"注册"指的是类似backends/metax_gpu/kernels/metax_kernel/spectral_norm_kernel_register.cu的注册文件,可以将kernel注册到框架算子库当中。 |
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.
spectral_norm_kernel在iluvatar上的注册后续再添加

PR Category
Performance Optimization
PR Types
Bug fixes
Description
此任务Paddle未发现缺失,已对PaddleCustomDevice修改