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

Internalising polyhedral loop transformations  #61

Description

@mlange05

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions