1. 20 9月, 2018 1 次提交
    • C
      Feature/op_fuse_pass (#12440) · d402234b
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * add op_fuse  pass
      
      * add backward
      
      * code refine
      
      * use TopologySortOperations
      
      * follow comments
      
      * refine IsFusible
      
      * code enhance
      
      * fix op_fusion_pass
      
      * refine code
      
      * refine fuse_elemwise_act_op
      
      * adjust the input and output
      
      * refine logic
      
      * add intermediate_edge
      
      * disable inplace
      
      * follow comments
      
      * refine logic
      
      * follow comments
      
      * Remove the removable IntermediateOut
      
      * change strategy
      
      * code refine
      
      * enable fuse backward
      
      * code refine
      
      * code refine
      
      * rename unit test
      
      * follow comments
      d402234b
  2. 03 9月, 2018 1 次提交
  3. 30 8月, 2018 1 次提交
    • C
      Enhance fused_elementwise_activation_op (#12837) · 3bd1d22a
      chengduo 提交于
      * Enhance the function of fused_elementwise_activation_op
      
      * enhance unit test
      
      * Clean Code And Add Doc
      
      * Add compound functors
      
      * Fix doc and enhance unit test
      
      * define Dx and Dy for d_binary_func
      
      * add mul_scale
      
      * add mul_scale
      
      * add elementwise_mul
      
      * code refine
      
      * code refine
      
      * add doc
      
      * add  AsIntermediate
      3bd1d22a
  4. 20 8月, 2018 1 次提交
  5. 17 8月, 2018 1 次提交
  6. 16 8月, 2018 1 次提交
  7. 10 8月, 2018 1 次提交
  8. 01 8月, 2018 1 次提交
  9. 03 5月, 2018 1 次提交
  10. 30 4月, 2018 1 次提交
  11. 24 4月, 2018 1 次提交
  12. 10 4月, 2018 1 次提交
  13. 06 3月, 2018 1 次提交
  14. 28 2月, 2018 1 次提交
  15. 26 2月, 2018 1 次提交
  16. 24 2月, 2018 2 次提交
  17. 23 2月, 2018 2 次提交
  18. 13 2月, 2018 1 次提交
  19. 12 2月, 2018 1 次提交
  20. 10 2月, 2018 2 次提交
  21. 03 2月, 2018 1 次提交
  22. 02 2月, 2018 1 次提交
  23. 22 1月, 2018 1 次提交
  24. 19 1月, 2018 1 次提交
  25. 17 1月, 2018 1 次提交
  26. 16 1月, 2018 1 次提交
  27. 15 1月, 2018 1 次提交
  28. 26 12月, 2017 1 次提交
  29. 25 12月, 2017 1 次提交
  30. 19 12月, 2017 2 次提交
  31. 16 12月, 2017 1 次提交
  32. 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
  33. 06 12月, 2017 1 次提交
  34. 05 12月, 2017 3 次提交