Skip to content

Commit 0e8cf24

Browse files
Move tc/core/polyhedral/functional.h tc/core/functional.h
The functional abstraction is more generally useful than just in polyhedral
1 parent 96a5ba8 commit 0e8cf24

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
File renamed without changes.

tc/core/polyhedral/cuda/mapped_scop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
#include "tc/core/check.h"
2727
#include "tc/core/cuda/cuda_libraries.h"
2828
#include "tc/core/flags.h"
29+
#include "tc/core/functional.h"
2930
#include "tc/core/gpu.h"
3031
#include "tc/core/polyhedral/cuda/codegen.h"
3132
#include "tc/core/polyhedral/cuda/mapping_types.h"
3233
#include "tc/core/polyhedral/cuda/memory_promotion_heuristic.h"
3334
#include "tc/core/polyhedral/cuda/tighten_launch_bounds.h"
3435
#include "tc/core/polyhedral/exceptions.h"
35-
#include "tc/core/polyhedral/functional.h"
3636
#include "tc/core/polyhedral/schedule_transforms.h"
3737
#include "tc/core/polyhedral/schedule_tree_matcher.h"
3838
#include "tc/core/polyhedral/schedule_utils.h"

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#include "tc/core/check.h"
3232
#include "tc/core/constants.h"
33-
#include "tc/core/polyhedral/functional.h"
33+
#include "tc/core/functional.h"
3434
#include "tc/core/polyhedral/mapping_types.h"
3535
#include "tc/core/polyhedral/schedule_tree_elem.h"
3636
#include "tc/core/polyhedral/schedule_tree_matcher.h"

tc/core/polyhedral/schedule_transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <unordered_set>
2222
#include <vector>
2323

24-
#include "tc/core/polyhedral/functional.h"
24+
#include "tc/core/functional.h"
2525
#include "tc/core/polyhedral/mapping_types.h"
2626
#include "tc/core/polyhedral/options.h"
2727
#include "tc/core/polyhedral/schedule_tree.h"

tc/core/polyhedral/schedule_tree.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "tc/core/check.h"
3131
#include "tc/core/constants.h"
32-
#include "tc/core/polyhedral/functional.h"
32+
#include "tc/core/functional.h"
3333
#include "tc/core/polyhedral/schedule_tree_elem.h"
3434
#include "tc/core/scope_guard.h"
3535
#include "tc/external/isl.h"

tc/core/polyhedral/scop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
#include <vector>
2525

2626
#include "tc/core/check.h"
27+
#include "tc/core/functional.h"
2728
#include "tc/core/halide2isl.h"
2829
#include "tc/core/polyhedral/body.h"
29-
#include "tc/core/polyhedral/functional.h"
3030
#include "tc/core/polyhedral/memory_promotion.h"
3131
#include "tc/core/polyhedral/schedule_isl_conversion.h"
3232
#include "tc/core/polyhedral/schedule_transforms.h"

test/test_cuda_mapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include "tc/core/constants.h"
2828
#include "tc/core/cuda/cuda_libraries.h"
2929
#include "tc/core/cuda/cuda_mapping_options.h"
30+
#include "tc/core/functional.h"
3031
#include "tc/core/polyhedral/cuda/codegen.h"
3132
#include "tc/core/polyhedral/cuda/mapped_scop.h"
32-
#include "tc/core/polyhedral/functional.h"
3333
#include "tc/core/polyhedral/mapping_types.h"
3434
#include "tc/core/polyhedral/schedule_isl_conversion.h"
3535
#include "tc/core/polyhedral/schedule_transforms.h"

0 commit comments

Comments
 (0)