From da4920951fd719c6e4354fc68c5f7beac386c19f Mon Sep 17 00:00:00 2001 From: Ewan Crawford <ewan@codeplay.com> Date: Fri, 4 Apr 2025 10:24:48 +0100 Subject: [PATCH] [SYCL][Graph] Disable L0 native command tests on V2 The 2 L0 native command tests for SYCL-Graphs timeout when run with the L0 v2 adapter. Disable until they can be investigated in https://github.com/intel/llvm/issues/17847 --- sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp | 3 +++ sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp b/sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp index a66391237f0bc..4137b03f3b3aa 100644 --- a/sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp +++ b/sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp @@ -4,6 +4,9 @@ // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %} // REQUIRES: level_zero, level_zero_dev_kit +// UNSUPPORTED: level_zero_v2_adapter +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17847 + #include <level_zero/ze_api.h> #include <sycl/backend.hpp> #include <sycl/ext/oneapi/experimental/graph.hpp> diff --git a/sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp b/sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp index 7fcc028637ef7..bf969fbf4b015 100644 --- a/sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp +++ b/sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp @@ -9,6 +9,9 @@ // // REQUIRES: aspect-usm_host_allocations +// UNSUPPORTED: level_zero_v2_adapter +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17847 + #include <level_zero/ze_api.h> #include <sycl/backend.hpp> #include <sycl/ext/oneapi/experimental/graph.hpp>