From 743851f32c25092f75a7aad9af2be6ae5b30788f Mon Sep 17 00:00:00 2001 From: Yutao Xu Date: Wed, 8 Jan 2025 15:35:27 +0800 Subject: [PATCH] Update Indexing.cpp --- src/ATen/native/xpu/sycl/Indexing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ATen/native/xpu/sycl/Indexing.cpp b/src/ATen/native/xpu/sycl/Indexing.cpp index 984939f5f..10ac1b67c 100644 --- a/src/ATen/native/xpu/sycl/Indexing.cpp +++ b/src/ATen/native/xpu/sycl/Indexing.cpp @@ -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 static inline ForwardIt find_bound(