1. 11 7月, 2019 1 次提交
  2. 08 7月, 2019 1 次提交
    • T
      add mkldnn shapeblob cache clear strategy (#18513) · fe32879d
      Tao Luo 提交于
      * add mkldnn shapeblob cache clear strategy
      
      test=develop
      
      * refine with comments
      
      test=develop
      
      * make cache clear strategy more safey
      
      test=develop
      
      * add lock for GetShapeBlobSize
      
      test=develop
      fe32879d
  3. 03 7月, 2019 1 次提交
  4. 02 7月, 2019 1 次提交
  5. 27 6月, 2019 1 次提交
  6. 18 6月, 2019 1 次提交
  7. 10 6月, 2019 1 次提交
  8. 07 6月, 2019 1 次提交
  9. 28 3月, 2019 1 次提交
  10. 25 3月, 2019 1 次提交
  11. 20 3月, 2019 1 次提交
  12. 19 3月, 2019 1 次提交
  13. 16 3月, 2019 1 次提交
  14. 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
  15. 22 2月, 2019 1 次提交
  16. 19 2月, 2019 1 次提交
  17. 16 1月, 2019 1 次提交
  18. 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
  19. 08 1月, 2019 2 次提交
  20. 07 1月, 2019 1 次提交
  21. 02 1月, 2019 1 次提交
  22. 29 12月, 2018 1 次提交
  23. 25 12月, 2018 1 次提交
  24. 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
  25. 14 12月, 2018 1 次提交
  26. 10 12月, 2018 1 次提交
  27. 06 12月, 2018 1 次提交
  28. 05 12月, 2018 1 次提交
  29. 14 11月, 2018 1 次提交
  30. 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
  31. 08 11月, 2018 1 次提交
  32. 07 11月, 2018 3 次提交
  33. 06 11月, 2018 2 次提交
  34. 31 10月, 2018 1 次提交