Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 6b5aeeb

Browse files
authored
Revert "[SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift (#193)"
This reverts commit 7832ff4.
1 parent 7832ff4 commit 6b5aeeb

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

SYCL/ESIMD/spec_const/spec_const_char.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// UNSUPPORTED: windows
1515
// Linux Level Zero fail with assertion in SPIRV about specialization constant
1616
// type size.
17+
// XFAIL: level_zero
1718
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1819
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1920
// UNSUPPORTED: cuda

SYCL/ESIMD/spec_const/spec_const_short.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// UNSUPPORTED: windows
1515
// Linux Level Zero fail with assertion in SPIRV about specialization constant
1616
// type size.
17+
// XFAIL: level_zero
1718
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1819
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1920
// UNSUPPORTED: cuda

SYCL/ESIMD/spec_const/spec_const_uchar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// UNSUPPORTED: windows
1515
// Linux Level Zero fail with assertion in SPIRV about specialization constant
1616
// type size.
17+
// XFAIL: level_zero
1718
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1819
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1920
// UNSUPPORTED: cuda

SYCL/ESIMD/spec_const/spec_const_ushort.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// UNSUPPORTED: windows
1515
// Linux Level Zero fail with assertion in SPIRV about specialization constant
1616
// type size.
17+
// XFAIL: level_zero
1718
// RUN: %clangxx-esimd -fsycl -I%S/.. %s -o %t.out
1819
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1920
// UNSUPPORTED: cuda

SYCL/InlineAsm/asm_loop.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6+
// XFAIL:*
67
#include "include/asmhelper.h"
78
#include <CL/sycl.hpp>
89
#include <cmath>

SYCL/InlineAsm/asm_switch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6+
// XFAIL:*
67
#include "include/asmhelper.h"
78
#include <CL/sycl.hpp>
89

0 commit comments

Comments
 (0)