Skip to content

Commit 00f5fb2

Browse files
committed
【CUDA Kernel No.36】c_softmax_with_cross_entropy_grad算子Kernel修复
1 parent fb8bc41 commit 00f5fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/iluvatar_gpu/kernels/cuda_kernels/c_softmax_with_cross_entropy_grad_kernel_register.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#include "paddle/phi/core/kernel_registry.h"
16-
#include "paddle/phi/kernels/gpu/c_softmax_with_cross_entropy_grad_kernel.cu" // NOLINT
16+
#include "paddle/phi/kernels/c_softmax_with_cross_entropy_grad_kernel.h"
1717

1818
PD_CUSTOM_KERNEL_REGISTER(c_softmax_with_cross_entropy_grad,
1919
iluvatar_gpu,

0 commit comments

Comments
 (0)