This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
#include " tc/core/libraries.h"
27
27
#include " tc/core/polyhedral/codegen.h"
28
28
#include " tc/core/polyhedral/cuda/codegen.h"
29
- #include " tc/core/polyhedral/memory_promotion.h"
30
29
#include " tc/core/polyhedral/cuda/mapping_types.h"
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"
33
33
Original file line number Diff line number Diff line change 17
17
18
18
#include < glog/logging.h>
19
19
20
- #include " tc/core/polyhedral/exceptions.h"
21
20
#include " tc/core/polyhedral/cuda/mapped_scop.h"
21
+ #include " tc/core/polyhedral/exceptions.h"
22
22
#include " tc/core/polyhedral/memory_promotion.h"
23
23
#include " tc/core/polyhedral/schedule_tree.h"
24
24
#include " tc/core/polyhedral/schedule_tree_matcher.h"
Original file line number Diff line number Diff line change 18
18
#include < gtest/gtest.h>
19
19
20
20
#include " tc/core/polyhedral/cuda/codegen.h"
21
- #include " tc/core/polyhedral/exceptions.h"
22
21
#include " tc/core/polyhedral/cuda/mapped_scop.h"
23
- #include " tc/core/polyhedral/memory_promotion.h"
24
22
#include " tc/core/polyhedral/cuda/memory_promotion_heuristic.h"
23
+ #include " tc/core/polyhedral/exceptions.h"
24
+ #include " tc/core/polyhedral/memory_promotion.h"
25
25
#include " tc/core/polyhedral/scop.h"
26
26
27
27
using namespace std ;
You can’t perform that action at this time.
0 commit comments