1. 28 3月, 2019 1 次提交
  2. 25 3月, 2019 1 次提交
  3. 20 3月, 2019 1 次提交
  4. 19 3月, 2019 1 次提交
  5. 16 3月, 2019 1 次提交
  6. 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
  7. 22 2月, 2019 1 次提交
  8. 19 2月, 2019 1 次提交
  9. 16 1月, 2019 1 次提交
  10. 11 1月, 2019 3 次提交
    • C
      fix thread safe bug · c4eced98
      chengduozh 提交于
      test=develop
      c4eced98
    • C
      Revert "Remove workspace_handle in conv_cudnn (#15186)" · 358e657f
      chengduozh 提交于
      test=develop
      This reverts commit 064512aa.
      358e657f
    • C
      Remove workspace_handle in conv_cudnn (#15186) · 064512aa
      chengduo 提交于
      * remove workspace_handle in conv2d_cudnn
      test=develop
      
      * remove workspace_handle
      test=develop
      
      * fix bug
      test=develop
      
      * make test_conv2d_op SERIAL
      test=develop
      
      * save memory in conv_cudnn
      test=develop
      
      * enhance thread safety
      test=develop
      
      * enhance temporary allocator
      test=develop
      
      * Add excess fraction
      test=develop
      
      * follow comments
      test=develop
      
      * fix bug and code refine
      test=develop
      
      * fix memory size check
      test=develop
      
      * rename reuse_tmp_allocation_excess_fraction
      test=develop
      064512aa
  11. 08 1月, 2019 2 次提交
  12. 07 1月, 2019 1 次提交
  13. 02 1月, 2019 1 次提交
  14. 29 12月, 2018 1 次提交
  15. 25 12月, 2018 1 次提交
  16. 21 12月, 2018 1 次提交
    • C
      [Feature] Add Temporary Allocator (#14875) · 79bd6dfa
      chengduo 提交于
      * Add Temporal Allocator
      
      * add Temporay Allocator to DeviceContext
      test=develop
      
      * code refine
      test=develop
      
      * fix mean_iou
      test=develop
      
      * Add DeviceTemporaryAllocator
      test=develop
      
      * fix conv_op bug
      test=develop
      
      * small fix
      test=develop
      
      * code refine
      test=develop
      
      * log refine
      test=develop
      
      * fix unit test
      test=develop
      
      * move double check
      
      * refine concat_and_split
      test=develop
      
      * add limit_of_temporary_allocation
      test=develop
      
      * fix name
      test=develop
      79bd6dfa
  17. 14 12月, 2018 1 次提交
  18. 10 12月, 2018 1 次提交
  19. 06 12月, 2018 1 次提交
  20. 05 12月, 2018 1 次提交
  21. 14 11月, 2018 1 次提交
  22. 09 11月, 2018 1 次提交
    • Q
      Exhaustive search for cuDNN conv. (#14286) · abe20923
      qingqing01 提交于
      * exhaustive search for cuDNN conv.
      * Refine code and add unit testing.
      * Fix model load in fluid/inference and unit testing in conv2d
      * Follow comments.
      * Fix compiling test=develop
      abe20923
  23. 08 11月, 2018 1 次提交
  24. 07 11月, 2018 3 次提交
  25. 06 11月, 2018 2 次提交
  26. 31 10月, 2018 1 次提交
  27. 30 10月, 2018 1 次提交
  28. 26 10月, 2018 1 次提交
  29. 25 10月, 2018 1 次提交
  30. 24 10月, 2018 1 次提交
  31. 21 10月, 2018 1 次提交
  32. 19 10月, 2018 1 次提交
  33. 15 10月, 2018 1 次提交
  34. 02 10月, 2018 1 次提交