This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
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 gen9" -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 gen9" -o %t.out %s
14
13
// 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).
20
14
21
- // This test checks ESIMD ahead-of-time compilation scenarios:
15
+ // This test checks the following ESIMD ahead-of-time compilation scenarios:
22
16
// 1) When the application contains both SYCL and ESIMD kernel, thus requiring
23
17
// different GPU back-ends (scalar and vector) to kick-in at compile-time.
24
18
// 2) When the application contains only ESIMD kernel.
You can’t perform that action at this time.
0 commit comments