Skip to content

Commit 2bf81cc

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

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
@@ -533,8 +533,8 @@ struct __get_sycl_range
533533
assert(__n > 0);
534534

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

0 commit comments

Comments
 (0)