Skip to content

Commit

Permalink
[SYCL][NATIVECPU] Fix header inclusion in shuffle_abi test (#16124)
Browse files Browse the repository at this point in the history
Fixes the headers included in
`sycl/test/check_device_code/native_cpu/shuffle_abi.cpp`, using just
`sycl/sycl.hpp`.
  • Loading branch information
PietroGhg authored Nov 20, 2024
1 parent 0e2094d commit 023cb2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sycl/test/check_device_code/native_cpu/shuffle_abi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
// Tests that sub-group shuffles work even when abi is different to what is
// expected

#include <sycl/detail/core.hpp>
#include <sycl/group_algorithm.hpp>
#include <sycl/marray.hpp>
#include <sycl/sycl.hpp>

static constexpr size_t NumElems = VEC_WIDTH;
static constexpr size_t NumWorkItems = 64;
Expand Down

0 comments on commit 023cb2b

Please sign in to comment.