File tree 1 file changed +2
-2
lines changed
include/oneapi/dpl/pstl/hetero/dpcpp
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -533,8 +533,8 @@ struct __get_sycl_range
533
533
assert (__n > 0 );
534
534
535
535
// 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
538
538
// in recursion below this level is incorrect.
539
539
auto res_src = this ->operator ()(__first.base (), __first.base () + 1 /* source size*/ );
540
540
You can’t perform that action at this time.
0 commit comments