diff --git a/Lesson_Materials/Lecture_14_ND_Range_Kernel/index.html b/Lesson_Materials/Lecture_14_ND_Range_Kernel/index.html index f62740f2..d99eee33 100644 --- a/Lesson_Materials/Lecture_14_ND_Range_Kernel/index.html +++ b/Lesson_Materials/Lecture_14_ND_Range_Kernel/index.html @@ -140,11 +140,11 @@ * Each invocation knows which work-item it is on and can query certain information about its position in the nd-range * Each work-item has the following: * **Global range**: {12, 12} - * **Global id**: {6, 5} + * **Global id**: {5, 6} * **Group range**: {3, 3} * **Group id**: {1, 1} * **Local range**: {4, 4} - * **Local id**: {2, 1} + * **Local id**: {1, 2}