-
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
New dependency and nest constraint semantics development (PR v2) #202
Open
jdsteve2
wants to merge
168
commits into
main
Choose a base branch
from
new-dependency-and-nest-constraint-semantics-development
base: main
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.
Open
New dependency and nest constraint semantics development (PR v2) #202
jdsteve2
wants to merge
168
commits into
main
from
new-dependency-and-nest-constraint-semantics-development
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
…roved algorithm for LexSchedule creation so that integer lex dims are not incremented unnecessarily when a block of code didn't contain any statements; fixed minor bugs in LexSchedule/item str methods; extracted only code related to LexSchedule/map creation (removed dependency stuff, for example) to shrink scope of this MR
…d encapsulation improvements)
…_for_LexSchedule()
…opy_insn_id_to_lex_sched_id and __eq__)
…nstead get them from LexSchedule
…w more than two statements
…t' into lexschedule-and-map-creation
…t' into lexschedule-and-map-creation
…t' into lexschedule-and-map-creation
…nest-constraint-semantics-development' LexSchedule and Map Creation See merge request inducer/loopy!384
…t' of https://gitlab.tiker.net/inducer/loopy into new-dependency-and-nest-constraint-semantics-development
…t' of gitlab.tiker.net:inducer/loopy into new-dependency-and-nest-constraint-semantics-development
jdsteve2
changed the title
New dependency and nest constraint semantics development (2)
New dependency and nest constraint semantics development (PR v2)
Jan 25, 2021
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.
This branch accumulates changes related to the updates to the loopy dependency and loop-prioritization semantics.
Moved to github from from old gitlab MR.
Next pull request to merge into this branch: Statement instance order and lex order map
Note: A previous PR merging the same branch was created before. This one replaced it after @jdsteve2 could not determine the cause of a merging issue.
Subsumed by #479.