File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ sycl/source/stream.cpp @againull
49
49
50
50
# Specialization constant
51
51
sycl /include /CL /sycl /detail /sycl_fe_intrins.hpp @ kbobrovs
52
- sycl /include /CL /sycl /detail /spec_constant_impl.hpp @ kbobrovs
53
52
sycl /include /CL /sycl /experimental /spec_constant.hpp @ kbobrovs
53
+ sycl /source /detail /spec_constant_impl.hpp @ kbobrovs
54
54
55
55
# Program manager
56
56
sycl /source /detail /program_manager @ kbobrovs
Original file line number Diff line number Diff line change 9
9
#include < CL/sycl/detail/common.hpp>
10
10
#include < CL/sycl/detail/kernel_desc.hpp>
11
11
#include < CL/sycl/detail/pi.h>
12
- #include < CL/sycl/detail/spec_constant_impl.hpp>
13
12
#include < CL/sycl/kernel.hpp>
14
13
#include < detail/program_impl.hpp>
14
+ #include < detail/spec_constant_impl.hpp>
15
15
16
16
#include < algorithm>
17
17
#include < fstream>
Original file line number Diff line number Diff line change 10
10
#include < CL/sycl/context.hpp>
11
11
#include < CL/sycl/detail/common_info.hpp>
12
12
#include < CL/sycl/detail/kernel_desc.hpp>
13
- #include < CL/sycl/detail/spec_constant_impl.hpp>
14
13
#include < CL/sycl/device.hpp>
15
14
#include < CL/sycl/program.hpp>
16
15
#include < CL/sycl/stl.hpp>
17
16
#include < detail/kernel_impl.hpp>
18
17
#include < detail/program_manager/program_manager.hpp>
18
+ #include < detail/spec_constant_impl.hpp>
19
19
20
20
#include < algorithm>
21
21
#include < cassert>
Original file line number Diff line number Diff line change 10
10
#include < CL/sycl/context.hpp>
11
11
#include < CL/sycl/detail/common.hpp>
12
12
#include < CL/sycl/detail/os_util.hpp>
13
- #include < CL/sycl/detail/spec_constant_impl.hpp>
14
13
#include < CL/sycl/detail/type_traits.hpp>
15
14
#include < CL/sycl/detail/util.hpp>
16
15
#include < CL/sycl/device.hpp>
21
20
#include < detail/device_impl.hpp>
22
21
#include < detail/program_impl.hpp>
23
22
#include < detail/program_manager/program_manager.hpp>
23
+ #include < detail/spec_constant_impl.hpp>
24
24
25
25
#include < algorithm>
26
26
#include < cassert>
Original file line number Diff line number Diff line change 12
12
#include < CL/sycl/detail/export.hpp>
13
13
#include < CL/sycl/detail/os_util.hpp>
14
14
#include < CL/sycl/detail/pi.hpp>
15
- #include < CL/sycl/detail/spec_constant_impl.hpp>
16
15
#include < CL/sycl/detail/util.hpp>
17
16
#include < CL/sycl/stl.hpp>
17
+ #include < detail/spec_constant_impl.hpp>
18
18
19
19
#include < cstdint>
20
20
#include < map>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include < CL/sycl/ detail/spec_constant_impl.hpp>
9
+ #include < detail/spec_constant_impl.hpp>
10
10
11
11
#include < CL/sycl/detail/defines.hpp>
12
12
#include < CL/sycl/detail/pi.h>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments