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. 09 11月, 2017 1 次提交
  7. 08 11月, 2017 1 次提交
  8. 24 10月, 2017 1 次提交
  9. 20 10月, 2017 1 次提交
  10. 28 9月, 2017 1 次提交
  11. 19 9月, 2017 1 次提交
  12. 07 9月, 2017 2 次提交
  13. 06 9月, 2017 1 次提交
  14. 05 9月, 2017 1 次提交
  15. 04 9月, 2017 1 次提交
  16. 19 8月, 2017 1 次提交
  17. 18 8月, 2017 1 次提交
  18. 14 8月, 2017 2 次提交
  19. 11 8月, 2017 1 次提交
  20. 10 8月, 2017 1 次提交
  21. 09 8月, 2017 1 次提交
  22. 08 8月, 2017 1 次提交
  23. 07 8月, 2017 2 次提交
  24. 05 8月, 2017 1 次提交
  25. 03 8月, 2017 2 次提交
  26. 02 8月, 2017 2 次提交
  27. 01 8月, 2017 1 次提交
    • Q
      use operator context and infer context (#3024) · 61ebacbc
      Qiao Longfei 提交于
      * use operator context
      
      * optimize code
      
      * update net infershape
      
      * update InferShape
      
      * disable override InferShape(scope) in OperatorBase
      
      * change InferShapeImpl to InferShape
      
      * add template to OperatorContext Input/Output
      
      * merge Input InputVar, Output OutputVar
      
      * change Inputs to MultiInput
      
      * fix conflict
      
      * fix MultiInput bugs and add unit test
      
      * rename KernelContext to ExecutionContext
      
      * clean code
      
      * change InferShape to protected
      
      * fix template bug
      
      * refine code
      
      * use InputVar instead of Input<Variable>
      
      * typo
      
      * optimize code
      61ebacbc
  28. 25 7月, 2017 1 次提交
  29. 19 7月, 2017 3 次提交
  30. 18 7月, 2017 1 次提交
  31. 17 7月, 2017 2 次提交