1. 06 9月, 2023 5 次提交
  2. 05 9月, 2023 1 次提交
  3. 04 9月, 2023 4 次提交
  4. 02 9月, 2023 1 次提交
  5. 01 9月, 2023 2 次提交
  6. 31 8月, 2023 2 次提交
  7. 30 8月, 2023 2 次提交
  8. 29 8月, 2023 3 次提交
  9. 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
  10. 27 8月, 2023 1 次提交
  11. 25 8月, 2023 6 次提交
  12. 24 8月, 2023 5 次提交
    • Z
      [IR] Fix BuildOperatorBase bug (#56552) · a15fec8b
      zhangbo9674 提交于
      * fix inplace with set_parameter
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * refine code
      
      * refine code
      
      * fix bug
      
      * refine op_gem
      
      * fix bug
      a15fec8b
    • X
      【new ir】modify builtin_split bug (#56463) · 6de9a8d3
      xiaoguoguo626807 提交于
      * [prim][newir] add basic framework for primitive
      
      * support desctensor in new ir
      
      * add vjp interface
      
      * support vjp in new ir
      
      * support vjp in new ir
      
      * polish vjp interface
      
      * fix stop_gradients set
      
      * fix vjp dispatch
      
      * add comment
      
      * add vjp test for new ir
      
      * add test for tanh vjp
      
      * [prim][newir] add basic framework for primitive
      
      * support desctensor in new ir
      
      * support vjp in new ir
      
      * support vjp in new ir
      
      * polish vjp interface
      
      * fix stop_gradients set
      
      * fix vjp dispatch
      
      * add comment
      
      * add vjp test for new ir
      
      * add test for tanh vjp
      
      * add eager and static backend for warp lower level api
      
      * support call_vjp pybind
      
      * polish code and add test for vjp
      
      * remove useless code
      
      * polish code
      
      * remove useless code
      
      * support mean vjp
      
      * backward origin code
      
      * add test for mean vjp and support has_vjp function
      
      * fix call_vjp
      
      * polish code
      
      * add attrs and dtype interface
      
      * add primitive ops set for backend
      
      * fix compile bugs
      
      * fix some bugs
      
      * fix windows bugs
      
      * add vjp test for tanh_
      
      * fix inference CI
      
      * fix inference ci
      
      * modify fluid cmake
      
      * origin test of tanh and mean passed
      
      * fix conflict
      
      * modify stop_gradient
      
      * remove useless deps
      
      * add cmake
      
      * modify block.ops
      
      * modify test
      
      * fix conflict
      
      * reply review comments
      
      * reply review comments
      
      * pulish code
      
      * fix comment
      
      * fix test
      
      * polish code
      
      * modify backward stop_gradients
      
      * modify static_backend.cc
      
      * refactor grad_op
      
      * support add and add_inplace vjp
      
      * remove useless code
      
      * remove useless code
      
      * remove cout
      
      * modify add_n
      
      * modify add_n with add_vjp test
      
      * modify add_n with add_vjp test
      
      * fix conflict and concat call_vjp
      
      * modify backward test
      
      * Add more gen api
      
      * modify split kernel pass
      
      * modify concat api
      
      * modify builtin split bug
      
      * delete vlog
      
      ---------
      Co-authored-by: Ncxxly <chenxx_id@163.com>
      Co-authored-by: NCharles-hit <wanghao107@baidu.com>
      Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: N0x45f <wangzhen45@baidu.com>
      6de9a8d3
    • A
      [NewIR]Add NOT_FOR_INFER to prune Inference Library Size and Split VJP CodeGen... · 5d43f5e4
      Aurelius84 提交于
      [NewIR]Add NOT_FOR_INFER to prune Inference Library Size and Split VJP CodeGen into pd_op_vjp.cc (#56352)
      
      * [NewIR]Prune Inference Library Size and Remove IR Dialect
      
      * remove options
      
      * add NOT_FOR_INFER
      
      * fix pd_vjp.cc
      
      * polish deps
      
      * fix code style
      
      * fix unittest
      
      * fix cmake
      
      * fix inference CI
      5d43f5e4
    • Y
      [New IR]Support build New IR model in python (#56315) · 4f652ac2
      YuanRisheng 提交于
      4f652ac2
    • Z
      [IR] Auto gen fused op (#56585) · 0d47f387
      zhangbo9674 提交于
      * add code
      
      * fix bug
      
      * fix bug
      0d47f387
  13. 23 8月, 2023 4 次提交