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

Affine Loop Interchange Pass #239

Closed
wants to merge 1 commit into from
Closed

Affine Loop Interchange Pass #239

wants to merge 1 commit into from

Conversation

vivekkhandelwal1
Copy link
Contributor

It's 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 handles both perfectly nested loop nests and imperfectly nested ones. The pass does not perform interchange in the presence of if conditionals and non-rectangular loop nests.

@repo-lockdown
Copy link

repo-lockdown bot commented Jul 28, 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 28, 2020
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Jul 28, 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.

1 participant