-
Notifications
You must be signed in to change notification settings - Fork 170
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?
All reactions
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
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