-
Hello, I am interested in running the polyhedral flow using polygeist, openscop and pluto, as described in the published paper. However, I struggle to find any documentation that describes the "MLIR->openscop", "openscop->pluto", and the "openscop->MLIR" process. The experiment seems to only include polygeist vs. clang comparison. And I tried to search for flags such as "-reg2mem", "-extract_polystmt" (as shown in the polygeist presentation slides online) in the source code with little success. Can someone assist me with reproducing the polyhedral flow? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Openscop and Pluto connection is provided by Polymer, which lives in a separate project for dependence management purposes (LLVM prefers not having external dependencies). Check Polymer installation instructions here: https://github.com/kumasento/polymer#install-polymer and beware of versioning. cc @kumasento |
Beta Was this translation helpful? Give feedback.
The Openscop and Pluto connection is provided by Polymer, which lives in a separate project for dependence management purposes (LLVM prefers not having external dependencies). Check Polymer installation instructions here: https://github.com/kumasento/polymer#install-polymer and beware of versioning.
cc @kumasento