Skip to content

Commit 95623ee

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

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

0 commit comments

Comments
 (0)