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 @@ -537,8 +537,8 @@ struct __get_sycl_range
537
537
assert (__n > 0 );
538
538
539
539
// 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
542
542
// in recursion below this level is incorrect.
543
543
auto res_src = this ->operator ()(__first.base (), __first.base () + 1 /* source size*/ );
544
544
You can’t perform that action at this time.
0 commit comments