-
Notifications
You must be signed in to change notification settings - Fork 210
【CUDA Kernel No.116】paddle/phi/kernels/gpu/weighted_sample_neighbors_kernel.cu算子Kernel修复 #2283
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?
Conversation
|
Thanks for your contribution! |
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.
backends/iluvatar_gpu/kernels/cuda_kernels/weighted_sample_neighbors_kernel_register.cu以及backends/metax_gpu/kernels/cuda_kernels/weighted_sample_neighbors_kernel_register.cu 中的#include "paddle/phi/kernels/gpu/weighted_sample_neighbors_kernel.cu" 需要删除。
|
/re-run all-failed |
|
/re-run all-failed |
|
backends/iluvatar_gpu/kernels/cuda_kernels/weighted_sample_neighbors_kernel_register.cu以及backends/metax_gpu/kernels/cuda_kernels/weighted_sample_neighbors_kernel_register.cu 中的#include "paddle/phi/kernels/gpu/weighted_sample_neighbors_kernel.cu" 删除后无法通过CI测试 |
|
这是因为"paddle/phi/kernels/weighted_sample_neighbors_kernel.h"中没有对应的函数声明。你需要先完成Paddle仓中的任务,详细说明请仔细阅读:PaddlePaddle/Paddle#75226 |
|
/re-run all-failed |
|
@YqGe585 "paddle/phi/kernels/weighted_sample_neighbors_kernel.h"对应的函数声明的pr已经合入,CI目前还是有问题,是需要等待更新依赖吗 |
添加 paddle/phi/kernels/gpu/weighted_sample_neighbors_kernel.cu 源文件到编译列表:
backends/metax_gpu/CMakeLists.txt