File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
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
- // This test passes with 21.49.21786 driver, and fails with older versions.
9
- // REQUIRES: gpu, TEMPORARILY_DISABLED
8
+ // REQUIRES: gpu
10
9
// UNSUPPORTED: cuda || hip
11
10
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.sycl.out -DENABLE_SYCL=0 %s
12
11
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
13
12
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.out %s
14
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
+ <<<<<<< HEAD
15
15
// XFAIL: windows
16
16
// TODO: remove XFAIL once ocloc support for automatic scalar/vector SPIRV
17
17
// module dispatching is available in public drivers. Also change '-device gen9'
18
18
// (safe variant to reliably get unexpected PASS when ocloc is fixed) to
19
19
// %gpu_aot_target_opts aka '-device *' (which stresses ocloc).
20
+ =======
21
+ >>>>>>> 79d449f33 ([ESIMD] Enable aot_mixed.cpp (#848 ))
20
22
21
- // This test checks ESIMD ahead-of-time compilation scenarios:
23
+ // This test checks the following ESIMD ahead-of-time compilation scenarios:
22
24
// 1) When the application contains both SYCL and ESIMD kernel, thus requiring
23
25
// different GPU back-ends (scalar and vector) to kick-in at compile-time.
24
26
// 2) When the application contains only ESIMD kernel.
You can’t perform that action at this time.
0 commit comments