1. 01 9月, 2023 6 次提交
  2. 31 8月, 2023 29 次提交
  3. 30 8月, 2023 5 次提交
    • 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
    • [xdoctest][task 239] reformat example code with google style in... · 1c858591
      小飞猪 提交于
      [xdoctest][task 239] reformat example code with google style in `python/paddle/incubate/asp/asp.py` (#56731)
      
      * [Doctest]fix No.239, test=docs_preview
      
      * fix style
      1c858591
    • [xdoctest] reformat example code with google style in No. 201 (#56472) · 5f3c7ba4
      张春乔 提交于
      * xdoc
      
      * Update python/paddle/tensor/einsum.py
      
      * Update einsum.py
      
      * Apply suggestions from code review
      
      * Update einsum.py
      
      * Apply suggestions from code review
      5f3c7ba4
    • N