Skip to content

Commit 78f6295

Browse files
Patrisamluotao1YqGe585
authored
change the headfile (PaddlePaddle#2171)
Co-authored-by: Tao Luo <luotao02@baidu.com> Co-authored-by: Yuqiang Ge <143453447+YqGe585@users.noreply.github.com>
1 parent 7444fc2 commit 78f6295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/metax_gpu/kernels/cuda_kernels/mean_all_grad_kernel_register.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// clang-format off
1616
#include "paddle/phi/common/amp_type_traits.h"
1717
#include "paddle/phi/core/kernel_registry.h"
18-
#include "paddle/phi/kernels/gpu/mean_all_grad_kernel.cu" // NOLINT
18+
#include "paddle/phi/kernels/mean_all_grad_kernel.h"
1919
#include "paddle/phi/kernels/mean_all_kernel.h"
2020
// clang-format on
2121
PD_CUSTOM_KERNEL_REGISTER(mean_all_grad,

0 commit comments

Comments
 (0)