Skip to content

Commit

Permalink
Apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkhashev committed Jun 30, 2023
1 parent 324934c commit 01834ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test_plans/oneapi_local_memory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ For the custom type test should be performed for sets of initial values
containing one, two and three values. If `T` is array, `args` parameter pack
must have enough values to initialize each array element.

=== Check array initialization with fewer arguments than array elements

Run this test only when `T` is an array of `N` elements.

* Use `group_local_memory` to allocate an object of type `T` (which is an
array)
* Specify `M` "args" to that call, where `M < N`
* Verify that the first `M` elements of the array have the specified initial
value

==== Check availability of local memory by all work-items in the work-group

Skip the test if `T` is array.
Expand Down

0 comments on commit 01834ba

Please sign in to comment.