Skip to content

Commit 2509c1c

Browse files
committed
Update
[ghstack-poisoned]
2 parents db26949 + a84b3c9 commit 2509c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/portable/cpu/util/reduce_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ template <typename Func>
832832
std::optional<ArrayRef<int64_t>> dim_list,
833833
const Tensor& out,
834834
const Func& func) {
835-
#ifdef ET_UE_THREADPOOL
835+
#ifdef ET_USE_THREADPOOL
836836
const ssize_t reduction_size = get_reduced_dim_product(in, dim_list);
837837
const auto grain_size = std::max(
838838
static_cast<ssize_t>(1),

0 commit comments

Comments
 (0)