1. 28 6月, 2023 1 次提交
  2. 27 6月, 2023 1 次提交
  3. 26 6月, 2023 1 次提交
  4. 21 6月, 2023 1 次提交
  5. 02 6月, 2023 2 次提交
    • 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
    • W
      [IR] standardize the use of new IR api. (#54289) · 9a8e9417
      winter-wang 提交于
      9a8e9417
  6. 29 5月, 2023 1 次提交
  7. 20 5月, 2023 1 次提交
  8. 17 5月, 2023 1 次提交
    • Z
      [IR] Program & Parameter & PaddleDialect (#53557) · 78967ad2
      zhangbo9674 提交于
      * add program parameter dialect_interface
      
      * fix op create bug
      
      * add ir parameter convert pd variable methods
      
      * refine code
      
      * fix bug
      
      * refine by ut
      
      * refine ut
      
      * delete unused code
      
      * refine code
      
      * refine code by comment
      
      * reset WITH_NEW_IR
      
      * refine op attribute map
      
      * refine program and op create
      
      * refine program and op create
      78967ad2
  9. 06 5月, 2023 1 次提交
    • Z
      [IR] OpTrait & OpInterface & OpInfo (#52846) · d91d758d
      zhangbo9674 提交于
      * add OpTrait OpInterface ValueIterator TypeList
      
      * refine code
      
      * refine code
      
      * refine code
      
      * add opinfo
      
      * add typeid copy constructor
      
      * add trait interface construct method for opinfo_impl
      
      * add trait interface construct method for opinfo_impl
      
      * add trait interface construct method for opinfo_impl
      
      * add trait interface construct method for opinfo_impl
      
      * add trait interface construct method for opinfo_impl
      
      * add create
      
      * add member func for opinfo
      
      * fix compile bug
      
      * add op interface in ircontext
      
      * fix compile bug
      
      * fix compile bug
      
      * refine code
      
      * fix compile bug
      
      * add ut
      
      * refine ut
      
      * refine code of opinfo_impl
      
      * delete unused code
      
      * add dyncast for operation
      
      * refine comment
      
      * refine opinfo_impl
      
      * delete unused code
      
      * refine code by comment
      
      * refine code
      
      * refine code
      
      * refine code for registerOp
      
      * refine opfin create
      
      * refine code of search method of ircontext
      
      * refine op attribute
      
      * change opinfo_map key from type_id to string
      d91d758d
  10. 12 4月, 2023 1 次提交
    • Z
      [IR] Value system && Operation (#51992) · fd97d7d1
      zhangbo9674 提交于
      * add Value OpResult OpOperand class
      
      * add Value OpResult OpOperand class
      
      * fix bug
      
      * fix bug
      
      * add utils
      
      * refine code
      
      * add ptr offset and reset method
      
      * add value impl
      
      * fix bug
      
      * refine comment of ValueImpl
      
      * refine code of OpResult
      
      * refine code of Value
      
      * add some comment
      
      * fix cpu compile bug
      
      * refine code
      
      * add op
      
      * add method for op & test value
      
      * refine unittest
      
      * refine code by comment
      
      * refine code
      
      * refine code
      
      * refine code
      
      * refine code
      fd97d7d1