1. 08 9月, 2023 3 次提交
  2. 07 9月, 2023 2 次提交
  3. 06 9月, 2023 6 次提交
  4. 04 9月, 2023 2 次提交
  5. 02 9月, 2023 2 次提交
  6. 01 9月, 2023 2 次提交
    • A
      [NewIR]Part-2.1 Refactor NewIRCompiler to support Group Ops (#56762) · 7adb4703
      Aurelius84 提交于
      * [NewIR]Part-2.1 Refactor NewIRCompiler to support Group Ops
      
      * fix gflags link error
      
      * fix include ir_printer.h
      
      * fix unittest
      
      * fix conflict
      
      * fix flags
      
      * fix comment
      7adb4703
    • C
      [IR] Add test for LegacyKernelOp (#56818) · 1dd6f6fa
      chen2016013 提交于
      * add test for legacy_op
      
      * add test for legacy_op
      
      * add test
      
      * change test legacy op : pd.c_concat
      
      * fix codestyle
      
      * add legacy kernel op test
      
      * Update ir_kernel_dialect_pass_test.cc
      
      * Update ir_kernel_dialect_pass_test.cc
      
      * Update ir_kernel_dialect_pass_test.cc
      1dd6f6fa
  7. 31 8月, 2023 1 次提交
    • C
      [AutoParallel] Adapt static spmd rules for dynamic graph (#56367) · 54fcd9a9
      Chen Weihang 提交于
      * move matmul spmd rules into phi
      
      * add basic infer spmd utils
      
      * addspmd factory
      
      * fix compile error
      
      * add unittest
      
      * refine infer spmd test and utils
      
      * debug infer spmd test
      
      * adapt python test
      
      * poish details
      
      * change to vector attr arg
      
      * revert needless change
      
      * update matmul spmd rule test
      
      * remove original rule
      
      * polish details
      
      * fix marco error
      
      * add comment
      
      * pass backward test
      
      * fix compile error
      
      * add cmake rule for spmd_rules_test
      
      * add dist meta tensor
      
      * update pybind impl
      
      * add marco for rules
      54fcd9a9
  8. 30 8月, 2023 3 次提交
    • 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
    • N
  9. 29 8月, 2023 1 次提交
  10. 28 8月, 2023 5 次提交
  11. 25 8月, 2023 5 次提交
  12. 24 8月, 2023 3 次提交
  13. 23 8月, 2023 2 次提交
  14. 22 8月, 2023 1 次提交
    • C
      [AutoParallel] Polish dist tensor design (#56368) · 8495377a
      Chen Weihang 提交于
      * polish dist teensor design
      
      * adjust constructor
      
      * polish details
      
      * polish details design
      
      * fix compile error
      
      * refactor init tensor impl
      
      * fix reshard test
      
      * polish details
      
      * add unittest for coverage
      8495377a
  15. 21 8月, 2023 2 次提交