1. 19 12月, 2022 1 次提交
  2. 17 12月, 2022 1 次提交
  3. 16 12月, 2022 1 次提交
  4. 15 12月, 2022 1 次提交
  5. 12 12月, 2022 1 次提交
  6. 09 12月, 2022 1 次提交
  7. 06 12月, 2022 3 次提交
  8. 04 12月, 2022 1 次提交
  9. 02 12月, 2022 1 次提交
  10. 01 12月, 2022 2 次提交
  11. 30 11月, 2022 1 次提交
  12. 29 11月, 2022 2 次提交
  13. 28 11月, 2022 2 次提交
  14. 25 11月, 2022 2 次提交
  15. 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
  16. 23 11月, 2022 1 次提交
  17. 21 11月, 2022 4 次提交
  18. 18 11月, 2022 3 次提交
  19. 17 11月, 2022 2 次提交
  20. 16 11月, 2022 2 次提交
  21. 14 11月, 2022 4 次提交