Skip to content

Commit 5533426

Browse files
committed
test=develop
1 parent 3c96333 commit 5533426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/roi_pool_op.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ REGISTER_OP_CUDA_KERNEL(
249249
REGISTER_OP_CUDA_KERNEL(
250250
roi_pool_grad,
251251
ops::GPUROIPoolGradOpKernel<paddle::platform::CUDADeviceContext, float>,
252-
ops::GPUROIPoolOpKernel<paddle::platform::CUDADeviceContext, double>);
252+
ops::GPUROIPoolGradOpKernel<paddle::platform::CUDADeviceContext, double>);

0 commit comments

Comments
 (0)