1. 06 9月, 2023 2 次提交
    • X
      support for checking op's inputs grad semantic (#56925) · d8122a23
      Xianduo Li 提交于
      * add <with_grad_semantic> in OpInputInfo to represent whether an input of OP has grad semantics
      
      * add support for check OP's input grad semantic by comparing fwd_op inputs and bwd_op outputs
      
      * add pybind interface to support checking OP's inputs grad semantic in python-level
      
      * add test
      
      * fix bugs
      
      * fix bugs in op_gen
      
      * fix bugs in op_gen
      
      * add test for multiply_op
      
      * fix bugs in codestype
      
      * fix bugs in codestype
      d8122a23
    • W
      [NewIR] add_n and combine support selected rows (#56754) · 85dbcefd
      wanghuancoder 提交于
      * add_n and combine support selected rows
      85dbcefd
  2. 05 9月, 2023 1 次提交
  3. 28 8月, 2023 1 次提交
    • 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
  4. 25 8月, 2023 1 次提交
  5. 23 8月, 2023 1 次提交
  6. 21 8月, 2023 1 次提交
  7. 09 8月, 2023 1 次提交