1. 28 12月, 2018 2 次提交
  2. 24 12月, 2018 1 次提交
  3. 19 12月, 2018 1 次提交
  4. 18 12月, 2018 1 次提交
  5. 17 12月, 2018 5 次提交
  6. 14 12月, 2018 3 次提交
  7. 13 12月, 2018 3 次提交
  8. 10 12月, 2018 1 次提交
  9. 26 11月, 2018 1 次提交
  10. 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
  11. 08 11月, 2018 1 次提交
  12. 15 10月, 2018 1 次提交
    • C
      Add check for opt op (#13840) · 8e2fdc54
      chengduo 提交于
      * add check for opt op
      
      * fix opt op
      test=develop
      
      * fix test fail
      test=develop
      
      * fix optimization doc
      test=develop
      
      * test=develop
      8e2fdc54
  13. 29 9月, 2018 1 次提交
  14. 20 9月, 2018 2 次提交
  15. 18 9月, 2018 1 次提交
  16. 23 7月, 2018 1 次提交
  17. 27 6月, 2018 1 次提交
  18. 27 4月, 2018 1 次提交
    • T
      Adam operator optimized with Eigen (#10229) · e498e1fc
      Tomasz Patejko 提交于
      * Some changes for Adam profiling
      
      * Adam optimization: initial Eigen optimization
      
      * Eigen Adam: flavour of adam can be chosen
      
      * Eigen Adam used for CPU by default. Plain Adam used for GPU
      
      * Eigen Adam: missing call to the Eigen functor added
      
      * Eigen Adam: revert changes in benchmarks
      
      * Eigen Adam: typo corrected
      e498e1fc
  19. 12 2月, 2018 1 次提交
  20. 10 2月, 2018 2 次提交
  21. 08 2月, 2018 1 次提交
  22. 31 1月, 2018 1 次提交
    • D
      Fix/lod (#7714) · ae7d1c1f
      dzhwinter 提交于
      * "Need to re-design LoD "
      
      * "add lod design"
      
      * "fix lod gpu ptr pointer"
      
      * "removed commented code"
      
      * "fix CI"
      
      * "remove set lod in pybind"
      
      * "fix style check"
      
      * "fix CI"
      
      * "fix long type template error"
      
      * "pybind reorder to use Place"
      
      * "fix ci"
      
      * "fix ci"
      
      * fix ci
      
      * "sperate as a new file"
      
      * "fix CI"
      
      * "fix ci"
      
      * small fix
      
      * "add test"
      
      * "fix adam op"
      
      * "fix lstmp op"
      
      * "fix adam op"
      
      * "follow comments"
      
      * "fix ci"
      ae7d1c1f
  23. 29 12月, 2017 2 次提交
  24. 26 12月, 2017 2 次提交
  25. 25 12月, 2017 2 次提交
  26. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95