Skip to content

Commit

Permalink
Rewrite logic of device selection for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySachkov committed Feb 23, 2024
1 parent 1543103 commit db80d6d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions test_plans/sycl_ext_oneapi_composite_device.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ The test should ensure that no composite devices are returned through the

Composite devices are not considered as root devices and therefore they won't
ever be selected by the CTS. To increase coverage, tests in this subcategory
should be performed on a list of devices that consists of:

- the default device that is selected on the CTS command line
- devices returned by `platform::ext_oneapi_get_composite_devices()` for the
platform the default device belongs to
should be additionally performed on a composite device the selected device
belongs to (if the selected device is a component device).

==== `info::device::component_devices`

Expand Down Expand Up @@ -91,11 +88,8 @@ The test should also check the value returned for the descriptor:

Composite devices are not considered as root devices and therefore they won't
ever be selected by the CTS. To increase coverage, tests in this subcategory
should be performed on a list of devices that consists of:

- the default device that is selected on the CTS command line
- devices returned by `platform::ext_oneapi_get_composite_devices()` for the
platform the default device belongs to
should be additionally performed on a composite device the selected device
belongs to (if the selected device is a component device).

==== `ext_oneapi_is_composite`

Expand Down

0 comments on commit db80d6d

Please sign in to comment.