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 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+
9+ // XFAIL: windows&&level_zero
10+
811// REQUIRES: gpu
912// UNSUPPORTED: cuda || hip
1013// RUN: %clangxx -fsycl %s -o %t.out
Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+
9+ // XFAIL: *
10+
811// REQUIRES: gpu
912// UNSUPPORTED: cuda || hip
1013// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+
9+ // XFAIL: *
10+
811// TODO enable on Windows
912// REQUIRES: linux && gpu
1013// UNSUPPORTED: cuda || hip
Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+
9+ // XFAIL: *
10+
811// REQUIRES: gpu
912// UNSUPPORTED: cuda || hip
1013// RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out
You can’t perform that action at this time.
0 commit comments