1. 26 5月, 2021 1 次提交
    • W
      optimize OP's compilation time (#32617) · 78ecb668
      wuhuanzhou 提交于
      * optimize OP's compilation time, test=develop
      
      * add more op and run ci test, test=develop
      
      * CUDA Kernel register in cc file, test=develop
      
      * fix macros, test=develop
      
      * fix undefined symbol error, test=develop
      
      * fix compilation error and undefined symbol, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error on Windows, test=develop
      78ecb668
  2. 07 1月, 2020 1 次提交
    • F
      add erf op (#21785) · 14aebc7a
      Feiyu Chan 提交于
      * add erf op and python interface.
      
      * add fp16 support for erf op.
      
      * add unitests for erf op and its python interface.
      14aebc7a
  3. 12 2月, 2018 1 次提交
  4. 10 2月, 2018 2 次提交
  5. 26 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. 28 10月, 2017 1 次提交
  8. 27 10月, 2017 1 次提交
    • Y
      Gradient check use graph (#5027) · be00b0c4
      Yu Yang 提交于
      * Simplize Gradient Check
      
      * Stash
      
      * Extract apply_backward_pass to backward.py
      
      Rename apply_backward_pass to append_backward_ops
      
      * Use graph API to check gradient
      
      * Fix ci
      
      * Fix CI
      
      * Fix backward for double precision
      
      * Stash
      
      * Fix CI
      
      * Fix ci
      
      * Ignore GRU test
      
      * Ignore xe op
      
      * Fix CI
      
      * Fix softmax with xe gradient
      
      The correct equation should be IG = OG * (d_softmax_with_xe())
      
      * Fix typo
      
      * Fix merge error
      
      * Disable LRN
      be00b0c4
  9. 28 9月, 2017 1 次提交
  10. 06 9月, 2017 1 次提交
  11. 04 9月, 2017 1 次提交
  12. 03 9月, 2017 1 次提交
  13. 21 8月, 2017 2 次提交
  14. 09 8月, 2017 1 次提交
  15. 01 8月, 2017 1 次提交
  16. 26 7月, 2017 2 次提交
  17. 25 7月, 2017 1 次提交
  18. 17 7月, 2017 2 次提交
  19. 11 7月, 2017 2 次提交
  20. 06 7月, 2017 2 次提交
  21. 05 7月, 2017 1 次提交
  22. 04 7月, 2017 4 次提交
  23. 03 7月, 2017 1 次提交
  24. 28 6月, 2017 2 次提交