Skip to content

Commit cb38615

Browse files
committed
fix compile failed with CPU
1 parent 82d741c commit cb38615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/parallel_executor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ParallelExecutor::ParallelExecutor(
102102

103103
#else
104104
builder_.reset(new details::MultiDevSSAGraphBuilder(
105-
member_->places_, loss_var_name, params, member_->local_scope_,
105+
member_->places_, loss_var_name, params, member_->local_scopes_,
106106
build_strategy));
107107

108108
#endif

0 commit comments

Comments
 (0)