-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add loop nest constraints v2 to better loop around nest map #360
Draft
jdsteve2
wants to merge
17
commits into
better_loop_around_nest_map
Choose a base branch
from
add-loop-nest-constraints-v2-to-better-loop-around-nest-map
base: better_loop_around_nest_map
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add loop nest constraints v2 to better loop around nest map #360
jdsteve2
wants to merge
17
commits into
better_loop_around_nest_map
from
add-loop-nest-constraints-v2-to-better-loop-around-nest-map
Conversation
This file contains 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
… the nesting constraints
…ch loop-nest-constraints-v2
…-nest-constraints-v2
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
2 times, most recently
from
May 11, 2021 13:44
96856f8
to
0203d09
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
June 8, 2021 18:51
e14a03d
to
2d526dc
Compare
2 tasks
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
August 16, 2021 17:23
e8b03c8
to
72334e8
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
September 28, 2021 15:16
6945d16
to
d74da04
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
October 8, 2021 21:45
d74da04
to
1aef04f
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
October 22, 2021 16:20
1aef04f
to
581e82e
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
2 times, most recently
from
December 6, 2021 08:16
7d7da07
to
a351d7d
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
3 times, most recently
from
December 10, 2021 04:50
e20c6ca
to
931c6e9
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
January 12, 2022 06:59
931c6e9
to
36a1a2f
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
January 28, 2022 15:53
f10f24c
to
c1f8e0d
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
February 18, 2022 05:52
c1f8e0d
to
8c42d10
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
March 10, 2022 15:16
8c42d10
to
15cea20
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
May 6, 2022 17:30
15cea20
to
5b55bcd
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
May 16, 2022 13:58
5b55bcd
to
f8dc959
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
from
June 9, 2022 20:09
f8dc959
to
80425bd
Compare
kaushikcfd
force-pushed
the
better_loop_around_nest_map
branch
2 times, most recently
from
July 6, 2022 17:49
65a6b62
to
c21c092
Compare
inducer
force-pushed
the
better_loop_around_nest_map
branch
from
June 2, 2023 01:23
c21c092
to
fadb652
Compare
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.
@kaushikcfd I did my best to clean this up and pull out the parts that will be useful to your new linearization stuff. Once your linearization step is incorporating the constraints, I can copy in more of my tests (the ones that make sure linearization follows the constraints). Let me know if anything is unclear.
PS: My code will probably be easiest to understand if you can take advantage of all the vim fold markers, rather than using github's "Files changed" view; pretty much all of my code is self-contained, so there's not much benefit to the side-by-side comparison.
Targets #350.
New PR directly against main