Skip to content

Commit a84b3c9

Browse files
authored
Fix typo in reduce_util.h from my #9144 (#12720)
1 parent 6c74651 commit a84b3c9

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)