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

Added AffineLoopInterchange pass to the Affine/Transforms folder. #236

Closed
wants to merge 5 commits into from
Closed

Added AffineLoopInterchange pass to the Affine/Transforms folder. #236

wants to merge 5 commits into from

Conversation

HarshVardhanKumar
Copy link

It implements a loop interchange pass in MLIR driven by an analytical cost model that optimizes for locality (spatial, temporal - both self and group) and parallelism for multicores (so as to minimize the frequence of synchronization). The pass is implemented on the Affine dialect in MLIR. The pass is able to handle both perfectly nested loop nests and imperfectly nested ones. It does not perform interchange in the presence of if conditionals and non-rectangular loop nests

@repo-lockdown
Copy link

repo-lockdown bot commented Jul 26, 2020

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Jul 26, 2020
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Jul 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant