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

Commit 1cad0b3

Browse files
Let's try "gen9:" then
1 parent a148124 commit 1cad0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// UNSUPPORTED: esimd_emulator
11-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.sycl.out -DENABLE_SYCL=0 %s
11+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9:" -o %t.sycl.out -DENABLE_SYCL=0 %s
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
13-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -o %t.out %s
13+
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9:" -o %t.out %s
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1515

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

0 commit comments

Comments
 (0)