Convert basic parallel_for
kernel launches to nd_range
#46
Labels
Milestone
parallel_for
kernel launches to nd_range
#46
Details
The work group size chosen by the SYCL runtime for the basic
parallel_for
kernel launches is suboptimal in some cases. These should be converted to thend_range
version and an appropriate default work group size should be found in each case.Note: basic
parallel_for
usage is limited to the sycl-ref backend.Todo
nd_range
kernel launchVector
ElementRestriction
Basis
QFunction
Operator
The text was updated successfully, but these errors were encountered: