- 08 9月, 2023 9 次提交
-
-
由 zhangbo9674 提交于
* add control flag * add log
-
由 YuanRisheng 提交于
* delete list * fix ci bugs
-
由 zyfncg 提交于
* add FusedGemmEpilogueOp in new ir * fix conflict
-
由 Xianduo Li 提交于
* add comments of member <with_grad_semantic> * polish code * polish code comments
-
由 zhangbo9674 提交于
* fix bug * refine code * refine code * refine code * refine code * refine code * refine code * fix bug
-
由 chen2016013 提交于
* fix merge bug * fix codestyle
-
由 chen2016013 提交于
-
由 xiaoguoguo626807 提交于
* add reference of lbfgs * add reference of lbfgs * modify concat kernel choose * modify ci
-
由 wanghuancoder 提交于
-
- 07 9月, 2023 4 次提交
-
-
由 Chen Zhiyang 提交于
* fix StrAttribute vjp gen bug * add dropout to list * fix bug * fix bug
-
由 winter-wang 提交于
* [IR] add control flow dialect
-
由 zhangbo9674 提交于
* enable inplace in dy2st with newir * fix bug --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com>
-
由 zhaoyingli 提交于
* [NewIR]Update send recv infermeta and add unittest * rm new ir flag * rm fluid api * skip runing startup prog * update flag name * update recv_v2 yaml * fix conflict * unittest only for pp * fix cmakelist * unittest check precision * control random * fix cmakelist
-
- 06 9月, 2023 6 次提交
-
-
由 Charles-hit 提交于
-
由 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
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 zhangbo9674 提交于
* add meta tensor * refine code * fix bug * fix bug
-
由 wanghuancoder 提交于
* add_n and combine support selected rows
-
由 Yuanle Liu 提交于
-
- 05 9月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* fix addn infermeta * fix rule bug
-
- 04 9月, 2023 4 次提交
-
-
由 WangZhen 提交于
-
由 zhaoyingli 提交于
* [NewIR]add c_allreduce_sum/c_identity/c_reduce_sum/c_embedding/c_embedding_grad * rm VLOG * rm c_identity from LegacyOpList * rm VLOG * rm c_reduce_sum
-
由 zhangbo9674 提交于
* add code * add code * refine code * add code * fix bug * fix bug * fix bug * add code * add ut * polish code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * fix bug * refine code * add code * fix bug * fix bug * fix bug * fix bug * fix bug * refine code
-
由 WangZhen 提交于
-
- 02 9月, 2023 1 次提交
-
-
由 chen2016013 提交于
-
- 01 9月, 2023 2 次提交
-
-
由 Charles-hit 提交于
* Fix attr type error like concat axis * Fix None input error * Fix intermediate output * support vjp code gen --------- Co-authored-by: N0x45f <wangzhen45@baidu.com>
-
由 chen2016013 提交于
* Generate pd_op.parsed.yaml from pd_op.yaml * Generate pd_op.parsed.yaml from pd_op.yaml * fix bug * bug fix * bug fix * bug fix * 向pd_ops.yaml中新增算子 & 修改pd_ops.parsed.yaml存放路径 * 修复路径依赖bug & 添加 .gitignore文件 * fix bug - compat input args in save_combine op * fix compat file * fix set_value_with_tensor yaml * split backward op in original yaml file * add send_v2 & recv_v2
-
- 31 8月, 2023 2 次提交
- 30 8月, 2023 2 次提交
-
-
由 WangZhen 提交于
-
由 chen2016013 提交于
* Register LegacyKernelDialect & Rigister LegacyKernelOp * fix code style * delete LegacyKernelDialect ,register LegacyKernelOp into PaddleKernelDialect * fix bug * change as reviewed comments * bug fix * bug fix * try to restart coverage CI * pass legacy op to kernel pass * fix code style * fix code style * fix code style
-
- 29 8月, 2023 3 次提交
-
-
由 zhaoyingli 提交于
* [AutoParallel][NewIR] support calc_sync/comm_sync/send_v2/recv_v2 * pre-commit * rm unittest * tiny fix * api_gen support send_v2's output is empty * fix format * python_c_gen support send_v2
-
由 Chen Zhiyang 提交于
* add vjp code gen for SplitOp * change vjp manual file name
-
由 zhangbo9674 提交于
This reverts commit 1409e4ec.
-
- 28 8月, 2023 4 次提交
-
-
由 hong 提交于
* update * fix batch norm grad args def * fix bug * fix combine slice bug * fix slice bug * update builtin split
-
由 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.
-
由 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
-
由 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>
-
- 27 8月, 2023 1 次提交
-
-
由 Chen Zhiyang 提交于
* gen-temp-save * add concat vjp * remove useless print * code style * remove manual concat vjp
-
- 25 8月, 2023 1 次提交
-
-
由 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
-