We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee8846 commit e6be3feCopy full SHA for e6be3fe
kernels/portable/cpu/op_argmin.cpp
@@ -85,7 +85,7 @@ Tensor& argmin_out(
85
out_data[out_ix] = std::get<1>(acc);
86
}
87
});
88
- ET_KERNEL_CHECK_MSG(ctx, success, Internal, out, "parallel_for failed");
+ ET_KERNEL_CHECK_MSG(ctx, success, Internal, , "parallel_for failed");
89
90
91
return out;
0 commit comments