New dependency and nest constraint semantics development (PR v2)#202
Open
New dependency and nest constraint semantics development (PR v2)#202
Conversation
…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
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.
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.