Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyhedral unroll #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Polyhedral unroll #20

wants to merge 3 commits into from

Conversation

ftynse
Copy link
Collaborator

@ftynse ftynse commented Sep 19, 2016

Sieve transformation: use local dimensions of the scattering relation to schedule strided points differently.
Unroll by N is a sieve by N followed by shifting i-th union part by -i to make it execute on the same iteration as the first part.

Closes #8 at the expense of branching control flow in CLooG-generated code to check for parameters being large enough. Noepilog version now seems useless.

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

Successfully merging this pull request may close these issues.

1 participant