File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sycl/test-e2e/ESIMD/unified_memory_api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu-intel-dg2 || gpu-intel-pvc
9
- // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
9
+ // RUN: %{build} -fsycl-device-code-split=per_kernel -D__ESIMD_GATHER_SCATTER_LLVM_IR - o %t.out
10
10
// RUN: %{run} %t.out
11
11
// The test verifies esimd::prefetch() functions accepting accessor
12
12
// and optional compile-time esimd::properties.
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu-intel-dg2 || gpu-intel-pvc
9
- // RUN: %{build} -fsycl-device-code-split=per_kernel -D__ESIMD_GATHER_SCATTER_LLVM_IR - o %t.out
9
+ // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
10
10
// RUN: %{run} %t.out
11
11
12
12
// The test verifies esimd::prefetch() functions accepting USM pointer
You can’t perform that action at this time.
0 commit comments