1. 14 6月, 2023 1 次提交
  2. 13 6月, 2023 1 次提交
  3. 12 6月, 2023 3 次提交
  4. 09 6月, 2023 1 次提交
  5. 08 6月, 2023 1 次提交
  6. 07 6月, 2023 5 次提交
  7. 06 6月, 2023 8 次提交
  8. 05 6月, 2023 12 次提交
  9. 04 6月, 2023 2 次提交
  10. 03 6月, 2023 3 次提交
  11. 02 6月, 2023 3 次提交
    • K
      [IR] Refine some IR code (#54303) · 1f82bc37
      kangguangli 提交于
      * add vector type support for program translator
      
      * polish
      
      * support basic attribute type
      
      * resolve conflicts
      
      * add verify for combine/slice and unittests
      
      * polish
      
      * support more type in attribute translator
      
      * modify by reviews
      
      * fix merge mistakes
      
      * refine code
      
      * refine code
      
      * add interface
      
      * fix: op name normalization
      
      * fix typo
      
      * refactor input translator
      
      * fix merge conflicts
      
      * fix op normalizer bug
      
      * refactor attribute translator
      
      * fix bug
      
      * refactor output translator
      
      * fix typo
      
      * fix
      
      * fix approval error
      
      * fix coverage
      
      * fix op_compat parser
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * revert some changes
      
      ---------
      Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
      1f82bc37
    • Y
      [BugFix]Change PHI to static mode for Inference lib (#54252) · d015ecf5
      YuanRisheng 提交于
      * fix inference static lib bugs
      
      * add if for copy
      
      * fix py3 bugs
      
      * change phi to static for inference
      
      * fix py3 bugs
      
      * fix ci-inference
      
      * fix inference bugs
      
      * perfect code
      d015ecf5
    • Y
      [BugFix]Fix TypeInfo errors in MacOS (#54279) · 4f56e7c2
      YuanRisheng 提交于
      * fix mac typeinfo bugs
      
      * add file
      
      * move code to cc
      
      * fix compile bugs
      4f56e7c2