compile with cpu

distributed_test
Yancey1989 7 years ago
parent 9be4ee9221
commit be772741cf

@ -44,14 +44,12 @@ class Executor {
explicit Executor(const platform::Place& place); explicit Executor(const platform::Place& place);
#ifdef PADDLE_WITH_DISTRIBUTE
/* /*
* Sending signal to pserver to mark current trainer completed. * Close this Executor.
* Calling this method will send complete messages to all pserver instances.
*/ */
void Close(); void Close();
#endif
/* @Brief /* @Brief
* Runtime evaluation of the given ProgramDesc under certain Scope * Runtime evaluation of the given ProgramDesc under certain Scope
* *

Loading…
Cancel
Save