File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ void AllReduceDepsPass::ApplyImpl(ir::Graph* graph) const {
68
68
for (auto & o_it : outputs) {
69
69
for (auto & v : o_it.second ) { // values
70
70
vars[v] = order;
71
- VLOG (1 ) << " in all_reduce_deps_pass:" << v;
71
+ VLOG (10 ) << " in all_reduce_deps_pass:" << v;
72
72
}
73
73
}
74
74
order++;
Original file line number Diff line number Diff line change @@ -1017,7 +1017,7 @@ Scope* OperatorWithKernel::PrepareData(
1017
1017
// of search key even though the set is empty.
1018
1018
if (!no_buffer_ins.empty () &&
1019
1019
no_buffer_ins.count (var_name_item.first ) > 0 ) {
1020
- VLOG (1 ) << " Skip scanning input " << var_name_item.first
1020
+ VLOG (7 ) << " Skip scanning input " << var_name_item.first
1021
1021
<< " in Operator " << type_;
1022
1022
continue ;
1023
1023
}
You can’t perform that action at this time.
0 commit comments