Skip to content

Commit 1cd58ee

Browse files
committed
Fix header inclusion in shuffle_abi test
1 parent f741bdd commit 1cd58ee

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)