We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4738802 commit 077434cCopy full SHA for 077434c
paddle/fluid/framework/details/data_balance_op_handle.h
@@ -35,7 +35,7 @@ struct DataBalanceOpHandle : public OpHandleBase {
35
const platform::NCCLContextMap *ctxs);
36
#else
37
DataBalanceOpHandle(const std::vector<Scope *> &local_scopes,
38
- const std::vector<platform::Place> *places)
+ const std::vector<platform::Place> &places);
39
#endif
40
41
std::string Name() const override;
0 commit comments