1. 26 2月, 2019 1 次提交
    • Y
      Optimize the CUDA implementation of sequence_expand op by reduce the times of... · f4634d76
      Yiqun Liu 提交于
      Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493)
      
      * Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU.
      test=develop
      
      * Refine the op benchmark to support setting lod in config.
      test=develop
      f4634d76
  2. 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
  3. 30 4月, 2018 1 次提交
  4. 11 4月, 2018 2 次提交
  5. 30 3月, 2018 1 次提交
  6. 28 3月, 2018 2 次提交
  7. 21 3月, 2018 1 次提交
  8. 20 3月, 2018 3 次提交
  9. 15 3月, 2018 1 次提交
  10. 12 2月, 2018 1 次提交
  11. 10 2月, 2018 2 次提交
  12. 26 12月, 2017 1 次提交
  13. 18 12月, 2017 1 次提交
  14. 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
  15. 13 9月, 2017 1 次提交
  16. 01 9月, 2017 1 次提交
  17. 08 8月, 2017 1 次提交
  18. 07 8月, 2017 1 次提交
  19. 04 8月, 2017 1 次提交
  20. 02 8月, 2017 1 次提交
  21. 31 7月, 2017 1 次提交
  22. 25 7月, 2017 1 次提交
  23. 19 7月, 2017 1 次提交
  24. 18 7月, 2017 1 次提交
  25. 17 7月, 2017 1 次提交