Skip to content
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

Handle new loop nest constraints during transformation #473

Draft
wants to merge 18 commits into
base: new-loop-nest-constraints
Choose a base branch
from

Conversation

jdsteve2
Copy link
Collaborator

@jdsteve2 jdsteve2 commented Jul 27, 2021

transformations where loop nest constraints handled:

  • split_iname
  • remove_unused_inames
  • duplicate_inames
  • rename_iname
    • (when new iname doesn't exist)
    • (when new iname DOES exist)
  • (?) tag_inames (currently just erroring if must-nest iname gets tagged as concurrent... anything else need to be done here?
  • join_inames
    • (when within is None)
    • (when within is not None)
  • map_domain

(in progress of moving in/updating relevant functionality from original PR)

…nts during transformation (initially copied in from old loop-nest-constraints-v2 branch with minor changes)
…_inames_in_one_nesting to top level and document; clarify code+comments
…t_not_voilate_constraints arg and processing from replace_inames_in_graph()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant