Implements a Loop Fusion Transformation#493
Merged
Merged
Conversation
kaushikcfd
force-pushed
the
loop_fusion
branch
from
October 8, 2021 21:55
6cfd454 to
21502fd
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
2 times, most recently
from
October 31, 2021 23:25
b390c5a to
47d7fa8
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
2 times, most recently
from
November 11, 2021 17:14
5bef1aa to
214e6b9
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
2 times, most recently
from
November 17, 2021 17:09
d844444 to
776ee64
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
4 times, most recently
from
December 10, 2021 05:33
acbf9a8 to
921ea56
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
2 times, most recently
from
December 13, 2021 11:34
a8dfaf0 to
07194cc
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
from
January 12, 2022 07:02
07194cc to
a9cd2eb
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
from
February 18, 2022 06:30
a9cd2eb to
b79ad3a
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
3 times, most recently
from
March 10, 2022 16:43
4c89630 to
a6171e2
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
2 times, most recently
from
May 6, 2022 17:41
371632d to
d46bfd1
Compare
kaushikcfd
force-pushed
the
loop_fusion
branch
3 times, most recently
from
May 18, 2022 18:57
f47d987 to
4e97120
Compare
kaushikcfd
commented
Jun 21, 2022
inducer
force-pushed
the
loop_fusion
branch
3 times, most recently
from
June 18, 2025 02:43
75bf2cb to
9a12eb9
Compare
inducer
force-pushed
the
loop_fusion
branch
2 times, most recently
from
July 8, 2025 18:48
8ffd7f4 to
717c483
Compare
inducer
reviewed
Jul 8, 2025
inducer
force-pushed
the
loop_fusion
branch
2 times, most recently
from
July 9, 2025 21:46
94cf403 to
9de327e
Compare
Co-authored-by: Andreas Kloeckner <inform@tiker.net> Co-authored-by: Matthew Smith <mjsmith6@illinois.edu>
inducer
enabled auto-merge (rebase)
July 10, 2025 16:39
Owner
|
Pushed some cosmetic fixes. This was complex to review, but I think I've got a decent understanding of it now. LGTM, in it goes! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Loopy-flavored loop-fusion transformation corresponding to https://doi.org/10.1007/3-540-57659-2_18.