1. 07 9月, 2023 1 次提交
  2. 17 8月, 2023 1 次提交
  3. 15 8月, 2023 1 次提交
  4. 14 8月, 2023 1 次提交
  5. 07 8月, 2023 1 次提交
  6. 02 8月, 2023 1 次提交
    • Z
      [IR] NewIr Interpreter Beta run regular (#55828) · 63b7fc80
      zhangbo9674 提交于
      * add interface
      
      * add code
      
      * add code
      
      * add code
      
      * add code
      
      * fix bug
      
      * fix bug
      
      * add var prefix
      
      * add code
      
      * add code
      
      * add code
      
      * fix compile bug
      
      * fix bug
      
      * refine code
      
      * refine code
      
      * refine code
      
      * refine code
      
      * fix bug
      
      * add code
      
      * add code
      
      * fix bug
      
      * add code
      
      * add code
      
      * refine code
      
      * refine code
      
      * fix bug
      
      * add code
      
      * fix bug in phi__kernel_utils
      
      * refine code
      
      * fix bug
      
      * open flag
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * fix bug
      63b7fc80
  7. 31 7月, 2023 1 次提交
    • Z
      [IR] Support GC and TraceRun for NewIr InterpreterCore (#55772) · dc96ebc0
      zhangbo9674 提交于
      * add interface
      
      * add code
      
      * add code
      
      * add code
      
      * add code
      
      * fix bug
      
      * fix bug
      
      * add var prefix
      
      * add code
      
      * add code
      
      * add code
      
      * fix compile bug
      
      * fix bug
      
      * refine code
      
      * refine code
      
      * refine code
      
      * refine code
      
      * fix bug
      
      * add code
      
      * add code
      
      * fix bug
      
      * add code
      
      * add code
      
      * refine code
      
      * refine code
      
      * fix bug
      dc96ebc0
  8. 30 7月, 2023 1 次提交
  9. 26 7月, 2023 1 次提交
  10. 20 7月, 2023 1 次提交
    • S
      【静态图性能优化】图依赖信息复用 (#55389) · ee65599e
      Sonder 提交于
      * add share api for DependencyBuilder
      
      * add judge codes for sharing build results
      
      * add ShareBuildResultsFrom
      
      * update ShareDependencyFrom
      
      * fix error
      
      * add share codes
      
      * fix memory error
      
      * update according review
      
      * update notes
      
      * fix code style
      
      * remove const_cast
      
      * fix code style
      ee65599e
  11. 19 7月, 2023 1 次提交
  12. 14 7月, 2023 2 次提交
  13. 06 7月, 2023 1 次提交
  14. 05 7月, 2023 1 次提交
  15. 19 6月, 2023 1 次提交
  16. 16 6月, 2023 1 次提交
    • R
      Run plan in standalone executor (#54394) · 752670e2
      Ruibiao Chen 提交于
      * Run plan in standalone executor
      
      * Update codes
      
      * Update atol and rtol for py3-CI
      
      * Add scope to cache key
      
      * Fix CI errors
      
      * Fix code style
      
      * Update codes
      
      * Remove fetch_name in standalone executor
      
      * Fix UT
      
      * Update codes
      
      * Fix new IR bug
      752670e2
  17. 15 6月, 2023 1 次提交
    • H
      [IR] [Baby step] New interprector support new ir (#54570) · ce0c5c27
      hong 提交于
      * add kernel dialect
      
      * change DenseTensorTypeStorage to DenseTensorType
      
      * add test case`
      
      * add first pd_op to kernel dialect
      
      * lower pd op to kernel dialect
      
      * update
      
      * update
      
      * remove useless code
      
      * add attrite print test
      
      * fix bug
      
      * update
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish  code  and add python test
      
      * add test
      
      * fix test error
      
      * add env flag
      
      * fix bug
      
      * revert test env
      
      * change cc_test_old to cc_test
      
      * fix build_static bug
      
      * fix type test error
      
      * udpate cmake
      
      * disable test in windows
      
      * fix inference compile
      ce0c5c27
  18. 08 6月, 2023 1 次提交
  19. 31 5月, 2023 1 次提交
  20. 30 5月, 2023 1 次提交
  21. 10 4月, 2023 1 次提交
  22. 02 3月, 2023 1 次提交
    • R
      New executor static build for fluid kernel (#50670) · bf50784c
      Ruibiao Chen 提交于
      * Check structed kernel for new executor static build
      
      * Update code
      
      * Ready for resnet50
      
      * Move transfer_dtype to phi
      
      * Ready for transformer
      
      * Fix CI errors
      
      * Fix layer_norm InferMeta
      
      * Remove layer_norm infermeta fix
      bf50784c
  23. 16 2月, 2023 1 次提交
  24. 30 1月, 2023 1 次提交
  25. 17 1月, 2023 1 次提交
    • P
      support CUDA Graph for new executor (#49708) · 8e5ed04d
      pangyoki 提交于
      * new exe supports CUDA Graph
      
      * fix
      
      * fix
      
      * fix
      
      * fix FLAGS_use_stream_safe_cuda_allocator in unittest
      
      * insert output of coalesce_tensor op to skip_gc_var
      
      * fix
      8e5ed04d
  26. 28 12月, 2022 1 次提交
    • L
      [new-exec] Ahead-Of-Time choosing kernel (#48789) · 63d2d722
      Leo Chen 提交于
      * add skip run
      
      * alloc minimum memory
      
      * skip check_size in Alloc
      
      * skip check_size in Alloc
      
      * skip check_size in Alloc
      
      * fix cases when tensor is initialized or empty
      
      * alloc empty output for place info
      
      * add test
      
      * increase timeout
      
      * format code
      
      * skip cpu
      
      * add cudnn_deterministic
      
      * fit for hostAlloc
      
      * follow comments
      
      * change check_size to fake_alloc
      63d2d722
  27. 27 12月, 2022 2 次提交
  28. 28 11月, 2022 1 次提交
  29. 26 11月, 2022 1 次提交
  30. 25 11月, 2022 1 次提交
    • R
      Refactor stream anayzer (#48158) · 889318d8
      Ruibiao Chen 提交于
      * Move stream_anayzer to interpreter
      
      * Refactor StreamAnalyzer
      
      * Refactor RunNextInstructionList
      
      * Remove no_data_transform_index
      
      * Fix typos
      
      * Fix data_transfer OpFuncType error
      
      * Add event for depend_op
      
      * Update transfer OpFuncType for heter place
      889318d8
  31. 02 11月, 2022 1 次提交
  32. 31 10月, 2022 1 次提交
    • K
      [ControlFlow] replace executor in run method of control flow ops with standalone_executor (#45696) · 3b219e5e
      kangguangli 提交于
      * replace executor in conditional_block_op.run with standalone_executor
      
      * add block_id as the argument of standalone executor's method run; add print for program
      
      * fix scope bug about conditional block op
      
      * fix bug: unnecessary return of fetch value
      
      * fix typo
      
      * fix: quantization will set variable persistable, and these variables must exist in global scope
      
      * add interpretercore cache for conditional block op but not activate in default
      
      * fix bug: local scope reuse for conditional block op
      
      * reset scope when conditional block op runs
      
      * fix typo
      
      * fix typo and code style
      
      * add build scope for conditional block op
      
      * add skip for transfer_layout kernel
      
      * refind code
      
      * fix reset_scope
      
      * fix reset_scope
      
      * refine code
      
      * refine code
      
      * refine code
      
      1. remove flag use in conditional_block_op
      2. pass execution_config to BuildOpFuncList instead of individual parameter
      
      * refine code
      
      * remove the use of FLAGS_control_flow_use_new_executor_cache
      
      * change FLAGS_control_flow_use_new_executor to false
      3b219e5e
  33. 19 10月, 2022 1 次提交
  34. 12 10月, 2022 1 次提交
  35. 11 10月, 2022 1 次提交
  36. 10 10月, 2022 1 次提交
  37. 23 9月, 2022 1 次提交
  38. 20 9月, 2022 1 次提交