From 49cf84668cde2fbe1729d81c17b812b942faebd5 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Mon, 29 Sep 2025 16:52:11 -0700 Subject: [PATCH] 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 --- .../regression/bit_shift_vector_compilation_test_pvc.cpp | 2 +- sycl/test-e2e/ESIMD/rotate_pvc.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sycl/test-e2e/ESIMD/regression/bit_shift_vector_compilation_test_pvc.cpp b/sycl/test-e2e/ESIMD/regression/bit_shift_vector_compilation_test_pvc.cpp index 03d4c09b4d801..241ba93244db3 100644 --- a/sycl/test-e2e/ESIMD/regression/bit_shift_vector_compilation_test_pvc.cpp +++ b/sycl/test-e2e/ESIMD/regression/bit_shift_vector_compilation_test_pvc.cpp @@ -6,7 +6,7 @@ // //===---------------------------------------===// -// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t.out +// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out // REQUIRES: arch-intel_gpu_pvc diff --git a/sycl/test-e2e/ESIMD/rotate_pvc.cpp b/sycl/test-e2e/ESIMD/rotate_pvc.cpp index 18c4967db24e1..b938a8e7c0461 100644 --- a/sycl/test-e2e/ESIMD/rotate_pvc.cpp +++ b/sycl/test-e2e/ESIMD/rotate_pvc.cpp @@ -6,9 +6,9 @@ // //===----------------------------------------------------------------------===// -// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t.out +// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out -// RUN: %{build} -fsycl-device-code-split=per_kernel -std=c++20 -o %t1.out -DEXP +// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t1.out -DEXP // RUN: %{run} %t1.out // REQUIRES: arch-intel_gpu_pvc