1. 15 3月, 2018 1 次提交
    • D
      [Speed]implement cudnn sequence softmax cudnn (#8978) · 128adf53
      dzhwinter 提交于
      * "add softmax cudnn functor support"
      
      * "add testing"
      
      * "refine cmakelist"
      
      * "sequence softmax forward speed up"
      
      * "add softmax grad"
      
      * "fix sequence softmax test"
      
      * "add double precision'
      
      * "fix softmax test"
      
      * "add softmax cudnn support"
      
      * "fix softmax cudnn test"
      
      * "add softmax to nn.py"
      
      * "fix compile bug"
      
      * "refine cmakelist"
      
      * "fix ci"
      
      * "fix based on comment"
      
      * "fix based on comments"
      
      * "fix ci"
      128adf53
  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 2 次提交
  7. 09 11月, 2017 1 次提交
  8. 08 11月, 2017 1 次提交
  9. 29 9月, 2017 1 次提交
  10. 28 9月, 2017 2 次提交
  11. 26 9月, 2017 1 次提交
  12. 22 9月, 2017 1 次提交
  13. 15 9月, 2017 1 次提交
  14. 13 9月, 2017 1 次提交
  15. 12 9月, 2017 1 次提交
  16. 07 9月, 2017 1 次提交
  17. 06 9月, 2017 1 次提交
  18. 08 8月, 2017 1 次提交
  19. 07 8月, 2017 2 次提交
  20. 05 8月, 2017 1 次提交
  21. 04 8月, 2017 1 次提交
  22. 03 8月, 2017 1 次提交
    • Q
      Softmax grad op (#3164) · d953611e
      Qiao Longfei 提交于
      * init softmax grad op
      
      * add compute code
      
      * export Backward to python
      
      * update test ,export op.type to python
      
      * update python test, fix compute bug
      
      * update unit test
      
      * use eigen
      
      * optimize eigen code
      
      * add gpu test
      
      * register softmax_grad GPU kernel and fix test bug
      
      * typo
      
      * follow comments
      d953611e
  23. 02 8月, 2017 1 次提交
  24. 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
  25. 25 7月, 2017 1 次提交
  26. 19 7月, 2017 2 次提交
  27. 18 7月, 2017 1 次提交
  28. 17 7月, 2017 2 次提交
  29. 11 7月, 2017 2 次提交
  30. 06 7月, 2017 2 次提交
  31. 05 7月, 2017 1 次提交
  32. 04 7月, 2017 1 次提交