Skip to content

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.

1 participant