Skip to content

Commit 78f6295

Browse files
Patrisamluotao1YqGe585
authored
change the headfile (#2171)
Co-authored-by: Tao Luo <[email protected]> Co-authored-by: Yuqiang Ge <[email protected]>
1 parent 7444fc2 commit 78f6295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)