File tree Expand file tree Collapse file tree 7 files changed +23
-6
lines changed
include/sycl/ext/oneapi/experimental
test-e2e/GroupAlgorithm/load_store Expand file tree Collapse file tree 7 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 11
11
#pragma once
12
12
13
13
#include < sycl/ext/oneapi/properties/properties.hpp>
14
+ #include < sycl/group_barrier.hpp>
14
15
#include < sycl/sycl_span.hpp>
15
16
16
17
#include < cstring>
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
6
+
7
+ #include < numeric>
5
8
6
9
int main () {
7
10
using namespace sycl ;
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
6
+
7
+ #include < numeric>
5
8
6
9
struct S {
7
10
S () : i(-1 ) {}
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
5
6
6
7
struct S {
7
8
operator int () const { return i + 42 ; }
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
6
+
7
+ #include < numeric>
5
8
6
9
using namespace sycl ;
7
10
namespace sycl_exp = sycl::ext::oneapi::experimental;
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
6
+
7
+ #include < numeric>
5
8
6
9
using namespace sycl ;
7
10
namespace sycl_exp = sycl::ext::oneapi::experimental;
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- #include < sycl/sycl.hpp>
4
+ #include < sycl/detail/core.hpp>
5
+ #include < sycl/ext/oneapi/experimental/group_load_store.hpp>
6
+
7
+ #include < numeric>
5
8
6
9
using namespace sycl ;
7
10
namespace sycl_exp = sycl::ext::oneapi::experimental;
You can’t perform that action at this time.
0 commit comments