Skip to content

Commit 3543e70

Browse files
kbobrovsbb-sycl
authored andcommitted
[ESIMD] Enable aot_mixed.cpp (intel#848)
* [ESIMD] Enable aot_mixed.cpp
1 parent e8fb6ff commit 3543e70

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,22 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// This test passes with 21.49.21786 driver, and fails with older versions.
9-
// REQUIRES: gpu, TEMPORARILY_DISABLED
8+
// REQUIRES: gpu
109
// UNSUPPORTED: cuda || hip
1110
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.sycl.out -DENABLE_SYCL=0 %s
1211
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
1312
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.out %s
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14+
<<<<<<< HEAD
1515
// XFAIL: windows
1616
// TODO: remove XFAIL once ocloc support for automatic scalar/vector SPIRV
1717
// module dispatching is available in public drivers. Also change '-device gen9'
1818
// (safe variant to reliably get unexpected PASS when ocloc is fixed) to
1919
// %gpu_aot_target_opts aka '-device *' (which stresses ocloc).
20+
=======
21+
>>>>>>> 79d449f33 ([ESIMD] Enable aot_mixed.cpp (#848))
2022

21-
// This test checks ESIMD ahead-of-time compilation scenarios:
23+
// This test checks the following ESIMD ahead-of-time compilation scenarios:
2224
// 1) When the application contains both SYCL and ESIMD kernel, thus requiring
2325
// different GPU back-ends (scalar and vector) to kick-in at compile-time.
2426
// 2) When the application contains only ESIMD kernel.

0 commit comments

Comments
 (0)