1. 17 8月, 2023 1 次提交
    • S
      Support control flow for static build [Step 1: support subgraph] (#56185) · dcfe2f1a
      Sonder 提交于
      * remove execution_config.used_for_control_flow_op
      
      * update
      
      * update
      
      * open static build flag
      
      * close static build flag
      
      * open static build flag
      
      * add searchsorted to analyze dtype list
      
      * recover and add test_searchsorted_op to static build list
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      dcfe2f1a
  2. 15 8月, 2023 1 次提交
  3. 14 8月, 2023 1 次提交
  4. 09 8月, 2023 1 次提交
  5. 08 8月, 2023 1 次提交
  6. 07 8月, 2023 1 次提交
  7. 03 8月, 2023 1 次提交
  8. 26 7月, 2023 1 次提交
  9. 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
  10. 14 7月, 2023 1 次提交
    • Z
      [IR] Reconstruct the Instruction for NewIrInterpreter (#55239) · 69e9f03e
      zhangbo9674 提交于
      * add inplace interface
      
      * support inplace
      
      * refine code
      
      * fix bug
      
      * fix bug
      
      * refien code
      
      * add file
      
      * add interface
      
      * refine code
      
      * refine code
      
      * add phi kernel instruction
      
      * refine code
      
      * add test
      
      * delete unuse code
      
      * add test
      
      * add test
      
      * add deps
      
      * delete unused code
      
      * fix bug
      
      * fix bug
      69e9f03e
  11. 12 7月, 2023 1 次提交
  12. 07 7月, 2023 1 次提交
  13. 05 7月, 2023 1 次提交
  14. 19 6月, 2023 2 次提交
    • A
      [NewExe]Polish InterpreterCore with PImpl and Derived ProgramInterpreter and... · f38e126e
      Aurelius84 提交于
      [NewExe]Polish InterpreterCore with PImpl and Derived ProgramInterpreter and NewIRInterpreter (#54651)
      
      * [NewExe]Polish InterpreterCore with PImpl
      
      fix code style
      
      add std::move
      
      * fix conflict
      
      * fix typo
      
      * fix typo
      f38e126e
    • H
      Support tensor attribute runtime (#54692) · 93f7a02a
      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
      
      * update
      
      * support tensor attribute runtime
      
      * add result check
      
      * polish test code
      
      * fix test error
      
      * add scalar test & polish code
      
      * re-open test case
      93f7a02a
  15. 16 6月, 2023 2 次提交
  16. 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
  17. 08 6月, 2023 1 次提交
  18. 31 5月, 2023 1 次提交
  19. 30 5月, 2023 1 次提交
  20. 22 5月, 2023 1 次提交
  21. 25 4月, 2023 1 次提交
    • Y
      [PHI]Add flags macro for PHI (#52991) · 22e96bde
      YuanRisheng 提交于
      * add flags for phi
      
      * fix compile bugs
      
      * fix ci bugs
      
      * fix inference bugs
      
      * fix cinn' bugs
      
      * fix cinn bugs
      
      * perfect code according comment
      
      * fix ci bugs
      
      * fix ci bugs
      22e96bde
  22. 10 4月, 2023 1 次提交
  23. 06 4月, 2023 1 次提交
  24. 04 4月, 2023 1 次提交
    • R
      Improve new executor static build (#51149) · 5bac67d4
      Ruibiao Chen 提交于
      * Improve new executor static build
      
      * Skip GC for static build
      
      * Skip infershape for static build
      
      * Handle read_op
      
      * Add fused_attention to OpsWithFluidKernelNeedMoveToPhi
      
      * Fix argsort typos
      
      * Add sequence_pool to OpsWithFluidKernelNeedMoveToPhi
      
      * Fix skip share lod errors
      
      * Fix errors for adam
      
      * Fix errors for eigvals, memcpy and fake_quantize
      
      * Add static_build.cc
      
      * Add black list
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Fix TensorArray
      
      * Fix TensorArray
      
      * Add update_loss_scaling to OpsNeedSetOutputDtypeWhenRegisterPhiKernel
      
      * Fix copy
      
      * Fix errors
      
      * Fix momentum
      
      * Skip mkldnn
      
      * Fix CI errors
      
      * Fix c_sync_calc_stream_op
      
      * Fix CINN
      
      * Fix while op
      
      * All CI pass, disable FLAGS to merge code, enable it after more tests in future
      
      * Add UTs
      
      * Fix typos
      
      * Fix typos
      
      * Add mkldnn UT
      
      * Remove mkldnn test
      
      * Fix typos
      
      * Fix dist test
      
      * Fix typos
      
      * Fix CI errors
      
      * Fix CI errors
      
      * Add UTs
      
      * Fix typos
      
      * Fix typos
      
      * Add sparse tests
      
      * ToComplexType -> ToComplex
      
      * Add test_matmul_op_static_build to disable_win_inference_test
      5bac67d4
  25. 03 4月, 2023 1 次提交
  26. 30 3月, 2023 1 次提交
    • H
      register fluid kerenls to phi [part 1] (#52014) · 93d01787
      huangjiyi 提交于
      * update assign_pos
      
      * update attention_lstm
      
      * update barrier
      
      * update batch_fc
      
      * update beam_search
      
      * update beam_search_decode
      
      * update bilateral_slice
      
      * fix bug
      
      * Handle Structure kernel for InterpreterCore::RunOperator
      
      * fix bug
      
      * fix rocm compile
      
      * fix rocm compile
      
      * Revert "fix rocm compile"
      
      * test
      
      * revert test and update cmake
      
      ---------
      Co-authored-by: Nchenruibiao <chenruibiao@baidu.com>
      93d01787
  27. 15 3月, 2023 1 次提交
  28. 14 3月, 2023 1 次提交
  29. 10 3月, 2023 1 次提交
  30. 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
  31. 20 2月, 2023 1 次提交
  32. 16 2月, 2023 1 次提交
  33. 15 2月, 2023 1 次提交
  34. 07 2月, 2023 1 次提交
  35. 30 1月, 2023 1 次提交
  36. 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
  37. 05 1月, 2023 1 次提交
  38. 03 1月, 2023 1 次提交