diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp index deee2abc9f390..c21905c2ae3b4 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp @@ -5,6 +5,8 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL #include "../graph_common.hpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_queue.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_queue.cpp index 90af1794cdb3f..99b0dc6c57fd6 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_queue.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_queue.cpp @@ -5,6 +5,8 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL #include "../graph_common.hpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions.cpp b/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions.cpp index 6c6fe20337dab..e60ee6db3c29e 100644 --- a/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions.cpp @@ -7,6 +7,9 @@ // Tests the enqueue free function kernel shortcuts. +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL + #include "../graph_common.hpp" #include #include diff --git a/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp b/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp index 4b8294be7e989..3dc3090acb72c 100644 --- a/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp @@ -8,6 +8,9 @@ // Tests the enqueue free function using USM and submit_with_event for // dependencies +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL + #include "../graph_common.hpp" #include diff --git a/sycl/test-e2e/Graph/RecordReplay/transitive_queue_barrier.cpp b/sycl/test-e2e/Graph/RecordReplay/transitive_queue_barrier.cpp index efa1ea3a9afa5..6aa32b4c42cc9 100644 --- a/sycl/test-e2e/Graph/RecordReplay/transitive_queue_barrier.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/transitive_queue_barrier.cpp @@ -9,6 +9,9 @@ // event is passed as a dependency to a barrier operation in a different // in-order queue. +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM fill command not supported for OpenCL + #include "../graph_common.hpp" #include diff --git a/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp b/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp index d10fafe54bc4b..8644addc04bf3 100644 --- a/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp +++ b/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp @@ -12,6 +12,9 @@ // Tests that the optimization to use the L0 Copy Engine for memory commands // does not interfere with the linear graph optimization +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL + #include "../graph_common.hpp" #include diff --git a/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy_D2H.cpp b/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy_D2H.cpp index d5ad10257d239..4bfc9c40d547d 100644 --- a/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy_D2H.cpp +++ b/sycl/test-e2e/Graph/ValidUsage/linear_graph_copy_D2H.cpp @@ -13,6 +13,8 @@ // does not interfere with the linear graph optimization // // REQUIRES: aspect-usm_host_allocations +// UNSUPPORTED: opencl +// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL #include "../graph_common.hpp"