1. 17 6月, 2020 1 次提交
  2. 29 11月, 2019 1 次提交
    • L
      add unused input vars check for OpWithKernel, test=develop (#21169) · e0c9d856
      Leo Chen 提交于
      * add unused input vars check for OpWithKernel, test=develop
      
      * remove unused vars in some ops, test=develop
      
      * fix batch_norm, test=develop
      
      * add white list, test=develop
      
      * add CI check for white list, test=develop
      
      * :ove white list to c++, test=develop
      
      * solve failure of CI, test=develop
      
      * add unittest for unused_var_check, test=develop
      
      * refine code, enable check in operator_test, test=develop
      
      * skip mkldnn, test=develop
      
      * extend white list, test=develop
      
      * refine condition of mkldnn, test=develop
      
      * fix paddle_build, test=develop
      
      * follow comments, test=develop
      
      * fix GetExpectedKernelType
      
      * add wiki ref to err_msg, test=develop
      
      * follow comment, test=develop
      e0c9d856
  3. 12 11月, 2019 1 次提交
    • L
      fix the computation for dx (grad for x) for prelu operation. (#20949) · e249d9a3
      lilong12 提交于
      * set the default value of alpha for prelu to 0.25, test=develop
      
      * add the call to __syncthreads(), test=develop
      
      * fix the implementation of cpu prelu, test=develop
      
      * repair the implementation of element mode prelu, test=develop
      
      * modify test_prelu_op.py, test=develop
      e249d9a3
  4. 05 9月, 2019 1 次提交
  5. 17 7月, 2019 1 次提交
    • Y
      Add cuda implementation for `prelu` backward pass (#18633) · ce1ec332
      Yang Zhang 提交于
      * Add GPU implementation for `prelu` backward pass
      
      test=develop
      
      * Fix logic error in `prelu` GPU backward and simplify a bit
      
      test=develop
      
      * Fix `prelu` backward CUDA implementation
      
      test=develop
      
      CPU version was not used actually, so test passed
      ce1ec332
  6. 03 12月, 2018 1 次提交
  7. 15 8月, 2018 1 次提交
  8. 12 2月, 2018 1 次提交
  9. 10 2月, 2018 2 次提交
  10. 26 12月, 2017 1 次提交
  11. 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
  12. 16 9月, 2017 1 次提交
  13. 22 8月, 2017 1 次提交
  14. 21 8月, 2017 2 次提交
  15. 25 7月, 2017 1 次提交
  16. 17 7月, 2017 2 次提交
  17. 11 7月, 2017 2 次提交
  18. 06 7月, 2017 2 次提交
  19. 05 7月, 2017 1 次提交
  20. 04 7月, 2017 4 次提交
  21. 03 7月, 2017 1 次提交
  22. 28 6月, 2017 2 次提交