Skip to content

Commit c910aed

Browse files
[SYCL][E2E] Minor clean up of test directives (#20246)
Remove `-std=c++20` from a couple of tests. It is not needed, and if it is then we should use `%cxx_std_optionc++20` instead, for Windows
1 parent c1ee2e7 commit c910aed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/test-e2e/ESIMD/regression/bit_shift_vector_compilation_test_pvc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===---------------------------------------===//
88

9-
// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1010
// RUN: %{run} %t.out
1111
// REQUIRES: arch-intel_gpu_pvc
1212

sycl/test-e2e/ESIMD/rotate_pvc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1010
// RUN: %{run} %t.out
11-
// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t1.out -DEXP
11+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t1.out -DEXP
1212
// RUN: %{run} %t1.out
1313
// REQUIRES: arch-intel_gpu_pvc
1414

0 commit comments

Comments
 (0)