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

[ESIMD] Enable aot_mixed.cpp on Linux due to driver update. #605

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions SYCL/ESIMD/aot_mixed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.sycl.out -DENABLE_SYCL=0 %s
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.out %s
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// XFAIL: *
// XFAIL: windows
// TODO: remove XFAIL once ocloc support for automatic scalar/vector SPIRV
// module dispatching is available in public drivers. Also change '-device gen9'
// (safe variant to reliably get unexpected PASS when ocloc is fixed) to
// %gpu_aot_target_opts aka '-device *' (which stresses ocloc).
// module dispatching is available in public drivers on windows.

// This test checks ESIMD ahead-of-time compilation scenarios:
// 1) When the application contains both SYCL and ESIMD kernel, thus requiring
Expand Down