1. 13 12月, 2022 1 次提交
  2. 08 12月, 2022 1 次提交
    • W
      [remove fluid] under unittesets of linear api (#48564) · 364b0b0a
      wangzhen38 提交于
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] fluid dygrapn linear api
      
      * [remove fluid] fluid dygrapn linear api
      
      * [remove fluid] fluid dygrapn linear api
      364b0b0a
  3. 07 12月, 2022 1 次提交
  4. 29 11月, 2022 1 次提交
  5. 28 11月, 2022 1 次提交
  6. 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
  7. 08 11月, 2022 1 次提交
  8. 26 10月, 2022 1 次提交
  9. 23 10月, 2022 1 次提交
  10. 21 10月, 2022 1 次提交
  11. 21 9月, 2022 1 次提交
  12. 07 9月, 2022 1 次提交
  13. 26 8月, 2022 1 次提交
  14. 24 8月, 2022 1 次提交
  15. 17 8月, 2022 1 次提交
  16. 26 7月, 2022 1 次提交
  17. 05 7月, 2022 1 次提交
  18. 13 6月, 2022 1 次提交
  19. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  20. 01 6月, 2022 1 次提交
  21. 23 5月, 2022 1 次提交
  22. 20 5月, 2022 1 次提交
  23. 22 4月, 2022 1 次提交
  24. 19 4月, 2022 1 次提交
  25. 14 4月, 2022 1 次提交
  26. 13 4月, 2022 1 次提交
  27. 11 4月, 2022 1 次提交
    • C
      [Yaml] Add assign yaml (#41428) · 437bebda
      chentianyu03 提交于
      * add assign yaml
      
      * add assign api
      
      * add assign backward api
      
      * add assign
      
      * add assign yaml
      
      * add assign
      
      * assign yaml
      
      * add assign raw kernel and use assign_raw in yaml
      
      * merge develop branch
      
      * add missing python_api
      437bebda
  28. 07 4月, 2022 2 次提交
  29. 04 4月, 2022 3 次提交
  30. 01 4月, 2022 2 次提交
  31. 30 3月, 2022 1 次提交
  32. 28 3月, 2022 1 次提交
  33. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  34. 24 3月, 2022 1 次提交
  35. 23 3月, 2022 2 次提交
    • J
      Support sharding (#40637) · fe291daf
      Jiabin Yang 提交于
      * suppor sharding api
      
      * support multi api for sharding in eager
      
      * support multi api for sharding in eager
      
      * fix test
      
      * fix test coverage
      fe291daf
    • W
      [Eager] Slice (#40587) · b07d239c
      wanghuancoder 提交于
      * fix some slice bug, test=develop
      
      * eager slice, test=develop
      
      * eager slice, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * fix bug, test=develop
      
      * refine, test=develop
      
      * rename function name, test=develop
      b07d239c