Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/test/basic_tests/stream/stream.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu && (level_zero || opencl) && linux

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
Expand Down
1 change: 1 addition & 0 deletions sycl/test/esimd/on-device/matrix_transpose_glb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// REQUIRES: gpu
// RUN: %clangxx-esimd -fsycl %s -o %t.out
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
// XFAIL: gpu && (level_zero || opencl) && linux

#include "esimd_test_utils.hpp"

Expand Down
2 changes: 1 addition & 1 deletion sycl/test/hier_par/hier_par_wgscope.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu && (level_zero || opencl)
// XFAIL: gpu && (level_zero || opencl) && windows

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/sub_group/generic_reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu
// XFAIL: gpu && windows

// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/sub_group/load_store.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu
// XFAIL: gpu && windows

// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
Expand Down