Skip to content

Commit d55575d

Browse files
committed
Fix typo in reduce_util.h from my #9144
ghstack-source-id: 8276173 ghstack-comment-id: 3104082224 Pull-Request: #12720
1 parent a27dd42 commit d55575d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/llm/tokenizers

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)