1. 08 9月, 2023 9 次提交
  2. 07 9月, 2023 4 次提交
  3. 06 9月, 2023 6 次提交
  4. 05 9月, 2023 1 次提交
  5. 04 9月, 2023 4 次提交
  6. 02 9月, 2023 1 次提交
  7. 01 9月, 2023 2 次提交
  8. 31 8月, 2023 2 次提交
  9. 30 8月, 2023 2 次提交
  10. 29 8月, 2023 3 次提交
  11. 28 8月, 2023 4 次提交
    • H
      [NewIR]Fix new ir output dtype bug (#56620) · 1409e4ec
      hong 提交于
      * update
      
      * fix batch norm grad args def
      
      * fix bug
      
      * fix combine slice bug
      
      * fix slice bug
      
      * update builtin split
      1409e4ec
    • L
      Add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. Lowing... · 589588f3
      liuruyan 提交于
      Add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. Lowing DenseTensorType. (#56615)
      
      * add symbolicDimProduct & symbolicDimMgr without method shape_constraint related.
      
      * add pd_type.cc to ir_shape CMakeLists.
      
      * add dimOp, tieProductEqualOp. access constraint_func in SymbolTable.
      
      * put DenseTensorType into builtin_type.
      589588f3
    • K
      [NewIR] register set_value in new ir (#56436) · deee91d8
      kangguangli 提交于
      * register set_value in new ir
      
      * fix
      
      * register set_value_grad
      
      * fix
      
      * fix
      
      * remove debug info
      
      * add unittest
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * resolve comments
      deee91d8
    • X
      [NewIR]Split python api and vjp (#56518) · 7995a389
      xiaoguoguo626807 提交于
      * support ir api form prim
      
      * convert vector of int to intarray
      
      * add reference of lbfgs
      
      * add reference of lbfgs
      
      * support ir api for prim
      
      * Add more gen api
      
      * concat python api to concat_grad
      
      * fix gen conflict
      
      * support vjp prim mode in new ir
      
      * remove useless code
      
      * add vjp autogen v1.0
      
      * add test for prim
      
      * resolve type conflict
      
      * modify utils
      
      * remove useless code
      
      * add split op and modify some bug of vectorType
      
      * fix conflict
      
      * add concat python test
      
      * add split python api to vjp
      
      * modify build bug
      
      * modify run bug
      
      * fix conflict bug
      
      * build bug fix
      
      * modify python api bug
      
      * modify test
      
      * fix conflict
      
      * fluid backward recover
      
      * recover conflict
      
      * reply review comments
      
      * modify opruntimeinfo num
      
      ---------
      Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
      Co-authored-by: NCharles-hit <wanghao107@baidu.com>
      Co-authored-by: N0x45f <wangzhen45@baidu.com>
      Co-authored-by: Nchenzhiyang <1792266893@qq.com>
      Co-authored-by: NChen Zhiyang <chenzhiyang99@126.com>
      7995a389
  12. 27 8月, 2023 1 次提交
  13. 25 8月, 2023 1 次提交
    • H
      New ir support fuse bn add act (#56247) · d3f4596a
      hong 提交于
      * support new ir load combine
      
      * update
      
      * polish code
      
      * remove print
      
      * update
      
      * update
      
      * update
      
      * polish code
      
      * fix bug
      
      * polish code
      
      * fix compile bug
      
      * fix bug
      
      * revert code
      
      * remove useless code
      
      * polish code
      d3f4596a