1. 14 5月, 2019 1 次提交
    • K
      support fc_op double grad (#17317) · 60be66e2
      Kaipeng Deng 提交于
      * add double grad for mul_op. test=develop
      
      * fix format. test=develop
      
      * fix format. test=develop
      
      * fix format. test=develop
      
      * refine code. test=develop
      
      * remove setzero. test=develop
      
      * fix dx/dy init bug. test=develop
      
      * fix format. test=develop
      60be66e2
  2. 22 8月, 2018 1 次提交
  3. 04 5月, 2018 1 次提交
  4. 03 5月, 2018 1 次提交
  5. 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
  6. 12 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 26 12月, 2017 1 次提交
  9. 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
  10. 09 11月, 2017 1 次提交
  11. 08 11月, 2017 1 次提交
  12. 24 10月, 2017 1 次提交
  13. 20 10月, 2017 1 次提交
  14. 28 9月, 2017 1 次提交
  15. 19 9月, 2017 1 次提交
  16. 07 9月, 2017 2 次提交
  17. 06 9月, 2017 1 次提交
  18. 05 9月, 2017 1 次提交
  19. 04 9月, 2017 1 次提交
  20. 19 8月, 2017 1 次提交
  21. 18 8月, 2017 1 次提交
  22. 14 8月, 2017 2 次提交
  23. 11 8月, 2017 1 次提交
  24. 10 8月, 2017 1 次提交
  25. 09 8月, 2017 1 次提交
  26. 08 8月, 2017 1 次提交
  27. 07 8月, 2017 2 次提交
  28. 05 8月, 2017 1 次提交
  29. 03 8月, 2017 2 次提交
  30. 02 8月, 2017 2 次提交
  31. 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
  32. 25 7月, 2017 1 次提交
  33. 19 7月, 2017 2 次提交