Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Internalising polyhedral loop transformations #61

Open
mlange05 opened this issue Jan 14, 2016 · 1 comment
Open

Internalising polyhedral loop transformations #61

mlange05 opened this issue Jan 14, 2016 · 1 comment
Assignees

Comments

@mlange05
Copy link
Contributor

With an in-memory representation of the generated loop nests we can now look into performing polyhedral loop transformations ourselves. One possibility is to directly interface with CLooG, a free library that "solves the code generation model for optimizing compilers based on the polytope [polyhedral] model". As an exploratory exercise we should investigate what is required to interface with CLooG directly in order to gain closer control over the loop optimisation.

Another project which might be of interest for internalising loop re-writing is Loo.py, a Python package that is closely related to cgen and is used to perform loop transformations for CUDA and OpenCL.

For background reading on polyhedral compilation please see Cédric Bastoul's thesis:
http://icps.u-strasbg.fr/~bastoul/research/papers/Bastoul_thesis.pdf

@navjotk
Copy link
Member

navjotk commented Jan 15, 2016

Do you mention Loo.py here as an example of loop manipulation in python or as an alternative to ClooG, to be used in this project for loop transformations?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants