Skip to content

Commit d07a3a2

Browse files
committed
revert comment change
Signed-off-by: Dan Hoeflinger <[email protected]>
1 parent e97a5d1 commit d07a3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ struct __get_sycl_range
537537
assert(__n > 0);
538538

539539
//TODO: investigate better method of handling this specifically for fancy_iterators which are composed fully
540-
// of a combination of fancy_iterators, sycl_iterators, and is_onedpl_indirectly_device_accessible_iterator
541-
// types. Currently this relies on UB because the size of the accessor when handling sycl_iterators
540+
// of a combination of fancy_iterators, sycl_iterators, and passed_directly types.
541+
// Currently this relies on UB because the size of the accessor when handling sycl_iterators
542542
// in recursion below this level is incorrect.
543543
auto res_src = this->operator()(__first.base(), __first.base() + 1 /*source size*/);
544544

0 commit comments

Comments
 (0)