Skip to content

Commit

Permalink
fix trivial iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed May 16, 2022
1 parent 8a7d5a6 commit 7b5a2d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tir/schedule/primitive/compute_inline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,8 @@ class ReverseComputeInliner : public BaseInliner {
/*input_iters=*/consumer_iter_doms,
/*predicate=*/true,
/*require_bijective=*/true,
/*analyzer=*/&analyzer);
/*analyzer=*/&analyzer,
/*simplify_trivial_iterators=*/false);
if (buffer_load_iter_map_.empty()) {
// Failure: indices of BufferLoad are not bijective affine
return false;
Expand Down

0 comments on commit 7b5a2d6

Please sign in to comment.