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 ac02060 commit 95623ee
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 @@ -161,7 +161,7 @@ auto Q = queue { custom_selector {} };
# Kernels
- code to be executed in parallel
- written from the point of view of a work-item (gpu thread)
- each intance gets a unique `id` using the work-item index
- each instance gets a unique `id` using the work-item index
<div class="column">
- lambda expressions
Expand Down

0 comments on commit 95623ee

Please sign in to comment.