Skip to content

Commit

Permalink
add a newline to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongtest-intellif committed Dec 23, 2021
1 parent 79b7277 commit d71bd24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/arith/iter_affine_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ class IterMapRewriter : public ExprMutator {
// input iter marks
std::vector<IterMark> input_marks_;
// The map for sum that maps flattened form to IterMark with normal form and extent (and possibly
// an extra offset) Example(1): expr = i*9 + j*2 + k, i in [0, 4) j in [0, 5) k in [0, 2)
// an extra offset)
// Example(1): expr = i*9 + j*2 + k, i in [0, 4) j in [0, 5) k in [0, 2)
// predicate: j*2 + k < 9
// Then, flattened form = IterSum(IterSplit(i, scale=9),
// IterSplit(j, scale=2),
Expand Down

0 comments on commit d71bd24

Please sign in to comment.