From c23d4ec293a5187ac5e8baefe404ac9e401aeb14 Mon Sep 17 00:00:00 2001 From: 0x12CC <68250218+0x12CC@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:47:28 -0400 Subject: [PATCH] Update test_plans/auto_local_range.asciidoc Co-authored-by: Greg Lueck --- test_plans/auto_local_range.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/auto_local_range.asciidoc b/test_plans/auto_local_range.asciidoc index ef4d447b5..6e390b1f9 100644 --- a/test_plans/auto_local_range.asciidoc +++ b/test_plans/auto_local_range.asciidoc @@ -34,4 +34,4 @@ For following `parallel_for` functions: * `queue::parallel_for` * `handler::parallel_for` -Check that `auto_range()` 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()` 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.