Skip to content

Commit cadd800

Browse files
authored
[SYCL][ESIMD][E2E] Fix bit shift vector test to not use c++20 (#14081)
We don't actually need cpp20, this was left over from a previous iteration of the test. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 141d723 commit cadd800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
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

1212
// This is a basic test to validate the vector bit shifting functions.
1313

1414
#include "../esimd_test_utils.hpp"
15-
#include <bit>
1615

1716
using namespace sycl;
1817
using namespace sycl::ext::intel::esimd;

0 commit comments

Comments
 (0)