1. 15 12月, 2022 1 次提交
  2. 12 12月, 2022 1 次提交
  3. 09 12月, 2022 1 次提交
  4. 06 12月, 2022 3 次提交
  5. 04 12月, 2022 1 次提交
  6. 02 12月, 2022 1 次提交
  7. 01 12月, 2022 2 次提交
  8. 30 11月, 2022 1 次提交
  9. 29 11月, 2022 2 次提交
  10. 28 11月, 2022 2 次提交
  11. 25 11月, 2022 2 次提交
  12. 24 11月, 2022 4 次提交
    • H
      [PHI decoupling] simplify "convert_utils.h" in fluid (#48168) · de4310e6
      huangjiyi 提交于
      * rm dependence to "convert_utils.h" in some files
      
      * fix bugs
      
      * replace DataType2String with DataTypeToString
      
      * replace framework::DataTypeSize with phi::SizeOf
      
      * mv convert_function from fluid to phi and rm old map
      
      * recommit with pre-commit
      
      * repalce ProtoVarType with ProtoDataType and update comment.
      
      * fix error about include "dnnl.hpp"
      
      * revert add dep mkldnn to convert_utils in phi
      
      * add mkldnn deps in convert_utils.h in phi
      
      * move deps to convert_utils.h in phi
      de4310e6
    • H
      [Phi Support CuDNN] Support ALL CuDNN (#47865) · 1623f1b4
      HongyuJia 提交于
      * support default use_gpudnn=True
      
      * fully support cudnn in phi
      
      * add header file
      
      * add white_list, verify accuracy
      
      * phi support all cudnn
      
      * opt affine_grad
      
      * try different arches of pretrained_model
      
      * try different arches of pretrained_model
      
      * add debug string
      
      * debug eager_method
      
      * add debug string, pass all local ctest
      
      * polish all debug code
      
      * delete use_cudnn relevant code autogen
      
      * fix depthwise_conv2d
      
      * Share all other members of Tensor except use_cudnn
      
      * polish codes according to review opinion
      
      * polish codes according to review opinion, fix bug
      
      * polish codes according to review opinion, opt performance
      
      * polish codes according to review opinion, fix pooling.py
      1623f1b4
    • W
      do not calc reduce_all in eager mode (#48199) · bcf75132
      wanghuancoder 提交于
      * do not calc reduce_all in eager mode
      
      * refine python c cast list
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      bcf75132
    • W
      dense tensor in eager mode support data_ptr (#48235) · 3f265815
      wanghuancoder 提交于
      * dense tensor in eager mode support data_ptr
      3f265815
  13. 23 11月, 2022 1 次提交
  14. 21 11月, 2022 4 次提交
  15. 18 11月, 2022 3 次提交
  16. 17 11月, 2022 2 次提交
  17. 16 11月, 2022 2 次提交
  18. 14 11月, 2022 4 次提交
  19. 10 11月, 2022 3 次提交
    • W
      Get grads types from cpp for adam to speed up (#47769) · 5900129c
      WangZhen 提交于
      Get grads types from cpp for adam to speed up
      5900129c
    • Y
      [PHI]Standardise some C++ API (Part4) (#47702) · 594bd723
      YuanRisheng 提交于
      * standard api
      
      * fix sparse bugs
      
      * fix xpu bugs, test=kunlun
      
      * remove hard code for custom unittest
      
      * open ci, test=kunlun
      
      * deal with conflict
      594bd723
    • J
      XPU multi-card support eager mode (#47445) · 3b91f8f3
      james 提交于
      * XPU support eager mode
      
      * add unittest for XPU eager mode
      
      * minor bugfix
      
      * minor bugfix, test=kunlun
      
      * correct copyright info
      
      * 1. remove unsed vars/funcs
      2. ProcessGroupBKCL inherit from ProcessGroupStream
      
      * bugfix for fp16 in eager mode multi-card, test=kunlun
      
      * rebase & fix a few issues
      
      * use new processgroup interface, test=kunlun
      
      * fix compile issue, test=kunlun
      3b91f8f3