This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 21
21
#include < utility>
22
22
23
23
#include " tc/core/check.h"
24
+ #include " tc/core/cuda/cuda_libraries.h"
24
25
#include " tc/core/flags.h"
25
26
#include " tc/core/islpp_wrap.h"
26
- #include " tc/core/libraries.h"
27
27
#include " tc/core/polyhedral/codegen.h"
28
28
#include " tc/core/polyhedral/cuda/codegen.h"
29
29
#include " tc/core/polyhedral/cuda/mapping_types.h"
Original file line number Diff line number Diff line change 24
24
#include < unordered_set>
25
25
26
26
#include " tc/core/check.h"
27
+ #include " tc/core/cuda/cuda_libraries.h"
27
28
#include " tc/core/flags.h"
28
29
#include " tc/core/gpu.h"
29
- #include " tc/core/libraries.h"
30
30
#include " tc/core/polyhedral/cuda/codegen.h"
31
31
#include " tc/core/polyhedral/cuda/mapping_types.h"
32
32
#include " tc/core/polyhedral/cuda/memory_promotion_heuristic.h"
Original file line number Diff line number Diff line change 25
25
#include < gtest/gtest.h>
26
26
27
27
#include " tc/core/constants.h"
28
+ #include " tc/core/cuda/cuda_libraries.h"
28
29
#include " tc/core/cuda/cuda_mapping_options.h"
29
- #include " tc/core/libraries.h"
30
30
#include " tc/core/polyhedral/cuda/codegen.h"
31
31
#include " tc/core/polyhedral/cuda/mapped_scop.h"
32
32
#include " tc/core/polyhedral/functional.h"
You can’t perform that action at this time.
0 commit comments