File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#include < sycl/detail/core.hpp>
12
12
13
- #include < sycl/accessor.hpp>
14
13
#include < sycl/aspects.hpp>
15
14
#include < sycl/atomic.hpp>
16
15
#include < sycl/atomic_fence.hpp>
19
18
#if SYCL_BACKEND_OPENCL
20
19
#include < sycl/backend/opencl.hpp>
21
20
#endif
22
- #include < sycl/buffer.hpp>
23
21
#include < sycl/builtins.hpp>
24
22
#include < sycl/context.hpp>
25
23
#include < sycl/define_vendors.hpp>
49
47
#include < sycl/platform.hpp>
50
48
#include < sycl/pointers.hpp>
51
49
#include < sycl/properties/all_properties.hpp>
52
- #include < sycl/queue.hpp>
53
50
#include < sycl/range.hpp>
54
51
#include < sycl/reduction.hpp>
55
52
#include < sycl/sampler.hpp>
Original file line number Diff line number Diff line change 3
3
// RUN: env SYCL_PI_TRACE=2 %{run} %t.out | FileCheck %s
4
4
5
5
#include < iostream>
6
- # include < sycl/accessor.hpp >
6
+
7
7
#include < sycl/detail/core.hpp>
8
8
9
9
using namespace sycl ;
Original file line number Diff line number Diff line change 13
13
// RUN: env SYCL_HOST_UNIFIED_MEMORY=1 SYCL_PI_TRACE=2 %{run} %t.out | FileCheck %s
14
14
15
15
#include < iostream>
16
- # include < sycl/accessor.hpp >
16
+
17
17
#include < sycl/sycl.hpp>
18
18
19
19
using namespace sycl ;
You can’t perform that action at this time.
0 commit comments