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
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
dd870ea
add three functions that will be used for updating loop nest constrai…
jdsteve2 Jul 27, 2021
9826e73
refactor replace_inames_in_nest_constraints: move _coalesce_duplicate…
jdsteve2 Jul 27, 2021
2624ade
clearer comments in replace_inames_in_graph
jdsteve2 Jul 27, 2021
3e57099
clean up code/comments in replace_inames_in_all_nest_constraints
jdsteve2 Jul 27, 2021
462afed
change default arg value from set to frozenset in replace_inames_in_a…
jdsteve2 Jul 27, 2021
375a6a2
handle nest constraints during split_iname
jdsteve2 Jul 27, 2021
1a72273
handle nest constraints during remove_unused_inames
jdsteve2 Jul 27, 2021
73917af
test constraint updating during split_iname
jdsteve2 Jul 27, 2021
7ba7a36
update nest constraints during duplicate_inames
jdsteve2 Jul 27, 2021
24231cb
test updating of nest constraints during duplicate_inames
jdsteve2 Jul 27, 2021
c10349f
raise NotImplementedError in rename_iname when there are nest_constra…
jdsteve2 Jul 27, 2021
335cbd9
test updating of nest constraints during rename_iname
jdsteve2 Jul 27, 2021
2230aaf
check for nest constraint conflicts in tag_inames
jdsteve2 Jul 27, 2021
bf2cb81
test checking of nest constraint conflicts in tag_inames
jdsteve2 Jul 27, 2021
bfb7979
test adding of vec tag that conflicts with a must_nest constraint
jdsteve2 Jul 28, 2021
a9d1d38
update loop nest constraints during join_iname; remove pairs_that_mus…
jdsteve2 Jul 28, 2021
7f438e6
test updating of nest constraints during join_inames
jdsteve2 Jul 28, 2021
751ab73
test coalescing of newly created inames (during join_iname)
jdsteve2 Jul 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading