1. 13 10月, 2022 1 次提交
    • H
      [Kernel Selection] Remove hard code of PADDLE_WITH_MKLDNN (#46606) · ef1c8759
      HongyuJia 提交于
      * remove PADDLE_WITH_MKLDNN, test white_list=abs
      
      * fix unique_ptr
      
      * fix op.Type()
      
      * remove TODO in kernel_dispatch.h
      
      * remove IndicateVarDataType function, update white_list
      
      * remove mkldnn hard code
      
      * add comments
      
      * fix ==
      
      * update mkldnn_op_list
      
      * delete hard code of OPs
      
      * update mkldnn_op_list
      
      * update mkldnn_op_list, remove interp
      
      * add error check for ExecutionContext
      
      * update mkldnn_op_list, remove transpose2_grad
      
      * remove interpolate mkldnn
      
      * remove fill_constant mkldnn
      
      * opt HasAttr in DygraphExecutionContext
      
      * deprecated commit, test mkldnn_white_list
      
      * deprecated commit, test mkldnn_white_list
      
      * deprecated commit, test mkldnn_black_list
      
      * update mkldnn_op_list, add assert error op
      
      * solve cudnn related op
      
      * fix error
      
      * add mkldnn fallback in phi_utils.cc
      
      * remove mkldnn fallback in phi_utils.cc
      
      * opt code implementation
      
      * polish Copyright License
      ef1c8759
  2. 22 9月, 2022 1 次提交
    • S
      [PHI] Migrate gelu kernels (#45596) · 567e2fc8
      Sławomir Siwek 提交于
      * gaussian random
      
      * mkldnn to onednn renaming
      
      * fix merge conflicts
      
      * remove fluid code
      
      * onednn renaming
      
      * gelu fwd
      
      * sort activations
      
      * gelu gradient
      
      * remove unused macros
      
      * merge conflicts
      
      * fix merge conflicts
      
      * remove extra contraint from gelu op
      567e2fc8
  3. 20 9月, 2022 1 次提交
  4. 15 9月, 2022 1 次提交
  5. 05 9月, 2022 1 次提交
  6. 26 6月, 2022 1 次提交
  7. 05 6月, 2022 1 次提交
  8. 18 3月, 2022 1 次提交
  9. 27 8月, 2021 1 次提交
  10. 25 1月, 2021 1 次提交
  11. 27 11月, 2020 1 次提交
  12. 06 11月, 2020 1 次提交
  13. 07 4月, 2020 1 次提交
  14. 02 4月, 2020 1 次提交
  15. 17 3月, 2020 1 次提交
  16. 09 3月, 2020 1 次提交
  17. 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