File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+
9
+ // XFAIL: windows&&level_zero
10
+
8
11
// REQUIRES: gpu
9
12
// UNSUPPORTED: cuda || hip
10
13
// RUN: %clangxx -fsycl %s -o %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+
9
+ // XFAIL: *
10
+
8
11
// REQUIRES: gpu
9
12
// UNSUPPORTED: cuda || hip
10
13
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+
9
+ // XFAIL: *
10
+
8
11
// TODO enable on Windows
9
12
// REQUIRES: linux && gpu
10
13
// UNSUPPORTED: cuda || hip
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+
9
+ // XFAIL: *
10
+
8
11
// REQUIRES: gpu
9
12
// UNSUPPORTED: cuda || hip
10
13
// RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out
You can’t perform that action at this time.
0 commit comments