-
Notifications
You must be signed in to change notification settings - Fork 79
Add loop nest constraints v2 to better loop around nest map #360
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
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 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
… the nesting constraints
…ch loop-nest-constraints-v2
…-nest-constraints-v2
96856f8 to
0203d09
Compare
e14a03d to
2d526dc
Compare
2 tasks
e8b03c8 to
72334e8
Compare
6945d16 to
d74da04
Compare
d74da04 to
1aef04f
Compare
1aef04f to
581e82e
Compare
7d7da07 to
a351d7d
Compare
e20c6ca to
931c6e9
Compare
931c6e9 to
36a1a2f
Compare
f10f24c to
c1f8e0d
Compare
c1f8e0d to
8c42d10
Compare
8c42d10 to
15cea20
Compare
15cea20 to
5b55bcd
Compare
5b55bcd to
f8dc959
Compare
f8dc959 to
80425bd
Compare
65a6b62 to
c21c092
Compare
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