-
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 dependencies from legacy knls #206
Draft
jdsteve2
wants to merge
114
commits into
check-new-dependencies-against-sio
Choose a base branch
from
new-dependencies-from-legacy-knls
base: check-new-dependencies-against-sio
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
New dependencies from legacy knls #206
jdsteve2
wants to merge
114
commits into
check-new-dependencies-against-sio
from
new-dependencies-from-legacy-knls
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
… a special case of append_marker_to_isl_map_var_names)
…pendencies-from-legacy-knls
…erministic (before=0, after=1), eliminate insn_id_to_lex_sched_id() function and dict tracking
…pendencies-from-legacy-knls
…we will deal with any order being returned)
…pendencies-from-legacy-knls
…dule-level variable
…0 (since we align the maps, any idx should work, however any idx other than 0 risks being out of bounds)
…ependencies_from_legacy_knl_old()
…l() which combines legacy dep setup with dep map creation so that only the map is kept around as state; update tests accordingly
… contents in new version of create_dependencies_from_legacy_knl())
…ew version of the func create_dependencies_from_legacy_knl()
…constraint(); instead pass in necessary info as args or compute it; (preparing to eliminate StatementPairDependencySet class)
…eliminate class StatementPairDependencySet
…pendencies-from-legacy-knls
…tch all usage sites
…er and dependee statements; create map_dependency_lists(); rename map_stmt_inst_dependency_maps()->map_dependency_maps(); rename map_stmt_inst_dependencies()->map_stmt_dependencies()
…ncies-during-transformation
…ncies-during-transformation
…inames from sched dims
…ncies-during-transformation
…ncies-during-transformation
…ncies-during-transformation
…om get_inames_domain
…endencies-from-legacy-knls
…-during-transformation
…endencies-from-legacy-knls
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.
(PR currently just for comparison. This will eventually be merged into new-dependency-and-nest-constraint-semantics-development after
scheck-new-dependencies-against-sio
is merged.)Given a loopy kernel with legacy dependencies, create dependencies of the new formalized kind.
Previous (upstream) MR in chain