1. 12 10月, 2018 1 次提交
    • Q
      Profiler support merge data of all thread (#13811) · 5428cb99
      Qiao Longfei 提交于
      * profiler infor merge thread statistic information
      
      * update profiler
      
      * fix bug
      
      * add merge thread msg to report
      
      * optimize report
      
      * statistic the time of ops in each thread but not all
      
      * optimize report format
      
      * optimize profile report
      
      * optimize profile report
      test=develop
      5428cb99
  2. 08 10月, 2018 1 次提交
  3. 28 9月, 2018 1 次提交
  4. 27 9月, 2018 1 次提交
  5. 26 9月, 2018 1 次提交
  6. 25 9月, 2018 1 次提交
  7. 24 9月, 2018 1 次提交
  8. 17 9月, 2018 1 次提交
  9. 15 9月, 2018 1 次提交
  10. 11 9月, 2018 2 次提交
  11. 10 9月, 2018 1 次提交
  12. 08 9月, 2018 1 次提交
    • W
      Benchmark tool for imgnet (#12305) · f90c7865
      Wu Yi 提交于
      * support test using executor without reader
      
      * run imgnet
      
      * update fluid benchmark
      
      * wip
      
      * update
      
      * update all models
      
      * support pyreader
      
      * update
      
      * clean up
      
      * make profile batches contollable
      
      * update API.spec
      
      * update scripts
      
      * clean dockerfile
      
      * update
      
      * clean comments
      
      * add scope argument docstring
      
      * use num_trainers to determine nccl init comms
      f90c7865
  13. 05 9月, 2018 1 次提交
  14. 04 9月, 2018 3 次提交
  15. 03 9月, 2018 3 次提交
  16. 02 9月, 2018 1 次提交
  17. 31 8月, 2018 4 次提交
  18. 30 8月, 2018 3 次提交
  19. 29 8月, 2018 1 次提交
  20. 27 8月, 2018 3 次提交
  21. 25 8月, 2018 1 次提交
  22. 23 8月, 2018 2 次提交
  23. 22 8月, 2018 4 次提交
  24. 21 8月, 2018 1 次提交
    • M
      Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias (#12669) · cd32ddac
      Michał Gallus 提交于
      * Fuse Convolution and Eltwise Add into Conv+Bias
      
      * Reduce bias branching at conv_mkldnn_op
      
      * Add MKLDNN build checks for Conv Bias
      
      * Conv-bias: check if bias input exist befor assignment
      
      * Conv-bias: Remove Bias dim check from infershape
      
      It was causing conv3d test to crash upon\ncalling HasInput(Bias)
      cd32ddac