Skip to content

Commit

Permalink
Linting...
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalda committed Jun 6, 2022
1 parent 0dee9aa commit 6db2133
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tir/contrib/ethosu/passes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,7 @@ class CopyComputeReorderingMutator : public StmtExprMutator {
new_seq.push_back(op.compute_op);
}
}

}
// Reorder the copies and computes by a fixed number of movements
else {
} else {
// Each copy statement to a buffer with global scope is moved up
// at most `_max_copy_movements` times.
for (size_t index = 0; index < new_seq.size(); ++index) {
Expand Down

0 comments on commit 6db2133

Please sign in to comment.