Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 275c46d

Browse files
clang-format
1 parent 797d6d4 commit 275c46d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/core/polyhedral/cuda/codegen.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "tc/core/libraries.h"
2727
#include "tc/core/polyhedral/codegen.h"
2828
#include "tc/core/polyhedral/cuda/codegen.h"
29-
#include "tc/core/polyhedral/memory_promotion.h"
3029
#include "tc/core/polyhedral/cuda/mapping_types.h"
30+
#include "tc/core/polyhedral/memory_promotion.h"
3131
#include "tc/core/polyhedral/schedule_isl_conversion.h"
3232
#include "tc/core/polyhedral/schedule_transforms.h"
3333

src/core/polyhedral/cuda/memory_promotion_heuristic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
#include <glog/logging.h>
1919

20-
#include "tc/core/polyhedral/exceptions.h"
2120
#include "tc/core/polyhedral/cuda/mapped_scop.h"
21+
#include "tc/core/polyhedral/exceptions.h"
2222
#include "tc/core/polyhedral/memory_promotion.h"
2323
#include "tc/core/polyhedral/schedule_tree.h"
2424
#include "tc/core/polyhedral/schedule_tree_matcher.h"

test/test_mapper_memory_promotion.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#include <gtest/gtest.h>
1919

2020
#include "tc/core/polyhedral/cuda/codegen.h"
21-
#include "tc/core/polyhedral/exceptions.h"
2221
#include "tc/core/polyhedral/cuda/mapped_scop.h"
23-
#include "tc/core/polyhedral/memory_promotion.h"
2422
#include "tc/core/polyhedral/cuda/memory_promotion_heuristic.h"
23+
#include "tc/core/polyhedral/exceptions.h"
24+
#include "tc/core/polyhedral/memory_promotion.h"
2525
#include "tc/core/polyhedral/scop.h"
2626

2727
using namespace std;

0 commit comments

Comments
 (0)