File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 26
26
#include " tc/core/check.h"
27
27
#include " tc/core/cuda/cuda_libraries.h"
28
28
#include " tc/core/flags.h"
29
+ #include " tc/core/functional.h"
29
30
#include " tc/core/gpu.h"
30
31
#include " tc/core/polyhedral/cuda/codegen.h"
31
32
#include " tc/core/polyhedral/cuda/mapping_types.h"
32
33
#include " tc/core/polyhedral/cuda/memory_promotion_heuristic.h"
33
34
#include " tc/core/polyhedral/cuda/tighten_launch_bounds.h"
34
35
#include " tc/core/polyhedral/exceptions.h"
35
- #include " tc/core/polyhedral/functional.h"
36
36
#include " tc/core/polyhedral/schedule_transforms.h"
37
37
#include " tc/core/polyhedral/schedule_tree_matcher.h"
38
38
#include " tc/core/polyhedral/schedule_utils.h"
Original file line number Diff line number Diff line change 30
30
31
31
#include " tc/core/check.h"
32
32
#include " tc/core/constants.h"
33
- #include " tc/core/polyhedral/ functional.h"
33
+ #include " tc/core/functional.h"
34
34
#include " tc/core/polyhedral/mapping_types.h"
35
35
#include " tc/core/polyhedral/schedule_tree_elem.h"
36
36
#include " tc/core/polyhedral/schedule_tree_matcher.h"
Original file line number Diff line number Diff line change 21
21
#include < unordered_set>
22
22
#include < vector>
23
23
24
- #include " tc/core/polyhedral/ functional.h"
24
+ #include " tc/core/functional.h"
25
25
#include " tc/core/polyhedral/mapping_types.h"
26
26
#include " tc/core/polyhedral/options.h"
27
27
#include " tc/core/polyhedral/schedule_tree.h"
Original file line number Diff line number Diff line change 29
29
30
30
#include " tc/core/check.h"
31
31
#include " tc/core/constants.h"
32
- #include " tc/core/polyhedral/ functional.h"
32
+ #include " tc/core/functional.h"
33
33
#include " tc/core/polyhedral/schedule_tree_elem.h"
34
34
#include " tc/core/scope_guard.h"
35
35
#include " tc/external/isl.h"
Original file line number Diff line number Diff line change 24
24
#include < vector>
25
25
26
26
#include " tc/core/check.h"
27
+ #include " tc/core/functional.h"
27
28
#include " tc/core/halide2isl.h"
28
29
#include " tc/core/polyhedral/body.h"
29
- #include " tc/core/polyhedral/functional.h"
30
30
#include " tc/core/polyhedral/memory_promotion.h"
31
31
#include " tc/core/polyhedral/schedule_isl_conversion.h"
32
32
#include " tc/core/polyhedral/schedule_transforms.h"
Original file line number Diff line number Diff line change 27
27
#include " tc/core/constants.h"
28
28
#include " tc/core/cuda/cuda_libraries.h"
29
29
#include " tc/core/cuda/cuda_mapping_options.h"
30
+ #include " tc/core/functional.h"
30
31
#include " tc/core/polyhedral/cuda/codegen.h"
31
32
#include " tc/core/polyhedral/cuda/mapped_scop.h"
32
- #include " tc/core/polyhedral/functional.h"
33
33
#include " tc/core/polyhedral/mapping_types.h"
34
34
#include " tc/core/polyhedral/schedule_isl_conversion.h"
35
35
#include " tc/core/polyhedral/schedule_transforms.h"
You can’t perform that action at this time.
0 commit comments