Skip to content
Open
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 @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

#define GRAPH_E2E_EXPLICIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

#define GRAPH_E2E_RECORD_REPLAY

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Update/dyn_cgf_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests using dynamic command-group objects with buffer accessors

Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Update/dyn_cgf_accessor_deps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests adding a dynamic command-group node to a graph using buffer
// accessors for the node edges.
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Update/dyn_cgf_accessor_deps2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests adding a dynamic command-group node to a graph using buffer
// accessors for the node edges, but where different command-groups
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Update/update_with_indices_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055
//

// Tests updating a graph node accessor argument using index-based explicit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests updating a graph node accessor argument multiple times before the graph
// is updated, using index-based explicit update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests updating a single dynamic parameter which is registered with multiple
// graph nodes where it has a different argument index in each node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// XFAIL: windows && (arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h || arch-intel_gpu_wcl)
// XFAIL-TRACKER: CMPLRTST-27275
// XFAIL-TRACKER: CMPLRLLVM-72055

// Tests updating a graph node accessor argument using index-based explicit
// update while also submitting work using those accessors to a normal queue
Expand Down
4 changes: 1 addition & 3 deletions sycl/test-e2e/Graph/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ if 'windows' in config.available_features:
# https://github.com/intel/llvm/issues/17165
config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31']
# LNL - CMPLRTST-27275
config.unsupported_features += ['arch-intel_gpu_lnl_m']
# PTL - CMPLRTST-27275
config.unsupported_features += ['arch-intel_gpu_ptl_u', 'arch-intel_gpu_ptl_h']
config.unsupported_features += ['arch-intel_gpu_lnl_m']
Loading