1. 12 7月, 2022 1 次提交
  2. 06 7月, 2022 1 次提交
  3. 24 6月, 2022 2 次提交
  4. 15 6月, 2022 1 次提交
  5. 05 6月, 2022 1 次提交
  6. 01 6月, 2022 1 次提交
  7. 30 5月, 2022 1 次提交
  8. 27 5月, 2022 1 次提交
  9. 23 5月, 2022 1 次提交
    • J
      [Internal reviewing] NHWC fix to am_vocoder model for oneDNN 2.6 (#42729) · d414af94
      Jacek Czaja 提交于
      * - prototype of reimplemented fixes
      
      * - compilation fixes
      
      * - compilation fix
      
      * - cosmetic info
      
      * - hopefully fix
      
      * - compilation fix
      
      * - supported for nested blocking of cache clearing
      
      * - fix
      
      * - Unit test to changes
      
      * - Compilation fix to windows (hopefully)
      
      * - Moved resetting layout to ResetBlob
      
      * - fixes after review
      d414af94
  10. 28 4月, 2022 2 次提交
    • C
      Optimize attribute selected performence (#42294) · 5063546a
      Chen Weihang 提交于
      * opt attr eaque perf
      
      * opt attr select code
      
      * fix one hot infermeta
      
      * polish get attr impl
      
      * fix tests failed
      
      * add testcases
      5063546a
    • L
      [KP] fix bug when phi kernel is *_raw (#42113) · 9fd2c546
      Liu-xiandong 提交于
      * [KP] fix bug when phi kernel is *_raw
      
      * modify the static graph
      
      * delete useless comment
      
      * delete the phi multiply kernel case
      
      * add VLOG(3) message
      
      * add VLOG(3) message
      
      * fix static graph error in phi
      
      * fix bug in tranform model
      
      * modify the comment
      
      * delete useless code
      
      * fix CI bug
      
      * fix CI bug
      9fd2c546
  11. 27 4月, 2022 2 次提交
  12. 26 4月, 2022 2 次提交
  13. 25 4月, 2022 2 次提交
  14. 24 4月, 2022 1 次提交
  15. 23 4月, 2022 1 次提交
  16. 22 4月, 2022 1 次提交
  17. 17 4月, 2022 1 次提交
    • C
      [Perf] Optimize dygraph scheduling performance (#41696) · 7ee31a96
      Chen Weihang 提交于
      * split phi and fluid infermeta context
      
      * resolve conflict
      
      * fix type error
      
      * optimize scheduling perf
      
      * spec small vector size
      
      * replace all grad var name
      
      * fix test failed
      
      * move init defalut signature
      
      * polish details
      
      * polish details
      
      * fix no init bug
      
      * init sig for tests
      
      * add init sig for infer
      
      * fix infrt error
      
      * fix infrt failed
      
      * fix kunlun error
      
      * fix infrt failed
      7ee31a96
  18. 13 4月, 2022 1 次提交
  19. 10 4月, 2022 1 次提交
  20. 05 4月, 2022 1 次提交
  21. 02 4月, 2022 1 次提交
  22. 01 4月, 2022 3 次提交
  23. 31 3月, 2022 2 次提交
  24. 25 3月, 2022 1 次提交
    • A
      [Phi] Migrate Adam and AdamW into Phi (#40351) · 56cd3407
      Aurelius84 提交于
      * [Phi] Migrate Adam and Adamw into Phi
      
      * fix compile error and unittest ok
      
      * fix compile error and unittest ok
      
      * fix undefined reference to fLI::FLAGS
      
      * test depend on operator
      
      * fix cmake
      
      * fix xpu compile
      
      * fix infrt
      
      * fix amp_type_traits
      
      * fix amp_type_traits
      
      * modify according reviewer
      
      * modify according reviewer
      
      * fix dtype float16
      
      * fix typo
      
      * fix Cmake
      
      * fix code style
      56cd3407
  25. 23 3月, 2022 1 次提交
  26. 18 3月, 2022 1 次提交
    • Z
      [Phi]Move hierarchical_sigmoid kernel to phi (#40553) · 64a7cbd3
      Zhang Zheng 提交于
      * first commit
      
      * fix compile error
      
      * support std::vector<std::srting>
      
      * fix
      
      * fix op support on GPU by chenweihang
      
      * pass test
      
      * infershape
      
      * add set_dtype
      
      * fix order
      
      * fix
      
      * unify the impl of dt and sr
      
      * fix
      64a7cbd3
  27. 17 3月, 2022 1 次提交
    • C
      [Phi] Move assign kernel into phi (#40022) · 1904572a
      Chen Weihang 提交于
      * move assign kernel init commit
      
      * change vec<tensor> to vec<tensor*>
      
      * support tensor array
      
      * support api declare
      
      * fix test_list failed
      
      * fix npu and xpu failed
      
      * fix infrt failed
      
      * remove assign array size in operator
      
      * move assign sr header into sr dir
      
      * add infermeta for assign
      
      * test op success
      
      * fix test_list failed
      
      * fix kunlun failed
      
      * add set host allocator in tests
      
      * support tensor array in arg ctx
      
      * open set layout in share_meta
      
      * fix meta tensor layout error
      
      * fix test failed
      1904572a
  28. 16 3月, 2022 1 次提交
  29. 15 3月, 2022 1 次提交
    • H
      Move one hot to phi (#39876) · 7701db37
      hong 提交于
      * move one hot to phi; test=develop
      
      * fix bugs; test=develop
      
      * fix bugs; test=develop
      
      * add infer meta; test=develop
      
      * fix bugs; test=develop
      
      * resolve confilct
      
      * resolve confilct
      
      * fix bug;
      
      * fix error; test=develop
      
      * update; test=develop
      
      * polish code; test=develop
      
      * add one api in eager mode; test=develop
      
      * add one hot test; test=develop
      
      * remove use less code; test=develop
      
      * fix bug; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      7701db37
  30. 09 3月, 2022 1 次提交
  31. 03 3月, 2022 2 次提交