Skip to content

Commit 0979043

Browse files
committed
[SYCL][Graph][L0 V2] Disable failing test in CI
As resported in #19034 these tests have started failing in CI which is disruptive. Disable them until they can be investigated and fixed
1 parent 8b2cf52 commit 0979043

12 files changed

+36
-1
lines changed

sycl/test-e2e/Graph/Explicit/interop-level-zero-launch-kernel.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// Extra run to check for immediate-command-list in Level Zero
1010
// 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 %}
1111

12+
// UNSUPPORTED: level_zero_v2_adapter
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
14+
1215
#define GRAPH_E2E_EXPLICIT
1316

1417
#include "../Inputs/interop-level-zero-launch-kernel.cpp"

sycl/test-e2e/Graph/Explicit/memadvise.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Intended - Mem advise command not supported for OpenCL
77
// UNSUPPORTED: opencl
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Since Mem advise is only a memory hint that doesn't
1013
// impact results but only performances, we verify
1114
// that a node is correctly added by checking UR function calls.

sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
// REQUIRES: ocloc && (opencl || level_zero)
99

10+
// UNSUPPORTED: level_zero_v2_adapter
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
12+
1013
#define GRAPH_E2E_EXPLICIT
1114

1215
#include "../Inputs/opencl_local_acc.cpp"

sycl/test-e2e/Graph/Explicit/prefetch.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Intended - prefetch command not supported for OpenCL
77
// UNSUPPORTED: opencl
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Since Prefetch is only a memory hint that doesn't
1013
// impact results but only performances, we verify
1114
// that a node is correctly added by checking UR function calls

sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// 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 %}
77
//
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Intended - The following limitation is not restricted to Sycl-Graph
1013
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
1114
// FIXME: ACC devices use emulation path, which is not yet supported

sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// 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 %}
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
7-
//
7+
8+
// UNSUPPORTED: level_zero_v2_adapter
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
810

911
// Intended - The following limitation is not restricted to Sycl-Graph
1012
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`

sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// Extra run to check for immediate-command-list in Level Zero
1010
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{run} %t.out %}
1111

12+
// UNSUPPORTED: level_zero_v2_adapter
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
14+
1215
#define GRAPH_E2E_RECORD_REPLAY
1316

1417
#include "../Inputs/interop-level-zero-get-native-mem.cpp"

sycl/test-e2e/Graph/RecordReplay/memadvise.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Intended - Mem advise command not supported for OpenCL
77
// UNSUPPORTED: opencl
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Since Mem advise is only a memory hint that doesn't
1013
// impact results but only performances, we verify
1114
// that a node is correctly added by checking UR function calls.

sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
// REQUIRES: ocloc && (opencl || level_zero)
99

10+
// UNSUPPORTED: level_zero_v2_adapter
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
12+
1013
#define GRAPH_E2E_RECORD_REPLAY
1114

1215
#include "../Inputs/opencl_local_acc.cpp"

sycl/test-e2e/Graph/RecordReplay/prefetch.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Inteded - prefetch command not supported for OpenCL
77
// UNSUPPORTED: opencl
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Since Prefetch is only a memory hint that doesn't
1013
// impact results but only performances, we verify
1114
// that a node is correctly added by checking UR function calls

sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// 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 %}
77
//
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Intended - The following limitation is not restricted to Sycl-Graph
1013
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
1114
// FIXME: ACC devices use emulation path, which is not yet supported

sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// 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 %}
77
//
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
11+
912
// Intended - The following limitation is not restricted to Sycl-Graph
1013
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
1114
// FIXME: ACC devices use emulation path, which is not yet supported

0 commit comments

Comments
 (0)