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

Commit 21ed914

Browse files
Merge pull request #575 from nicolasvasilache/pr/cpu-mapper
Add a primitive CPU mapper
2 parents 563e793 + 255e251 commit 21ed914

File tree

6 files changed

+432
-336
lines changed

6 files changed

+432
-336
lines changed

tc/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ add_library(
7676

7777
polyhedral/codegen_llvm.cc
7878
polyhedral/llvm_jit.cc
79+
polyhedral/cpu/mapped_scop.cc
7980
)
8081
target_include_directories(tc_core_cpu PUBLIC ${LLVM_INCLUDE_DIRS})
8182
target_link_libraries(

0 commit comments

Comments
 (0)