File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sycl/test-e2e/WorkGroupMemory Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ using namespace sycl;
2727// A global buffer is allocated using USM and it is passed to the kernel on the
2828// device. On the device, a work group memory buffer is allocated and each item
2929// copies the correspondng element of the global buffer to the corresponding
30- // element of the work group memory buffer using its global index. The leader of
30+ // element of the work group memory buffer using its lcoal index. The leader of
3131// every work-group, after waiting for every work-item to complete, then sums
3232// these values storing the result in another work group memory object. Finally,
3333// each work item then verifies that the sum of the work group memory elements
You can’t perform that action at this time.
0 commit comments