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

Commit 62b573e

Browse files
authored
[SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift (#232)
1 parent 00d92f8 commit 62b573e

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

SYCL/ESIMD/spec_const/spec_const_char.cpp

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

SYCL/ESIMD/spec_const/spec_const_short.cpp

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

SYCL/ESIMD/spec_const/spec_const_uchar.cpp

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

SYCL/ESIMD/spec_const/spec_const_ushort.cpp

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

SYCL/InlineAsm/asm_loop.cpp

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

6-
// XFAIL:*
76
#include "include/asmhelper.h"
87
#include <CL/sycl.hpp>
98
#include <cmath>

SYCL/InlineAsm/asm_switch.cpp

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

6-
// XFAIL:*
76
#include "include/asmhelper.h"
87
#include <CL/sycl.hpp>
98

0 commit comments

Comments
 (0)