1. 08 6月, 2023 3 次提交
    • Y
      output tensor hook support while op (#54432) · 418d2796
      Yuanle Liu 提交于
      418d2796
    • K
      [IR] IR attribute printer and support mutable attribute (#54369) · 51ca74bb
      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
      
      * refactor scalar attribute
      
      * draft
      
      * fix
      
      * fix op build
      
      * fix op build
      
      * temporarily save
      
      * adpat mutable attribute
      
      * refine op_comat_gen process
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * fix merge conflicts
      
      * complete dialect attribute printer and refine ir_throw
      
      * polish code
      
      ---------
      Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
      51ca74bb
    • C
      fuse vit attention for faster-rcnn on BML (#54139) · fc880209
      cmeng 提交于
      fc880209
  2. 07 6月, 2023 9 次提交
  3. 06 6月, 2023 8 次提交
  4. 05 6月, 2023 12 次提交
  5. 04 6月, 2023 2 次提交
  6. 03 6月, 2023 3 次提交
  7. 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