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 6c74651 commit a84b3c9Copy full SHA for a84b3c9
kernels/portable/cpu/util/reduce_util.h
@@ -832,7 +832,7 @@ template <typename Func>
832
std::optional<ArrayRef<int64_t>> dim_list,
833
const Tensor& out,
834
const Func& func) {
835
-#ifdef ET_UE_THREADPOOL
+#ifdef ET_USE_THREADPOOL
836
const ssize_t reduction_size = get_reduced_dim_product(in, dim_list);
837
const auto grain_size = std::max(
838
static_cast<ssize_t>(1),
0 commit comments