loopy icon indicating copy to clipboard operation
loopy copied to clipboard

Handle new loop nest constraints during transformation

Open jdsteve2 opened this issue 4 years ago • 0 comments

transformations where loop nest constraints handled:

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

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

jdsteve2 avatar Jul 27 '21 22:07 jdsteve2