Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 79d449f

Browse files
authored
[ESIMD] Enable aot_mixed.cpp (#848)
* [ESIMD] Enable aot_mixed.cpp
1 parent ad27262 commit 79d449f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@
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 gen9" -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 gen9" -o %t.out %s
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15-
// XFAIL: *
16-
// TODO: remove XFAIL once ocloc support for automatic scalar/vector SPIRV
17-
// module dispatching is available in public drivers. Also change '-device gen9'
18-
// (safe variant to reliably get unexpected PASS when ocloc is fixed) to
19-
// %gpu_aot_target_opts aka '-device *' (which stresses ocloc).
2014

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

0 commit comments

Comments
 (0)