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

Commit 6a77eb0

Browse files
ftynseSven Verdoolaege
authored andcommitted
Move tc/core/libraries.h to tc/core/cuda/cuda_libraries.h
This was left out of the commit in prehistory that moved CUDA-specific files to cuda/ subdirectories.
1 parent 45ca22e commit 6a77eb0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

tc/core/polyhedral/cuda/codegen.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include <utility>
2222

2323
#include "tc/core/check.h"
24+
#include "tc/core/cuda/cuda_libraries.h"
2425
#include "tc/core/flags.h"
2526
#include "tc/core/islpp_wrap.h"
26-
#include "tc/core/libraries.h"
2727
#include "tc/core/polyhedral/codegen.h"
2828
#include "tc/core/polyhedral/cuda/codegen.h"
2929
#include "tc/core/polyhedral/cuda/mapping_types.h"

tc/core/polyhedral/cuda/mapped_scop.cc

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

2626
#include "tc/core/check.h"
27+
#include "tc/core/cuda/cuda_libraries.h"
2728
#include "tc/core/flags.h"
2829
#include "tc/core/gpu.h"
29-
#include "tc/core/libraries.h"
3030
#include "tc/core/polyhedral/cuda/codegen.h"
3131
#include "tc/core/polyhedral/cuda/mapping_types.h"
3232
#include "tc/core/polyhedral/cuda/memory_promotion_heuristic.h"

test/test_cuda_mapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#include <gtest/gtest.h>
2626

2727
#include "tc/core/constants.h"
28+
#include "tc/core/cuda/cuda_libraries.h"
2829
#include "tc/core/cuda/cuda_mapping_options.h"
29-
#include "tc/core/libraries.h"
3030
#include "tc/core/polyhedral/cuda/codegen.h"
3131
#include "tc/core/polyhedral/cuda/mapped_scop.h"
3232
#include "tc/core/polyhedral/functional.h"

0 commit comments

Comments
 (0)