Skip to content

Commit

Permalink
add scheduler_tools::scheduleLoopDomainsBy (#3523)
Browse files Browse the repository at this point in the history
Extracted from #3425 

A simple scheduling utility that replays a single transform expr on the
loop domain of a given tensor. It is conceptually similar to the
existing transform propagator, but this interface can also replay a
transform expr not just as a forward expr but also as a backward expr.

The existing `scheduler_tools::scheduleLoopDomainsLike` can also be used
to propagate loop domains across tensors, but I encountered with a
couple of issues due to the resize mapping [issue](#3455). This
`scheduleLoopDomainsBy` gives more explicit control to set loop domains
with resize ops.
  • Loading branch information
naoyam authored Dec 6, 2024
1 parent 320e78e commit 9d37348
Show file tree
Hide file tree
Showing 5 changed files with 1,435 additions and 0 deletions.
Loading

0 comments on commit 9d37348

Please sign in to comment.