1. 10 10月, 2022 1 次提交
  2. 09 10月, 2022 1 次提交
  3. 30 9月, 2022 1 次提交
  4. 27 9月, 2022 1 次提交
  5. 23 9月, 2022 1 次提交
  6. 20 9月, 2022 1 次提交
  7. 13 9月, 2022 1 次提交
  8. 09 9月, 2022 1 次提交
  9. 30 8月, 2022 1 次提交
    • Z
      Remove extra attribute in OpMaker (#44310) · fe321f9a
      zyfncg 提交于
      * add runtime config in phi
      
      * add runtime attr for op desc and op
      
      * fix no proto error
      
      * adjust opdesc set_attr impl
      
      * try to remove conv_op extra attrs
      
      * add init runtime attr map
      
      * change extra header path
      
      * fix runtime_attr
      
      * fix trace_op
      
      * fix bug of pass
      
      * fix merge conflict
      
      * fix dygraph attrs
      
      * fix bug of pass
      
      * fix dygraph bug
      
      * fix unittest module
      
      * delete extra attr default
      
      * fix dropout kernel
      
      * polish code
      
      * fix extra output of instance_norm
      
      * fix merge confilct
      
      * fix op_desc bug
      
      * add extra attr in yaml for conv3d_transpose
      
      * don't remove extra input and output
      
      * fix save_inference_model
      
      * fix bug of batch_norm
      
      * revert some change
      
      * polish log
      
      * polish code
      
      * add code comment
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      fe321f9a
  10. 29 8月, 2022 1 次提交
    • Z
      [new_exe] Dy2Static support new_executor (#44450) · aba1295b
      zhangbo9674 提交于
      * add interpretercore
      
      * refine backward program id
      
      * add code
      
      * refine program
      
      * refine code
      
      * create forward/backward_program by prog2graph2prog method
      
      * test, do not care
      
      * refine code
      
      * refine code
      
      * refine code
      
      * test, do not care
      
      * add interpretorcore
      
      * add scope
      
      * refine scope create method
      
      * add jit for new_exe
      
      * solve conflict
      
      * delete unused code
      
      * polish code
      
      * polish code
      
      * refine scope in inplace
      
      * refine for datatransfer
      
      * refine _rebuild_from_desc
      
      * refine control eager deletion attr
      
      * refine used_for_jit
      
      * refine jit for infer
      
      * op size0 use ori program
      
      * polish code
      
      * refine jit
      
      * refine run_program_op ut
      
      * refine inplace
      
      * refine control
      
      * refine graph helper
      
      * refine control
      
      * refine inplace
      
      * refine buffer_share_inplace_pass
      
      * polish code
      
      * polish code
      
      * refine usage for compilerProgram
      
      * refine control
      
      * test
      
      * test core cache
      
      * refine code
      
      * refine io.py
      
      * increase test_seq2seq timeout
      
      * refine convert program
      
      * refine interpretercore_cache release
      
      * delete buildinplace
      
      * refine partial_program && io
      
      * refine code for io
      
      * test
      
      * test
      
      * test
      aba1295b
  11. 23 8月, 2022 1 次提交
  12. 02 8月, 2022 2 次提交
  13. 20 7月, 2022 2 次提交
  14. 11 7月, 2022 1 次提交
  15. 29 6月, 2022 1 次提交
  16. 26 6月, 2022 1 次提交
  17. 24 6月, 2022 1 次提交
  18. 23 6月, 2022 1 次提交
  19. 16 6月, 2022 1 次提交
  20. 14 6月, 2022 1 次提交
  21. 09 6月, 2022 1 次提交
  22. 05 6月, 2022 1 次提交
  23. 12 5月, 2022 1 次提交
  24. 25 4月, 2022 1 次提交
  25. 24 4月, 2022 1 次提交
  26. 21 4月, 2022 1 次提交
  27. 20 4月, 2022 1 次提交
  28. 18 4月, 2022 1 次提交
  29. 12 4月, 2022 1 次提交
  30. 09 4月, 2022 1 次提交
  31. 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
  32. 02 4月, 2022 1 次提交
  33. 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
  34. 29 3月, 2022 2 次提交
  35. 28 3月, 2022 1 次提交
  36. 27 3月, 2022 1 次提交
  37. 22 3月, 2022 1 次提交