Skip to content

Commit

Permalink
Update 08-sycl-queus-groups-kernels.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Nov 28, 2024
1 parent 95623ee commit 3b40d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-sycl-queus-groups-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ cgh.parallel_for(range<1>(N), [=](item<1> item){
</div>

- runtime choose how to group the work-items
- supports 1D,2D, and 3D-grids
- supports 1D, 2D, and 3D-grids
- no control over the size of groups,no locality within kernels


Expand Down

0 comments on commit 3b40d88

Please sign in to comment.