Skip to content

Commit 023cb2b

Browse files
authored
[SYCL][NATIVECPU] Fix header inclusion in shuffle_abi test (#16124)
Fixes the headers included in `sycl/test/check_device_code/native_cpu/shuffle_abi.cpp`, using just `sycl/sycl.hpp`.
1 parent 0e2094d commit 023cb2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test/check_device_code/native_cpu/shuffle_abi.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
// Tests that sub-group shuffles work even when abi is different to what is
1414
// expected
1515

16-
#include <sycl/detail/core.hpp>
17-
#include <sycl/group_algorithm.hpp>
18-
#include <sycl/marray.hpp>
16+
#include <sycl/sycl.hpp>
1917

2018
static constexpr size_t NumElems = VEC_WIDTH;
2119
static constexpr size_t NumWorkItems = 64;

0 commit comments

Comments
 (0)