1. 15 3月, 2018 1 次提交
    • K
      Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017) · e26f1123
      Kexin Zhao 提交于
      * add fp16 mul op support
      
      * small fix
      
      * fix bug
      
      * small fix
      
      * fix PADDLE_WITH_CUDA compiling issue
      
      * reorg code
      
      * test for pybind
      
      * treate as float16 as uint16_t in pybind
      
      * bind np.float16 to paddle float16
      
      * small fix
      
      * clean code
      
      * remove redundancy
      
      * fix mul_op test
      
      * address comments
      
      * small fix
      
      * add is_float16_supported func
      e26f1123
  2. 12 2月, 2018 1 次提交
  3. 10 2月, 2018 2 次提交
  4. 26 12月, 2017 1 次提交
  5. 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
  6. 11 11月, 2017 1 次提交
  7. 08 11月, 2017 1 次提交
  8. 10 8月, 2017 3 次提交
  9. 09 8月, 2017 1 次提交
  10. 08 8月, 2017 1 次提交
  11. 07 8月, 2017 2 次提交
  12. 04 8月, 2017 1 次提交
  13. 03 8月, 2017 1 次提交
  14. 31 7月, 2017 1 次提交
  15. 25 7月, 2017 1 次提交
  16. 19 7月, 2017 1 次提交
  17. 18 7月, 2017 1 次提交
  18. 17 7月, 2017 3 次提交
  19. 11 7月, 2017 2 次提交
  20. 06 7月, 2017 2 次提交
  21. 05 7月, 2017 1 次提交
  22. 04 7月, 2017 4 次提交
  23. 03 7月, 2017 1 次提交
  24. 28 6月, 2017 2 次提交