Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
2742195759 committed Nov 16, 2021
1 parent c291ccd commit 553295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/new_executor/interpretercore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void InterpreterCore::BuildOperatorDependences() {
// set the dependecy_count_ and Call Schedule
// refer to http://agroup.baidu.com/share/md/92946214aa4c4785a2cc4c1f361a023c
// for pesudo code
auto op_nums = vec_func_list_.size();
auto op_nums = vec_instruction_.size();
auto var2min_rw_op = std::map<
int, std::list<int>>(); // # map from variable id to read / write op id.
auto var2recent_write_op =
Expand Down

0 comments on commit 553295a

Please sign in to comment.