1. 24 3月, 2019 1 次提交
  2. 20 3月, 2019 1 次提交
    • C
      Fuse AllReduce (#15921) · f26ba5bd
      chengduo 提交于
      * fuse all_reduce
      test=develop
      
      * add fuse_parameter_groups_size
      test=develop
      
      * Polish code
      test=develop
      
      * Fix travis-ci
      test=develop
      
      * Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
      test=develop
      
      * Add SetGroupAccordingToMemorySize
      test=develop
      
      * fix multi_devices_graph
      test=develop
      
      * reset params_grads
      test=develop
      
      * Polish code
      test=develop
      f26ba5bd
  3. 18 3月, 2019 1 次提交
  4. 15 3月, 2019 1 次提交
    • Q
      Support sync batch norm. (#16121) · 8ad672a2
      qingqing01 提交于
      * Support Sync Batch Norm.
      * Note, do not enable it in one device.
      
      Usage:
      
      build_strategy = fluid.BuildStrategy()
      build_strategy.sync_batch_norm = True
      binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
              loss_name=loss_mean.name,
              build_strategy=build_strategy)
      8ad672a2
  5. 14 3月, 2019 1 次提交
  6. 13 3月, 2019 3 次提交
  7. 11 3月, 2019 2 次提交
  8. 04 3月, 2019 5 次提交
  9. 27 2月, 2019 2 次提交
  10. 26 2月, 2019 1 次提交
  11. 25 2月, 2019 2 次提交
  12. 22 2月, 2019 1 次提交
  13. 21 2月, 2019 2 次提交
  14. 20 2月, 2019 1 次提交
  15. 19 2月, 2019 2 次提交
  16. 18 2月, 2019 1 次提交
  17. 12 2月, 2019 1 次提交
  18. 11 2月, 2019 1 次提交
  19. 31 1月, 2019 1 次提交
    • L
      expose peak gpu memory API to python test=develop (#15529) · 6e84eb13
      liuwei1031 提交于
      * expose peak gpu memory API to python test=develop
      
      * add unittest for peak gpu memory monitoring test=develop
      
      * add pybind change test=develop
      
      * add mutex to gpu mem usage monitor test=develop
      
      * update benchmark flag definition file test=develop
      
      * tweak unittest for memory monitoring test=develop
      6e84eb13
  20. 28 1月, 2019 1 次提交
  21. 24 1月, 2019 1 次提交
  22. 23 1月, 2019 1 次提交
  23. 22 1月, 2019 3 次提交
  24. 21 1月, 2019 4 次提交