1. 03 3月, 2020 1 次提交
  2. 02 7月, 2019 1 次提交
    • Y
      supports collective training with programs (#18392) · a873fa84
      Yi Liu 提交于
      1. Since allreduce op has 4 reduce types, We split these four reduce types into four ops
      2. We also refined the collective op code, e.g. we separated the collective op kernel into CPUKernel and CUDAKernel, and remove the device specified DeviceContext parameter in template as we already knew the target DeviceContext
      3. We remove the newly added Collective op role to reduce the complexity of program and graph analysis
      a873fa84
  3. 27 6月, 2019 1 次提交
    • H
      supports collective communicated training (#18175) · b7128bac
      HaoRen 提交于
      * fix prepare context redundant code problem, optimize executor by caching create_varaiables
      test=develop
      
      * supports collective training in executor
      
      * make fetch_list runable with variables, add more unittest for use_program_cache
      test=develop
      
      * fix comment
      test=develop
      
      * use unique name for nccl_id
      
      * supports output to stream in program_to_code
      
      * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code
      
      * set op role in collective training
      
      * add collective op role
      
      * remove orig file
      
      * add build optimizer by strategy
      
      * add collective strategy
      
      * refine collective strategy
      
      * add multi-process role maker
      
      * refine strategy building factory so that we can easily plugin more strategy
      
      * scale loss grad in collective sgd transpiler
      
      * add support for distributed fc
      
      * code format
      
      * revert some features for dist fc
      
      * add support for distributed fc training
      
      * fix prepare context redundant code problem, optimize executor by caching create_varaiables
      test=develop
      
      * supports collective training in executor
      
      * make fetch_list runable with variables, add more unittest for use_program_cache
      test=develop
      
      * use unique name for nccl_id
      
      * supports output to stream in program_to_code
      
      * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code
      
      * set op role in collective training
      
      * add collective op role
      
      * fix comment
      test=develop
      
      * remove orig file
      
      * add build optimizer by strategy
      
      * add collective strategy
      
      * refine collective strategy
      
      * add multi-process role maker
      
      * refine strategy building factory so that we can easily plugin more strategy
      
      * scale loss grad in collective sgd transpiler
      
      * add support for distributed fc
      
      * code format
      
      * revert some features for dist fc
      
      * add support for distributed fc training
      
      * test=develop
      add collective op unittest standard
      
      * test=develop
      remove the test_collective directory
      
      * test=develop
      remove the test_collective directory
      
      * remove slicegather test
      
      * code format for reducescatter
      
      * update attr of shard_index_op
      
      * Modify macro nccl_helper
      
      * remove test without distribute
      
      * macro collective_helper
      
      * marcro update
      
      * test=develop
      update support python3.5
      
      * test=develop change gpu memory use to 0.1 when test
      
      * test=develop
      update ut equal func
      
      * test=develop
      set flags to 1.5
      
      * test=develop fix pickle dumple  py35
      
      * test=develop
      fix divide in slice and add sync_comm_stream
      update atol and rtol to 1e-05
      rm shard_index op and test
      modify read input from file to read from memory
      remove origin_program in framework and add i/o in c_sync_calc_stream
      
      * test=develop update unittest sync operator I/O
      b7128bac
  4. 21 2月, 2019 1 次提交
  5. 08 1月, 2019 1 次提交
  6. 26 12月, 2018 1 次提交
  7. 25 12月, 2018 1 次提交
  8. 29 10月, 2018 1 次提交
  9. 28 10月, 2018 1 次提交
    • W
      [1.1] fix graph num hang (#14072) · 9da9b192
      Wu Yi 提交于
      * fix graph num hang test=develop
      
      * re-enable tests test=develop
      
      * re-enable graph num check test=develop
      
      * fix multi device pass role check test=develop
      9da9b192
  10. 25 10月, 2018 1 次提交
  11. 22 10月, 2018 1 次提交
  12. 30 9月, 2018 1 次提交
  13. 21 9月, 2018 1 次提交
  14. 16 9月, 2018 1 次提交
  15. 14 9月, 2018 1 次提交
  16. 04 9月, 2018 1 次提交
  17. 29 8月, 2018 1 次提交
  18. 23 8月, 2018 2 次提交
  19. 01 8月, 2018 1 次提交
  20. 11 6月, 2018 1 次提交
  21. 29 5月, 2018 1 次提交
  22. 22 5月, 2018 1 次提交
  23. 15 5月, 2018 1 次提交
  24. 10 5月, 2018 1 次提交
  25. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  26. 19 4月, 2018 1 次提交
  27. 12 2月, 2018 1 次提交
  28. 10 2月, 2018 2 次提交
  29. 20 12月, 2017 1 次提交
  30. 21 10月, 2017 1 次提交
  31. 03 10月, 2017 1 次提交
    • Y
      Stash · ff8766e9
      Yu Yang 提交于
      ff8766e9
  32. 21 9月, 2017 3 次提交
  33. 20 9月, 2017 1 次提交