1. 24 6月, 2022 2 次提交
  2. 23 6月, 2022 1 次提交
  3. 16 6月, 2022 2 次提交
  4. 14 6月, 2022 1 次提交
  5. 10 6月, 2022 1 次提交
  6. 09 6月, 2022 1 次提交
  7. 05 6月, 2022 1 次提交
  8. 04 6月, 2022 1 次提交
  9. 16 5月, 2022 1 次提交
  10. 12 5月, 2022 1 次提交
  11. 01 5月, 2022 1 次提交
  12. 27 4月, 2022 1 次提交
  13. 26 4月, 2022 1 次提交
  14. 25 4月, 2022 2 次提交
  15. 24 4月, 2022 1 次提交
  16. 21 4月, 2022 2 次提交
  17. 20 4月, 2022 1 次提交
  18. 19 4月, 2022 1 次提交
  19. 18 4月, 2022 2 次提交
  20. 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
  21. 15 4月, 2022 1 次提交
  22. 14 4月, 2022 2 次提交
  23. 13 4月, 2022 1 次提交
  24. 12 4月, 2022 1 次提交
  25. 09 4月, 2022 1 次提交
  26. 07 4月, 2022 1 次提交
  27. 05 4月, 2022 1 次提交
    • L
      [new-exec] enable the new standalone executor by default (#41179) · 93ea1297
      Leo Chen 提交于
      * enable new executor by default
      
      * enable stream safe allocator
      
      * test=document_fix;test=coverage
      
      * do not use scope in op kernel
      
      * fit empty program for new executor
      
      * fix communication depend
      
      * fix test_sync_batch_norm
      
      * skip unsupported place
      
      * refine datatransfer
      
      * fit for dirtributed program
      
      * fix dependencpy
      
      * fix some ut
      93ea1297
  28. 03 4月, 2022 1 次提交
    • C
      [Phi]Concat grad (#41112) · 3f57ef7a
      chentianyu03 提交于
      * add concat_grad kernel
      
      * fix error
      
      * remove comment code
      
      * fix outs nullptr error
      
      * change to phi header
      
      * add concat_grad declare for standalone_executor_test
      3f57ef7a
  29. 02 4月, 2022 2 次提交
  30. 01 4月, 2022 3 次提交
  31. 31 3月, 2022 1 次提交
    • L
      [new-exec] fit mkldnn op (#41058) · 02cf6764
      Leo Chen 提交于
      * fix bug that some op has no op_role attr
      
      * add mkldnn support for new executor
      
      * fit for mkldnn data_transfer
      
      * fit for mkldnn data_transfer
      02cf6764