Skip to content

Commit 49cf846

Browse files
committed
remove -std=c++20 from a couple of tests. it is not needed, and if it is then we'd use %cxx_std_optionc++20 instead
1 parent 0ff1a5c commit 49cf846

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)