Skip to content

Commit ffa0cda

Browse files
committed
Fix test failure
1 parent 609ffa3 commit ffa0cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/ESIMD/unified_memory_api/prefetch_acc_dg2_pvc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// 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
1010
// RUN: %{run} %t.out
1111
// The test verifies esimd::prefetch() functions accepting accessor
1212
// and optional compile-time esimd::properties.

sycl/test-e2e/ESIMD/unified_memory_api/prefetch_usm_dg2_pvc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// 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
1010
// RUN: %{run} %t.out
1111

1212
// The test verifies esimd::prefetch() functions accepting USM pointer

0 commit comments

Comments
 (0)