Skip to content

Commit

Permalink
Remove excessive logging in mlir pass (#10324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Sep 1, 2023
1 parent e4118c7 commit dabb27a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oneflow/ir/lib/OneFlow/Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,6 @@ struct KernelLaunchPattern : public mlir::OpRewritePattern<oneflow::Job> {

int name_index = 0;
std::vector<Operation*> current_wrap_ops;
op->dump();
for (auto op_it = ops.begin(); op_it != ops.end(); ++op_it) {
auto current_op = &(*op_it);
if (!IsPackagable(current_op)) {
Expand Down

0 comments on commit dabb27a

Please sign in to comment.