Skip to content

Commit fac2fd8

Browse files
committed
[SYCL][E2E] XFAIL 7 work group memory test for spirv-backend
1 parent 6baba64 commit fac2fd8

7 files changed

+15
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
79

810
#define GRAPH_E2E_EXPLICIT
911

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
79

810
#define GRAPH_E2E_EXPLICIT
911

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
79

810
#define GRAPH_E2E_RECORD_REPLAY
911

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
79

810
#define GRAPH_E2E_RECORD_REPLAY
911

sycl/test-e2e/WorkGroupMemory/basic_usage.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339
55
// RUN: %{build} -o %t.out
66
// RUN: %{run} %t.out
7+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
9+
710
#include <cassert>
811
#include <cstring>
912
#include <sycl/detail/core.hpp>

sycl/test-e2e/WorkGroupMemory/reduction_free_function.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4+
// XFAIL: spirv-backend
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
46

57
#include "common_free_function.hpp"
68

sycl/test-e2e/WorkGroupMemory/reduction_lambda.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4+
// XFAIL: spirv-backend
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
46

57
#include "common.hpp"
68

0 commit comments

Comments
 (0)