Skip to content

Commit d87774b

Browse files
Patrisamluotao1
andauthored
change the headfile (#2170)
Co-authored-by: Tao Luo <luotao02@baidu.com>
1 parent ad0d42e commit d87774b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/metax_gpu/kernels/cuda_kernels/gelu_grad_kernel_register.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "paddle/phi/core/kernel_registry.h"
1717
#include "paddle/phi/kernels/gelu_kernel.h"
1818
#include "paddle/phi/kernels/gpu/gelu_funcs.h"
19-
#include "paddle/phi/kernels/gpu/gelu_grad_kernel.cu" // NOLINT
19+
#include "paddle/phi/kernels/gelu_grad_kernel.h"
2020
// clang-format on
2121
PD_CUSTOM_KERNEL_REGISTER(gelu_grad,
2222
metax_gpu,

0 commit comments

Comments
 (0)