Skip to content

Commit f461d0e

Browse files
authored
Fix action kernel compile error (PaddlePaddle#2223)
* fix compile error * checkout paddle
1 parent 38ce672 commit f461d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/iluvatar_gpu/kernels/cuda_kernels/activation_kernel_register.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ PD_CUSTOM_KERNEL_REGISTER(mish,
163163
PD_CUSTOM_KERNEL_REGISTER(stanh,
164164
iluvatar_gpu,
165165
ALL_LAYOUT,
166-
phi::STanhKernel,
166+
phi::StanhKernel,
167167
float,
168168
phi::dtype::float16,
169169
phi::dtype::bfloat16) {}

0 commit comments

Comments
 (0)