Skip to content

Commit c7e8c65

Browse files
authored
[SYCL][Graph] Disable L0 native command tests on V2 (#17848)
The 2 L0 native command tests for SYCL-Graphs timeout when run with the L0 v2 adapter. Disable until they can be investigated in #17847
1 parent 1b2b55c commit c7e8c65

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Graph/NativeCommand/level-zero_usm.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
55
// REQUIRES: level_zero, level_zero_dev_kit
66

7+
// UNSUPPORTED: level_zero_v2_adapter
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17847
9+
710
#include <level_zero/ze_api.h>
811
#include <sycl/backend.hpp>
912
#include <sycl/ext/oneapi/experimental/graph.hpp>

sycl/test-e2e/Graph/NativeCommand/level-zero_usm_D2H_copy.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
//
1010
// REQUIRES: aspect-usm_host_allocations
1111

12+
// UNSUPPORTED: level_zero_v2_adapter
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17847
14+
1215
#include <level_zero/ze_api.h>
1316
#include <sycl/backend.hpp>
1417
#include <sycl/ext/oneapi/experimental/graph.hpp>

0 commit comments

Comments
 (0)