1. 10 9月, 2018 2 次提交
  2. 07 9月, 2018 1 次提交
  3. 26 6月, 2018 1 次提交
  4. 21 6月, 2018 1 次提交
  5. 20 6月, 2018 1 次提交
  6. 18 6月, 2018 1 次提交
  7. 13 6月, 2018 1 次提交
  8. 11 6月, 2018 2 次提交
  9. 01 6月, 2018 1 次提交
  10. 29 5月, 2018 1 次提交
    • Q
      Shutdown pserver gracefully when SIGINT and SIGTERM was sent (#10984) · 580340ee
      Qiyang Min 提交于
      * 1. implement StopAll in ListenAndServOp
      2. make pserver receive the SIGINT and SIGTERM from outside
      3. add unittests for listen_and_serv_op in python
      
      * 1. add blocking queue set to record queue
      2. aware all blocking queue when exit and exit gracefully
      
      * 1. Remove comment lines from blocking_queue.h
      2. Implement SignalHandler and move all global vars and funcs into it
      
      * 1. Make code follows the style check
      2. Move the SignalHandler out of the unnamed namespace
      
      * 1. Make yapf happy
      
      * 1. Call Stop() in destructor to release the resource allocated by ListendAndServOp
      2. Change exit status to EXIT_SUCCESS after handling the signal from outside
      3. Remove the mis-usage of REMOVE_ITEM in unittests
      
      * 1. use DISABLE_COPY_AND_ASSIGN
      2. use program once macro only
      580340ee
  11. 22 5月, 2018 1 次提交
  12. 02 5月, 2018 1 次提交
  13. 28 4月, 2018 1 次提交
  14. 26 4月, 2018 1 次提交
  15. 20 4月, 2018 5 次提交
  16. 16 4月, 2018 1 次提交
  17. 12 4月, 2018 1 次提交
    • Q
      Dist transpiler support prefetch (#9714) · 4c55a602
      Qiao Longfei 提交于
      * init
      
      * add some check
      
      * add dist transpile logic
      
      * add insert op for block
      
      * init change get_pserver_program
      
      * optimize code
      
      * fix a bug
      
      * can run now
      
      * start to do table split
      
      * start to process table gradient
      
      * complete pserver part
      
      * can send_vars now
      
      * revert cpplint
      
      * fix a bug
      
      * optimize code
      
      * move dist test to models
      
      * revert the interface of distribute_transpiler.transpile
      
      * fix prefetch_block
      
      * optimize trainspiler code
      
      * add comment to sum_op
      
      * add warning log
      
      * fix comment
      
      * fix test_send_recv
      
      * fix test_send_recv
      
      * fix train with no distributed table
      
      * optimize GetDims
      4c55a602
  18. 03 4月, 2018 2 次提交