You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reductions supporting range objects is on our to-do list. We've already started working on implementing the new reduction interface from SYCL 2020 (e.g. see #3315, #3410), and supporting the creation of sycl::reduction objects from a range object will come as part of that.
Assigning to @v-klochkov, so that he can close this issue when the range functionality is merged.
SYCL reductions in parallel_for with range has since been implemented in accordance with the the SYCL 2020 specification (Revision 6). Closing this issue.
Can someone please comment if reduction_variables are supported only with
nd_range
and not withrange
launch configuration.Given that
nd_range
supports reduction variable launches fromparallel_for
, a similar support forrange
is beneficial. Link to SYCL specs: https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:reductionThe text was updated successfully, but these errors were encountered: