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. 21 12月, 2017 1 次提交
  5. 20 12月, 2017 1 次提交
  6. 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
  7. 05 11月, 2017 1 次提交
    • K
      Fixing documentation for operators (#5373) · 2ac5d7d0
      kavyasrinet 提交于
      * Adding documentation for seq_expand
      
      * Adding documentation for seq_concat_op
      
      * Adding documentation for sequence_conv
      
      * Adding sequence_pool
      
      * Fixing review comment
      
      * Adding sequence_softmax
      
      * Updating doc for sigmoid_cross_entropy_with_logits
      2ac5d7d0
  8. 17 10月, 2017 1 次提交
  9. 07 10月, 2017 1 次提交
  10. 28 9月, 2017 1 次提交
  11. 25 9月, 2017 1 次提交
  12. 21 9月, 2017 1 次提交