Skip to content

Implements a Loop Fusion Transformation - #493

Merged
inducer merged 13 commits into
mainfrom
loop_fusion
Jul 10, 2025
Merged

Implements a Loop Fusion Transformation#493
inducer merged 13 commits into
mainfrom
loop_fusion

Conversation

@kaushikcfd

@kaushikcfdkaushikcfd commented Oct 4, 2021

Copy link
Copy Markdown
Collaborator

Loopy-flavored loop-fusion transformation corresponding to https://doi.org/10.1007/3-540-57659-2_18.

@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 2 times, most recently from b390c5a to 47d7fa8CompareOctober 31, 2021 23:25
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 2 times, most recently from 5bef1aa to 214e6b9CompareNovember 11, 2021 17:14
@kaushikcfdkaushikcfd mentioned this pull request Nov 13, 2021
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 2 times, most recently from d844444 to 776ee64CompareNovember 17, 2021 17:09
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 4 times, most recently from acbf9a8 to 921ea56CompareDecember 10, 2021 05:33
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 2 times, most recently from a8dfaf0 to 07194ccCompareDecember 13, 2021 11:34
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 3 times, most recently from 4c89630 to a6171e2CompareMarch 10, 2022 16:43
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 2 times, most recently from 371632d to d46bfd1CompareMay 6, 2022 17:41
@kaushikcfd
kaushikcfdforce-pushed the loop_fusion branch 3 times, most recently from f47d987 to 4e97120CompareMay 18, 2022 18:57
Comment threadloopy/transform/loop_fusion.py
@inducer
inducerforce-pushed the loop_fusion branch 2 times, most recently from 8ffd7f4 to 717c483CompareJuly 8, 2025 18:48
Comment threadloopy/transform/loop_fusion.py
Comment threadloopy/transform/loop_fusion.py
@inducer
inducerforce-pushed the loop_fusion branch 2 times, most recently from 94cf403 to 9de327eCompareJuly 9, 2025 21:46
@inducer
inducer enabled auto-merge (rebase) July 10, 2025 16:39
@inducer

Copy link
Copy Markdown
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!

@inducer
inducer merged commit 856d7e3 into mainJul 10, 2025
@inducer
inducer deleted the loop_fusion branch July 10, 2025 17:18
Sign up for freeto 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.

4 participants

@kaushikcfd@inducer@majosm@matthiasdiener