1. 24 11月, 2022 1 次提交
    • 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
  2. 17 11月, 2022 3 次提交
  3. 16 11月, 2022 1 次提交
  4. 14 11月, 2022 1 次提交
  5. 11 11月, 2022 1 次提交
  6. 10 11月, 2022 2 次提交
  7. 09 11月, 2022 3 次提交
  8. 08 11月, 2022 4 次提交
  9. 04 11月, 2022 2 次提交
  10. 03 11月, 2022 2 次提交
  11. 02 11月, 2022 2 次提交
  12. 01 11月, 2022 3 次提交
  13. 31 10月, 2022 1 次提交
  14. 28 10月, 2022 2 次提交
  15. 27 10月, 2022 4 次提交
  16. 26 10月, 2022 2 次提交
  17. 24 10月, 2022 1 次提交
  18. 23 10月, 2022 1 次提交
  19. 21 10月, 2022 1 次提交
  20. 20 10月, 2022 1 次提交
  21. 19 10月, 2022 1 次提交
  22. 18 10月, 2022 1 次提交
    • Z
      [code-gen] Support code-gen for opmaker of sparse op (#46993) · bdd3dde3
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      bdd3dde3