1. 07 9月, 2023 1 次提交
    • Z
      [NewIR] Update send recv infermeta and add unittest (#56794) · 2857fdbb
      zhaoyingli 提交于
      * [NewIR]Update send recv infermeta and add unittest
      
      * rm new ir flag
      
      * rm fluid api
      
      * skip runing startup prog
      
      * update flag name
      
      * update recv_v2 yaml
      
      * fix conflict
      
      * unittest only for pp
      
      * fix cmakelist
      
      * unittest check precision
      
      * control random
      
      * fix cmakelist
      2857fdbb
  2. 06 9月, 2023 7 次提交
  3. 05 9月, 2023 7 次提交
  4. 04 9月, 2023 9 次提交
  5. 01 9月, 2023 7 次提交
  6. 31 8月, 2023 7 次提交
  7. 30 8月, 2023 2 次提交
    • K
      [NewIR] fix logical op infermeta (#56711) · 987cb97e
      kangguangli 提交于
      * fix logical op infermeta
      
      * add test
      
      * adpat inplace api
      987cb97e
    • H
      Add paddle custom flags support (#56256) · 2ef4ec71
      huangjiyi 提交于
      * update
      
      * repalce gflags header
      
      * replace DEFINE_<type> with PD_DEFINE_<type>
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * update cmake
      
      * add :: before some paddle namespace
      
      * fix link error
      
      * fix CI-Py3
      
      * allow commandline parse
      
      * fix SetFlagsFromEnv
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix CI-Coverage-build
      
      * fix CI-Windows-build
      
      * fix CI-Inference
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix inference api test
      
      * fix infer_ut test
      
      * revert infer_ut gflags usage
      
      * update
      
      * fix inference
      
      * remove flags export macro
      
      * revert inference demo_ci gflags usage
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix bug when turn on WITH_GFLAGS
      
      * turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * update
      
      * update and add unittest
      
      * add unittest
      
      * fix conflict
      
      * rerun ci
      
      * update
      
      * resolve conflict
      2ef4ec71