Skip to content

Commit cdcf7d8

Browse files
authored
Revert "[SYCL][Graph][L0 V2] Disable failing test in CI (#19036)" (#19122)
This reverts commit 754bb93. The issue was that #18962 (already reverted) introduced a bug (using uninitialized variable).
1 parent 8b445d6 commit cdcf7d8

16 files changed

+1
-48
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
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-
1512
#define GRAPH_E2E_EXPLICIT
1613

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Since Mem advise is only a memory hint that doesn't
1310
// impact results but only performances, we verify
1411
// that a node is correctly added by checking UR function calls.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
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-
1310
#define GRAPH_E2E_EXPLICIT
1411

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Since Prefetch is only a memory hint that doesn't
1310
// impact results but only performances, we verify
1411
// that a node is correctly added by checking UR function calls

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

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

88
// REQUIRES: ocloc && level_zero
99

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

1512
#include "../Inputs/raw_kernel_arg.cpp"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Intended - The following limitation is not restricted to Sycl-Graph
1310
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
1411
// FIXME: ACC devices use emulation path, which is not yet supported

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
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-
8-
// UNSUPPORTED: level_zero_v2_adapter
9-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
7+
//
108

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

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

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

8-
// UNSUPPORTED: level_zero_v2_adapter
9-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19034
10-
118
#include "../graph_common.hpp"
129

1310
int main() {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
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-
1512
#define GRAPH_E2E_RECORD_REPLAY
1613

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
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-
1512
#define GRAPH_E2E_RECORD_REPLAY
1613

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Since Mem advise is only a memory hint that doesn't
1310
// impact results but only performances, we verify
1411
// that a node is correctly added by checking UR function calls.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
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-
1310
#define GRAPH_E2E_RECORD_REPLAY
1411

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Since Prefetch is only a memory hint that doesn't
1310
// impact results but only performances, we verify
1411
// that a node is correctly added by checking UR function calls

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

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

88
// REQUIRES: ocloc && level_zero
99

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

1512
#include "../Inputs/raw_kernel_arg.cpp"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Intended - The following limitation is not restricted to Sycl-Graph
1310
// but comes from the orignal test : `SpecConstants/2020/handler-api.cpp`
1411
// FIXME: ACC devices use emulation path, which is not yet supported

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
// Intended - The following limitation is not restricted to Sycl-Graph
1310
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
1411
// FIXME: ACC devices use emulation path, which is not yet supported

0 commit comments

Comments
 (0)