Skip to content

Commit 077434c

Browse files
committed
fix CPU compile error
1 parent 4738802 commit 077434c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/data_balance_op_handle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct DataBalanceOpHandle : public OpHandleBase {
3535
const platform::NCCLContextMap *ctxs);
3636
#else
3737
DataBalanceOpHandle(const std::vector<Scope *> &local_scopes,
38-
const std::vector<platform::Place> *places)
38+
const std::vector<platform::Place> &places);
3939
#endif
4040

4141
std::string Name() const override;

0 commit comments

Comments
 (0)