Merge remote-tracking branch 'ups/develop' into refine/seqpool

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
tensor-tang 6 years ago
commit c02165d23a

@ -16,6 +16,13 @@ limitations under the License. */
#include <stdlib.h>
#include "paddle/fluid/platform/port.h"
#ifdef _WIN32
static unsigned sleep(unsigned seconds) {
Sleep(seconds * 1000);
return 0;
}
#endif
namespace paddle {
namespace platform {

Loading…
Cancel
Save