1. 08 10月, 2018 1 次提交
  2. 30 9月, 2018 1 次提交
  3. 28 9月, 2018 1 次提交
  4. 24 9月, 2018 1 次提交
  5. 16 9月, 2018 1 次提交
  6. 14 9月, 2018 1 次提交
  7. 12 9月, 2018 2 次提交
  8. 11 9月, 2018 1 次提交
  9. 04 9月, 2018 1 次提交
  10. 25 8月, 2018 1 次提交
  11. 23 8月, 2018 2 次提交
  12. 08 8月, 2018 2 次提交
  13. 06 8月, 2018 1 次提交
  14. 05 8月, 2018 1 次提交
  15. 02 8月, 2018 3 次提交
  16. 01 8月, 2018 1 次提交
  17. 30 7月, 2018 1 次提交
  18. 29 7月, 2018 1 次提交
  19. 06 7月, 2018 1 次提交
  20. 02 7月, 2018 4 次提交
  21. 29 6月, 2018 2 次提交
  22. 28 6月, 2018 1 次提交
  23. 26 6月, 2018 1 次提交
  24. 14 6月, 2018 1 次提交
  25. 13 6月, 2018 1 次提交
  26. 07 6月, 2018 3 次提交
    • D
      Big data op_test benchmark, for checking output consistent in different runs. (#10646) · f7c96f07
      dzhwinter 提交于
      * "init benchmark ops"
      
      * "untrack outputs"
      
      * "delete some usused code"
      
      * "benchmark"
      
      * "fix ci"
      
      * "fix op test"
      
      * "fix uint16 missing"
      
      * "fix ci"
      
      * "follow comments"
      
      * "fix ci"
      
      * "follow comments"
      
      * "conficts. merge develop branch"
      
      * repick
      
      * "merge develop branch"
      f7c96f07
    • F
      dc8e0b49
    • M
      Mkldnn layout (#11040) · 3ff9ba0e
      mozga-intel 提交于
      * Add MKLDNN layout support in Paddle
      
      Add MKLDNN layout in Paddle so that MKLDNN friendly memory layout
      can be used in MKLDNN enabled OP kernel. Before this commit, NCHW
      is hardcode to be used in all MKLDNN op kernels. As a result,
      non-optimized execution path is selected in MKLDNN primitive which
      bring worse performance.
      Besides framework change, three MKLDNN OP kernels were updated
      for using new MKLDNN layout. They are conv/pool2d/batch_norm.
      Other MKLDNN OP kernels need be also updated in similar way to
      achieve best performance.
      
      * Add MKLDNN layout support in activation OP
      
      * Don't populate layout from input to output when kMKLDNN in
      
      * Refine pool mkldnn op kernel
      
      * MKLDNN layout
      
      * Remove the inferitance from tensor file
      
      * MKLDNN layout: refactoring
      
      * Remove additional #define to register new operator
      
      * Prepare mkldnn tests to work with layout
      3ff9ba0e
  27. 30 5月, 2018 1 次提交
  28. 29 5月, 2018 1 次提交
  29. 03 5月, 2018 1 次提交