Skip to content

Commit 95086a2

Browse files
authored
[SYCL][ESIMD][E2E] Run aot_mixed.cpp only on Gen12 for now (#12630)
If we pass `%gpu_aot_target_opt` that compiles for all GPUs and we hit an ocloc bug when compiling for xe-lpgplus-a0 in the new driver. This is blocking driver uplift. I will make an internal ticket for the IGC team. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent a7f3a63 commit 95086a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sycl/test-e2e/ESIMD/aot_mixed.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: ocloc
9-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.sycl.out -DENABLE_SYCL=0 %s
8+
// TODO: Enable on other GPUs once internal ticket is fixed
9+
// REQUIRES: ocloc && gpu-intel-gen12
10+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen -Xs "-device tgllp" -o %t.sycl.out -DENABLE_SYCL=0 %s
1011
// RUN: %{run} %t.sycl.out
11-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -o %t.out %s
12+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen -Xs "-device tgllp" -o %t.out %s
1213
// RUN: %{run} %t.out
1314

1415
// This test checks the following ESIMD ahead-of-time compilation scenarios:

0 commit comments

Comments
 (0)