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 3b40d88 commit f05211b
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 @@ -248,7 +248,7 @@ cgh.parallel_for(range<1>(N), [=](item<1> item){

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


# Parallel launch with **nd-range** I
Expand Down

0 comments on commit f05211b

Please sign in to comment.