Skip to content

Commit ad99c8c

Browse files
committed
Fix bugs in compare_all_op
1 parent 93fb64b commit ad99c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/controlflow/compare_all_op.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CompareReduceOpKernel
8080
std::vector<const framework::Tensor*> ins = {x, y};
8181
std::vector<framework::Tensor*> outs = {&tmp};
8282
LaunchSameDimsElementwiseCudaKernel<ElementwiseType::kBinary, T, bool>(
83-
cuda_ctx, ins, &outs, Functor<T>();
83+
cuda_ctx, ins, &outs, Functor());
8484

8585
// Reduce by 'bitwise and' operator
8686
std::vector<int> reduce_dims;

0 commit comments

Comments
 (0)