1. 26 2月, 2019 1 次提交
    • G
      This PR improve performance of prior_box op about 1.25x faster on CPU. (#15909) · 630c1e83
      guomingz 提交于
      * This PR improve performance of prior_box op about 1.25x faster on CPU.
      
      * Test Env:SKX 8180 with fake data on 28 threads(bs=1).
      * The below table shows the ~25% improvement which generated by [eval_tp_fake_data.py](https://github.com/PaddlePaddle/Paddle/issues/15618#issuecomment-464613976).
      
      | Type |Event | Calls |   Total     |  Min.    |   Max.      |  Ave.      |  Ratio.|
      | ---------------- | ------------------ | ---- | ------- | -------- | -------- | ------------ | -------- |
      | w/ optimization  | thread0::prior_box | 6000 | 921.201 | 0.110572 | 0.383402 | **0.153533** | 0.084585 |
      | w/o optimization | thread0::prior_box | 6000 | 1151.85 | 0.102276 | 0.426702 | **0.191976** | 0.103337 |
      
      test=develop
      
      * Fix the style issue.
      
      test=develop
      630c1e83
  2. 22 2月, 2019 2 次提交
  3. 19 2月, 2019 1 次提交
  4. 15 2月, 2019 1 次提交
  5. 01 2月, 2019 1 次提交
  6. 31 1月, 2019 1 次提交
  7. 29 1月, 2019 1 次提交
  8. 28 1月, 2019 1 次提交
  9. 25 1月, 2019 2 次提交
  10. 24 1月, 2019 1 次提交
  11. 23 1月, 2019 4 次提交
  12. 22 1月, 2019 2 次提交
  13. 21 1月, 2019 5 次提交
  14. 18 1月, 2019 3 次提交
  15. 17 1月, 2019 2 次提交
  16. 16 1月, 2019 3 次提交
  17. 29 12月, 2018 1 次提交
  18. 24 12月, 2018 1 次提交
  19. 18 12月, 2018 1 次提交
  20. 14 12月, 2018 1 次提交
  21. 12 12月, 2018 1 次提交
  22. 29 11月, 2018 1 次提交
  23. 23 11月, 2018 1 次提交
  24. 19 11月, 2018 1 次提交
  25. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344