1. 20 12月, 2022 1 次提交
    • HappyHeavyRain's avatar
      Generate static graph code of some ops (#49092) · 11d7026b
      HappyHeavyRain 提交于
      * generate static graph code of some ops
      
      * change the default value of 'num' of 'unstack'
      
      * revert the pow
      
      * fix the 'real' 'imag' op error because of 'complex'
      
      * fix the code according to review
      11d7026b
  2. 15 12月, 2022 1 次提交
  3. 13 12月, 2022 2 次提交
  4. 12 12月, 2022 1 次提交
  5. 09 12月, 2022 1 次提交
  6. 05 12月, 2022 1 次提交
  7. 01 12月, 2022 1 次提交
  8. 30 11月, 2022 1 次提交
  9. 29 11月, 2022 1 次提交
  10. 28 11月, 2022 2 次提交
  11. 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
  12. 17 11月, 2022 2 次提交
  13. 16 11月, 2022 1 次提交
  14. 11 11月, 2022 1 次提交
  15. 10 11月, 2022 1 次提交
  16. 09 11月, 2022 1 次提交
  17. 04 11月, 2022 1 次提交
  18. 02 11月, 2022 2 次提交
  19. 01 11月, 2022 3 次提交
  20. 31 10月, 2022 1 次提交
  21. 28 10月, 2022 2 次提交
  22. 24 10月, 2022 1 次提交
  23. 19 10月, 2022 1 次提交
  24. 12 10月, 2022 1 次提交
  25. 10 10月, 2022 1 次提交
    • Y
      [PHI]Add RNN yaml (#46812) · ab60fd8b
      YuanRisheng 提交于
      * add yaml entry for rnn and rrnn_grad, move infershape function for rnn_grad to phi infer meta
      
      * WIP: move rnn kernrl to phi
      
      * Change the code generation to avoid converting from intializer list to tuple of heterogeneous types.
      This is only triggered when an api has intermediate outputs, and the result of the outputs are of heterogeneous types.
      
      * fix the bug that when none in a vector of tensors requires gradient, the conversion to InferShapeContext to InferMetaContext (a.k.a. BuildInferMetaContext) produces errorous results.
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix ci bugs
      
      * modify code according comment
      Co-authored-by: Nchenfeiyu <chenfeiyu@baidu.com>
      ab60fd8b
  26. 28 9月, 2022 1 次提交
  27. 23 9月, 2022 1 次提交
  28. 22 9月, 2022 1 次提交
  29. 20 9月, 2022 2 次提交
  30. 19 9月, 2022 2 次提交
  31. 16 9月, 2022 1 次提交