From 99d3b7b19a30a9c7bbfc0d0e8b6c30d76dc56afe Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Fri, 23 Feb 2024 05:28:01 -0800 Subject: [PATCH] Fix a typo --- test_plans/sycl_ext_oneapi_composite_device.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/sycl_ext_oneapi_composite_device.asciidoc b/test_plans/sycl_ext_oneapi_composite_device.asciidoc index 4457d404b..a74e57906 100644 --- a/test_plans/sycl_ext_oneapi_composite_device.asciidoc +++ b/test_plans/sycl_ext_oneapi_composite_device.asciidoc @@ -137,7 +137,7 @@ that device. The test should first obtain both a component and a composite device and it is skipped if that is not possible using the selected device. -The test than creates a shared context for both devices, allocates a shared +The test then creates a shared context for both devices, allocates a shared memory and creates separate command queues for each device. Test performs some computations and memory operations on that shared data using both devices.