Skip to content

[SYCL][Graph][L0 V2] Disable failing test in CI #19036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// 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"
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Explicit/memadvise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Explicit/opencl_local_acc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// 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"
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Explicit/prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Explicit/raw_kernel_arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// 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"
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// 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`
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// 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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// 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"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// 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"
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/memadvise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/opencl_local_acc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// 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"
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/raw_kernel_arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// 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"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// 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
Expand Down