- 07 9月, 2023 16 次提交
-
-
由 kangguangli 提交于
* optimize GetNameById in check_gc * remove debug code * fix * fix
-
由 wanghuancoder 提交于
* refine stride flag
-
由 wanghuancoder 提交于
-
由 Chen Zhiyang 提交于
* fix StrAttribute vjp gen bug * add dropout to list * fix bug * fix bug
-
由 Ruibin Cheung 提交于
-
由 Shaopeng Ling 提交于
* fix doc typo * fix doc typo and missing part
-
由 Ruibin Cheung 提交于
-
由 zyfncg 提交于
-
由 yangguohao 提交于
* complex op logsigmoid * fix 2023-08-31
-
由 winter-wang 提交于
* [IR] add control flow dialect
-
由 ronnywang 提交于
-
由 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
-
由 yuchen202 提交于
* 8.30下午 # doctest: +REQUIRES(env:GPU)这个不清楚怎么改,还请帮忙看一下 * Update softmax_mask_fuse.py 修改了相关内容 * Update graph_reindex.py * Update graph_sample_neighbors.py 全都测了一遍,全都是successful * fix cases on cpu * fix gpu cases --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 周周周 提交于
-
由 caozhou 提交于
-
- 06 9月, 2023 24 次提交
-
-
由 小飞猪 提交于
[xdoctest][task 248-249,266-267,269] reformat example code with google style in `incubate/distributed/fleet/*`,`incubate/nn/layer/*` (#56772) * [Doctest]fix No.248-249,266-267,269, test=docs_preview * fix style * fix * add env:DISTRIBUTED
-
由 Chen Weihang 提交于
* add spmd and reshard code gen * add backward reshard code gen * test matmul forward success * polish test impl * add unsafe mutable value * polish details and add test * fix unittest time out * fix typo * refactor reshard input generate impl * resolve conflict with develop * fix compile error
-
由 kangguangli 提交于
-
由 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
-
由 leolishaohao 提交于
* [XPU] add squeeze_excitation_block_xpu op&pass to optimize ppocr_v3_det model test=kunlun * fix * fix Codestype * remove xpu name
-
由 傅剑寒 提交于
-
由 JYChen 提交于
* fix setvalue dtype error when using dy2st and amp O2 * add one test * remove test share_buffer since win/linux have different number
-
由 JZ-LIANG 提交于
-
由 zhangbo9674 提交于
* fix bug * fix bug
-
由 Chen Zhiyang 提交于
* div passed v1.0 * IrChange->IrGuard & optimize static input dtype * clean * remove IrChange and optimize IrGuard
-
由 Xianduo Li 提交于
* support new ir primitive operator in static operants * support more vjp code gen * support more vjp code gen * support more vjp code gen * use code gen * fix operants codegen * support more vjp code gen * Fix ci build error * set FLAGS_tensor_operants_mode to static in generated_vjp for testing * fix bugs * change the order of ops_name of divide_grad * replace FLAGS_enable_new_ir_in_executor by FLAGS_enable_new_ir_api in codegen and test_vjp_prim --------- Co-authored-by: NCharles-hit <wanghao107@baidu.com> Co-authored-by: N0x45f <wangzhen45@baidu.com>
-
由 zhanglirong1999 提交于
-
由 zyfncg 提交于
-
由 liuruyan 提交于
* add symbolicDimProduct & symbolicDimMgr without method shape_constraint related. * split ddim in phi, add a target ddim, used by pd_type. * add pd_type.cc to ir_shape CMakeLists. * add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. * put DenseTensorType into builtin_type. * add constraint related Mgr func. * move to out assert.
-
由 zhangbo9674 提交于
* add meta tensor * refine code * fix bug * fix bug
-
由 huangjiyi 提交于
* update * update * update * update * update
-
由 akshatvishu 提交于
-
由 kangguangli 提交于
-
由 ronnywang 提交于
-
由 wanghuancoder 提交于
* add_n and combine support selected rows
-
由 Ruibiao Chen 提交于
-
由 risemeup1 提交于
* fix bug * fix bug
-
由 Aurelius84 提交于
* [NewIR]Support Build(GroupOps) in NewIRCompiler and Add UT * fix unittest
-