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

[SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift #232

Merged
merged 2 commits into from
Apr 15, 2021
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
1 change: 0 additions & 1 deletion SYCL/ESIMD/spec_const/spec_const_char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// UNSUPPORTED: windows
// Linux Level Zero fail with assertion in SPIRV about specialization constant
// type size.
// XFAIL: level_zero
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down
1 change: 0 additions & 1 deletion SYCL/ESIMD/spec_const/spec_const_short.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// UNSUPPORTED: windows
// Linux Level Zero fail with assertion in SPIRV about specialization constant
// type size.
// XFAIL: level_zero
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down
1 change: 0 additions & 1 deletion SYCL/ESIMD/spec_const/spec_const_uchar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// UNSUPPORTED: windows
// Linux Level Zero fail with assertion in SPIRV about specialization constant
// type size.
// XFAIL: level_zero
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down
1 change: 0 additions & 1 deletion SYCL/ESIMD/spec_const/spec_const_ushort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// UNSUPPORTED: windows
// Linux Level Zero fail with assertion in SPIRV about specialization constant
// type size.
// XFAIL: level_zero
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda
Expand Down
1 change: 0 additions & 1 deletion SYCL/InlineAsm/asm_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// XFAIL:*
#include "include/asmhelper.h"
#include <CL/sycl.hpp>
#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion SYCL/InlineAsm/asm_switch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// XFAIL:*
#include "include/asmhelper.h"
#include <CL/sycl.hpp>

Expand Down