Skip to content

Commit

Permalink
Update test_plans/auto_local_range.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Lueck <[email protected]>
  • Loading branch information
0x12CC and gmlueck authored Oct 5, 2023
1 parent 7cfec88 commit c23d4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_plans/auto_local_range.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ For following `parallel_for` functions:
* `queue::parallel_for`
* `handler::parallel_for`

Check that `auto_range<Dimensions>()` as the local range parameter behaves as expected: when each work item writes 1 into zero-initialized global memory all array values read after the `parallel_for` invocation are equal to 1 and the number of array values is equal to the global range.
Check that `auto_range<Dimensions>()` as the local range parameter behaves as expected: when each work item writes 1 into zero-initialized global memory all array values read after the `parallel_for` invocation are equal to 1.

0 comments on commit c23d4ec

Please sign in to comment.