Skip to content

Commit 550b1b9

Browse files
authored
[SYCL][ESIMD] Fix test compilation failure (intel#12139)
1 parent bdb95b5 commit 550b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/private_memory/private_memory_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-pvc
9-
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -I%S/.. -o %t.out
1010
// RUN: %{run} %t.out
1111

1212
// The test verifies that basic ESIMD API works properly with

0 commit comments

Comments
 (0)