diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target.cpp index bef2cba702aed..b5a013d5bb78e 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_2d.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_2d.cpp index be7979c6b888f..99a48a9a64d28 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_2d.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_2d.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_offset.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_offset.cpp index 6e9848b5591a8..f40c0b4d268c8 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_offset.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_host2target_offset.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host.cpp index 79c71bf1970e6..a29ae91494204 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_2d.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_2d.cpp index 3049e8c4b36a8..3a13240ce335a 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_2d.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_2d.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp index edf5c67263a74..94c8b1ca1131a 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp b/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp index 1129facafd4f8..acdae9f10adb7 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp @@ -5,9 +5,9 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended - Concurrent access to shared USM allocations is not supported by -// CUDA on Windows // UNSUPPORTED: cuda && windows +// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not +// supported by CUDA on Windows // Test is flaky on Windows for all targets, disable until it can be fixed // UNSUPPORTED: windows diff --git a/sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp b/sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp index 3f9c1cd81488a..141988d572b66 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp @@ -5,9 +5,9 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended Concurrent access to shared USM allocations is not supported by -// CUDA on Windows // UNSUPPORTED: cuda && windows +// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not +// supported by CUDA on Windows // Test is flaky on Windows for all targets, disable until it can be fixed // UNSUPPORTED: windows diff --git a/sycl/test-e2e/Graph/Explicit/memadvise.cpp b/sycl/test-e2e/Graph/Explicit/memadvise.cpp index ddc72da07168f..b5425707c124e 100644 --- a/sycl/test-e2e/Graph/Explicit/memadvise.cpp +++ b/sycl/test-e2e/Graph/Explicit/memadvise.cpp @@ -3,8 +3,8 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended - Mem advise command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Mem advise command not supported for OpenCL // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/Explicit/prefetch.cpp b/sycl/test-e2e/Graph/Explicit/prefetch.cpp index 44a4b3cb58e47..aef98c23a1884 100644 --- a/sycl/test-e2e/Graph/Explicit/prefetch.cpp +++ b/sycl/test-e2e/Graph/Explicit/prefetch.cpp @@ -3,8 +3,8 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended - prefetch command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: prefetch command not supported for OpenCL // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp b/sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp index 889e885240850..bebe243cd0a36 100644 --- a/sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp +++ b/sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp @@ -4,9 +4,10 @@ // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - The following limitation is not restricted to Sycl-Graph -// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp` // UNSUPPORTED: hip +// UNSUPPORTED-INTENDED: The following limitation is not restricted to +// Sycl-Graph but comes from the orignal test : +// `SpecConstants/2020/kernel-bundle-api.cpp` #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/work_group_size_prop.cpp b/sycl/test-e2e/Graph/Explicit/work_group_size_prop.cpp index 27903410efa02..ed12a98fe705b 100644 --- a/sycl/test-e2e/Graph/Explicit/work_group_size_prop.cpp +++ b/sycl/test-e2e/Graph/Explicit/work_group_size_prop.cpp @@ -4,12 +4,12 @@ // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended OpenCL fail due to backend: +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: OpenCL fail due to backend: // The OpenCL emulation layer does not return `CL_INVALID_WORK_GROUP_SIZE` as it // should. So the Sycl graph support cannot correctly catch the error and throw // the appropriate exception for negative test. An issue has been reported // https://github.com/bashbaug/SimpleOpenCLSamples/issues/95 -// UNSUPPORTED: opencl #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target.cpp index a5ae7a829c515..b0bf5068415d3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_2d.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_2d.cpp index 82e4d91e3511a..f0d739316fe2d 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_2d.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_2d.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_offset.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_offset.cpp index cf33f03235819..ac1b0977f0ce8 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_offset.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_host2target_offset.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Host to device copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host.cpp index a0c2dc230c98e..643dfc7f62521 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_2d.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_2d.cpp index fbe060d7df362..81d07920dd756 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_2d.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_2d.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_offset.cpp b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_offset.cpp index d6a62b58c3e80..b69e04a3ad369 100644 --- a/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_offset.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/buffer_copy_target2host_offset.cpp @@ -3,8 +3,8 @@ // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp index 2d746a0e1b483..c4cb2dc39561c 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp @@ -5,9 +5,9 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended - Concurrent access to shared USM allocations is not supported by -// CUDA on Windows // UNSUPPORTED: cuda && windows +// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not +// supported by CUDA on Windows // Test is flaky on Windows for all targets, disable until it can be fixed // UNSUPPORTED: windows diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp index a4737b2af5a98..27b4e3e3da293 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp @@ -5,9 +5,9 @@ // REQUIRES: aspect-usm_shared_allocations -// Concurrent access to shared USM allocations is not supported by -// CUDA on Windows // UNSUPPORTED: cuda && windows +// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not +// supported by CUDA on Windows // Test is flaky on Windows for all targets, disable until it can be fixed // UNSUPPORTED: windows diff --git a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp index 2d0ba0b2feada..3fe73cfaa2bad 100644 --- a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp @@ -3,8 +3,8 @@ // REQUIRES: aspect-usm_shared_allocations -// Intended - Mem advise command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: Mem advise command not supported for OpenCL // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp index 22517932ba1a7..c2d8993390804 100644 --- a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp @@ -3,8 +3,8 @@ // REQUIRES: aspect-usm_shared_allocations -// Inteded - prefetch command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: prefetch command not supported for OpenCL // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp b/sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp index af8f0bef0c885..3e5c8c4d3e1b7 100644 --- a/sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp @@ -4,9 +4,10 @@ // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Intended - The following limitation is not restricted to Sycl-Graph -// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp` // UNSUPPORTED: hip +// UNSUPPORTED-INTENDED: The following limitation is not restricted to +// Sycl-Graph but comes from the orignal test : +// `SpecConstants/2020/kernel-bundle-api.cpp` #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/work_group_size_prop.cpp b/sycl/test-e2e/Graph/RecordReplay/work_group_size_prop.cpp index 22bbebda64325..e6db95283472f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/work_group_size_prop.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/work_group_size_prop.cpp @@ -4,12 +4,12 @@ // RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // -// Intended - OpenCL fail due to backend +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: OpenCL fail due to backend // The OpenCL emulation layer does not return `CL_INVALID_WORK_GROUP_SIZE` as it // should. So the Sycl graph support cannot correctly catch the error and throw // the approriate exception for negative test. An issue has been reported // https://github.com/bashbaug/SimpleOpenCLSamples/issues/95 -// UNSUPPORTED: opencl #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/UnsupportedDevice/device_query.cpp b/sycl/test-e2e/Graph/UnsupportedDevice/device_query.cpp index 9184198a4c381..6094b59ea99ef 100644 --- a/sycl/test-e2e/Graph/UnsupportedDevice/device_query.cpp +++ b/sycl/test-e2e/Graph/UnsupportedDevice/device_query.cpp @@ -1,8 +1,8 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Intended - OpenCL support depends on extensions // UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: OpenCL support depends on extensions // Tests the using device query for graphs support, and that the return value // matches expectations. diff --git a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp index 5eea752158c46..bac2885e090c2 100644 --- a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp +++ b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp @@ -54,7 +54,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 178 +// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153 // // List of improperly UNSUPPORTED tests. // Remove the CHECK once the test has been properly UNSUPPORTED. @@ -122,33 +122,8 @@ // CHECK-NEXT: ESIMD/regression/copyto_char_test.cpp // CHECK-NEXT: ESIMD/regression/variable_gather_mask.cpp // CHECK-NEXT: ESIMD/slm_init_no_inline.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_host2target.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_host2target_2d.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_host2target_offset.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_target2host.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_target2host_2d.cpp -// CHECK-NEXT: Graph/Explicit/buffer_copy_target2host_offset.cpp -// CHECK-NEXT: Graph/Explicit/host_task2_multiple_roots.cpp -// CHECK-NEXT: Graph/Explicit/host_task_multiple_roots.cpp // CHECK-NEXT: Graph/Explicit/interop-level-zero-launch-kernel.cpp -// CHECK-NEXT: Graph/Explicit/memadvise.cpp -// CHECK-NEXT: Graph/Explicit/prefetch.cpp -// CHECK-NEXT: Graph/Explicit/spec_constants_kernel_bundle_api.cpp -// CHECK-NEXT: Graph/Explicit/work_group_size_prop.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_host2target.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_host2target_2d.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_host2target_offset.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_target2host.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_target2host_2d.cpp -// CHECK-NEXT: Graph/RecordReplay/buffer_copy_target2host_offset.cpp -// CHECK-NEXT: Graph/RecordReplay/host_task2_multiple_roots.cpp -// CHECK-NEXT: Graph/RecordReplay/host_task_multiple_roots.cpp // CHECK-NEXT: Graph/RecordReplay/interop-level-zero-launch-kernel.cpp -// CHECK-NEXT: Graph/RecordReplay/memadvise.cpp -// CHECK-NEXT: Graph/RecordReplay/prefetch.cpp -// CHECK-NEXT: Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp -// CHECK-NEXT: Graph/RecordReplay/work_group_size_prop.cpp -// CHECK-NEXT: Graph/UnsupportedDevice/device_query.cpp // CHECK-NEXT: GroupAlgorithm/root_group.cpp // CHECK-NEXT: HierPar/hier_par_wgscope.cpp // CHECK-NEXT: InvokeSimd/Feature/ImplicitSubgroup/SPMD_invoke_ESIMD_external.cpp