Skip to content

Commit e6be3fe

Browse files
committed
Update
[ghstack-poisoned]
1 parent 2ee8846 commit e6be3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/portable/cpu/op_argmin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Tensor& argmin_out(
8585
out_data[out_ix] = std::get<1>(acc);
8686
}
8787
});
88-
ET_KERNEL_CHECK_MSG(ctx, success, Internal, out, "parallel_for failed");
88+
ET_KERNEL_CHECK_MSG(ctx, success, Internal, , "parallel_for failed");
8989
});
9090

9191
return out;

0 commit comments

Comments
 (0)