Skip to content

Commit

Permalink
Update Indexing.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xytintel authored Jan 8, 2025
1 parent 60381af commit 743851f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ATen/native/xpu/sycl/Indexing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,8 @@ void index_reduce_amin_kernel(
const Tensor& result) {
index_reduce_func_xpu_template(
self, dim, index, source, include_self, reduce, index_reduce_min, result);
}

// ForwardIt: only legacy random access iterator is supported.
template <class ForwardIt, class T, bool is_lower = true>
static inline ForwardIt find_bound(
Expand Down

0 comments on commit 743851f

Please sign in to comment.