Skip to content

Commit 3b40d88

Browse files
authored
Update 08-sycl-queus-groups-kernels.md
1 parent 95623ee commit 3b40d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/08-sycl-queus-groups-kernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ cgh.parallel_for(range<1>(N), [=](item<1> item){
247247
</div>
248248

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

253253

0 commit comments

Comments
 (0)