diff --git a/sycl/test-e2e/Graph/Explicit/interop-level-zero-launch-kernel.cpp b/sycl/test-e2e/Graph/Explicit/interop-level-zero-launch-kernel.cpp index e2ab49bdc445e..ce1aac6c121dd 100644 --- a/sycl/test-e2e/Graph/Explicit/interop-level-zero-launch-kernel.cpp +++ b/sycl/test-e2e/Graph/Explicit/interop-level-zero-launch-kernel.cpp @@ -9,9 +9,6 @@ // 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 %S/../Inputs/Kernels/saxpy.spv 2>&1 | FileCheck %s --implicit-check-not=LEAK %} -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_EXPLICIT #include "../Inputs/interop-level-zero-launch-kernel.cpp" diff --git a/sycl/test-e2e/Graph/Explicit/memadvise.cpp b/sycl/test-e2e/Graph/Explicit/memadvise.cpp index 76e0635843474..ddc72da07168f 100644 --- a/sycl/test-e2e/Graph/Explicit/memadvise.cpp +++ b/sycl/test-e2e/Graph/Explicit/memadvise.cpp @@ -6,9 +6,6 @@ // Intended - Mem advise command not supported for OpenCL // UNSUPPORTED: opencl -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify // that a node is correctly added by checking UR function calls. diff --git a/sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp b/sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp index 136907db2ad6c..48c41ad0e78c5 100644 --- a/sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp +++ b/sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp @@ -7,9 +7,6 @@ // REQUIRES: ocloc && (opencl || level_zero) -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_EXPLICIT #include "../Inputs/opencl_local_acc.cpp" diff --git a/sycl/test-e2e/Graph/Explicit/prefetch.cpp b/sycl/test-e2e/Graph/Explicit/prefetch.cpp index 91627f38e854b..44a4b3cb58e47 100644 --- a/sycl/test-e2e/Graph/Explicit/prefetch.cpp +++ b/sycl/test-e2e/Graph/Explicit/prefetch.cpp @@ -6,9 +6,6 @@ // Intended - prefetch command not supported for OpenCL // UNSUPPORTED: opencl -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify // that a node is correctly added by checking UR function calls diff --git a/sycl/test-e2e/Graph/Explicit/raw_kernel_arg.cpp b/sycl/test-e2e/Graph/Explicit/raw_kernel_arg.cpp index 5592b7af07089..c0564f583afc9 100644 --- a/sycl/test-e2e/Graph/Explicit/raw_kernel_arg.cpp +++ b/sycl/test-e2e/Graph/Explicit/raw_kernel_arg.cpp @@ -7,9 +7,6 @@ // REQUIRES: ocloc && level_zero -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_EXPLICIT #include "../Inputs/raw_kernel_arg.cpp" diff --git a/sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp b/sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp index 51d3234b5054f..9b84ca07ba270 100644 --- a/sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp +++ b/sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp @@ -6,9 +6,6 @@ // 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: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Intended - The following limitation is not restricted to Sycl-Graph // but comes from the orignal test : `SpecConstants/2020/handler-api.cpp` // FIXME: ACC devices use emulation path, which is not yet supported 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 66bf9dbe1fba6..a275bb512e949 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,7 @@ // RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // 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: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 +// // Intended - The following limitation is not restricted to Sycl-Graph // but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp` diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp index bbe6f4d65fe89..21837671866d2 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp @@ -5,9 +5,6 @@ // 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: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #include "../graph_common.hpp" int main() { diff --git a/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp b/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp index c84563a5977b8..ff03864802b33 100644 --- a/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp @@ -9,9 +9,6 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{run} %t.out %} -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_RECORD_REPLAY #include "../Inputs/interop-level-zero-get-native-mem.cpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-launch-kernel.cpp b/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-launch-kernel.cpp index 344c91cff3bd9..77bd7ab9fa1b3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-launch-kernel.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/interop-level-zero-launch-kernel.cpp @@ -9,9 +9,6 @@ // 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 %S/../Inputs/Kernels/saxpy.spv 2>&1 | FileCheck %s --implicit-check-not=LEAK %} -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_RECORD_REPLAY #include "../Inputs/interop-level-zero-launch-kernel.cpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp index 40992812fa7b9..2d0ba0b2feada 100644 --- a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp @@ -6,9 +6,6 @@ // Intended - Mem advise command not supported for OpenCL // UNSUPPORTED: opencl -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify // that a node is correctly added by checking UR function calls. diff --git a/sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp b/sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp index 0ed51108858b0..a924d018ba8ec 100644 --- a/sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp @@ -7,9 +7,6 @@ // REQUIRES: ocloc && (opencl || level_zero) -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_RECORD_REPLAY #include "../Inputs/opencl_local_acc.cpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp index d432ba66a3f72..22517932ba1a7 100644 --- a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp @@ -6,9 +6,6 @@ // Inteded - prefetch command not supported for OpenCL // UNSUPPORTED: opencl -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify // that a node is correctly added by checking UR function calls diff --git a/sycl/test-e2e/Graph/RecordReplay/raw_kernel_arg.cpp b/sycl/test-e2e/Graph/RecordReplay/raw_kernel_arg.cpp index 61016e564478f..d3724f599266c 100644 --- a/sycl/test-e2e/Graph/RecordReplay/raw_kernel_arg.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/raw_kernel_arg.cpp @@ -7,9 +7,6 @@ // REQUIRES: ocloc && level_zero -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - #define GRAPH_E2E_RECORD_REPLAY #include "../Inputs/raw_kernel_arg.cpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp b/sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp index 9cd580d0036e6..d70e0375a325f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp @@ -6,9 +6,6 @@ // 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: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Intended - The following limitation is not restricted to Sycl-Graph // but comes from the orignal test : `SpecConstants/2020/handler-api.cpp` // FIXME: ACC devices use emulation path, which is not yet supported 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 a0f0756f78e08..328feb7c244d0 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 @@ -6,9 +6,6 @@ // 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: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034 - // Intended - The following limitation is not restricted to Sycl-Graph // but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp` // FIXME: ACC devices use emulation path, which is not yet supported