Skip to content

Commit 7bacc52

Browse files
authored
[SYCL][ESIMD][E2E] Fix aot_mixed.cpp (#12650)
Arg was wrong. Manually tested this. CI is current broken because of this, Signed-off-by: Nick Sarnie <[email protected]>
1 parent 557df1a commit 7bacc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/ESIMD/aot_mixed.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
//===----------------------------------------------------------------------===//
88
// TODO: Enable on other GPUs once internal ticket is fixed
99
// 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
10+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device tgllp" -o %t.sycl.out -DENABLE_SYCL=0 %s
1111
// RUN: %{run} %t.sycl.out
12-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen -Xs "-device tgllp" -o %t.out %s
12+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device tgllp" -o %t.out %s
1313
// RUN: %{run} %t.out
1414

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

0 commit comments

Comments
 (0)