File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 12
12
#include < detail/context_impl.hpp>
13
13
#include < detail/kernel_impl.hpp>
14
14
#include < detail/kernel_info.hpp>
15
+ #include < detail/program_impl.hpp>
15
16
16
17
#include < memory>
17
18
Original file line number Diff line number Diff line change 14
14
#include < CL/sycl/info/info_desc.hpp>
15
15
#include < detail/context_impl.hpp>
16
16
#include < detail/device_impl.hpp>
17
- #include < detail/program_impl.hpp>
18
17
19
18
#include < cassert>
20
19
#include < memory>
Original file line number Diff line number Diff line change 11
11
#include < CL/sycl/detail/pi.h>
12
12
#include < CL/sycl/kernel.hpp>
13
13
#include < CL/sycl/property_list.hpp>
14
+ #include < detail/kernel_impl.hpp>
14
15
#include < detail/program_impl.hpp>
15
16
#include < detail/spec_constant_impl.hpp>
16
17
Original file line number Diff line number Diff line change 14
14
#include < CL/sycl/program.hpp>
15
15
#include < CL/sycl/property_list.hpp>
16
16
#include < CL/sycl/stl.hpp>
17
- #include < detail/kernel_impl .hpp>
17
+ #include < detail/context_impl .hpp>
18
18
#include < detail/program_manager/program_manager.hpp>
19
19
#include < detail/spec_constant_impl.hpp>
20
20
Original file line number Diff line number Diff line change 14
14
#include < CL/sycl/detail/cl.h>
15
15
#include < CL/sycl/detail/kernel_desc.hpp>
16
16
#include < CL/sycl/detail/memory_manager.hpp>
17
+ #include < CL/sycl/program.hpp>
17
18
#include < CL/sycl/sampler.hpp>
18
19
#include < detail/context_impl.hpp>
19
20
#include < detail/event_impl.hpp>
20
21
#include < detail/kernel_impl.hpp>
21
22
#include < detail/kernel_info.hpp>
23
+ #include < detail/program_impl.hpp>
22
24
#include < detail/program_manager/program_manager.hpp>
23
25
#include < detail/queue_impl.hpp>
24
26
#include < detail/sampler_impl.hpp>
You can’t perform that action at this time.
0 commit comments