Commit Graph

42669 Commits

Author SHA1 Message Date
i-robot 2f54ed3584
!33035 modify the English file
Merge pull request !33035 from 宦晓玲/code_docs_0414
2022-04-16 00:58:10 +00:00
Parallels e67be5f328 Support retry to connect to tcp server 2022-04-15 21:45:53 +08:00
z00512249 9fed4015cc add scatter_nd_sub && scatter_nd_add cpu implement 2022-04-15 21:31:54 +08:00
z00512249 e9ea7de871 add lrn grad cpu implement 2022-04-15 21:01:33 +08:00
i-robot fac0fc8f12
!32673 [bug] reuse cache of in ms_function
Merge pull request !32673 from chenzhuo/cache_ms_function
2022-04-15 12:58:05 +00:00
xuqiang b6ae8d9a85 [feat] [assistant] [I40GGU] add new operator FractionalMaxPool3DWithFixedKsize 2022-04-15 20:48:15 +08:00
He Wei 0d12199928 Enable flatten_gradients for Adam optimizer 2022-04-15 19:49:57 +08:00
zhangyi 4d043a6029 modify the file 2022-04-15 19:16:54 +08:00
i-robot 817204bf20
!33096 solve the bug of "test_sampledsoftmaxloss_input2d case is suspended and does not exit"
Merge pull request !33096 from zong_shuai/uniform_bug
2022-04-15 10:57:23 +00:00
ZPaC 7b81293ab7 Support fuse rpc node with segments 2022-04-15 17:58:31 +08:00
dayschan 844ae974cc Use decorator for GraphKernelExpander
1. Use decorator pattern to add preprocess or postprocess functions to origin Expander.
   Different from inheriting, we can apply several decorators to a single Expander.

2. Change the `Expander::Run` to returns FuncGraph with inputs, instead of a GraphKernel cnode,
   so we can use expander at frontend or select kernel stage.

3. the original OpExpander is renamed to OpDesc in a previous commit, but the expander factory
   and register macro are not changed, it's confused. so I rename them in this commit.
2022-04-15 17:54:14 +08:00
i-robot c82de9205a
!33079 fix COOTensor backward computation
Merge pull request !33079 from 杨林枫/sparse_fix
2022-04-15 09:49:49 +00:00
zhoufeng e512b4352a reinit return bool
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-04-15 17:43:28 +08:00
i-robot e65d6cccc2
!33072 [assistant][ops] Add Div
Merge pull request !33072 from 张渝/New_Div
2022-04-15 09:39:10 +00:00
luoyang cd2ea4f76e fix warning 2022-04-15 17:06:19 +08:00
i-robot 06cc8b6ecf
!33095 add numpy documentation
Merge pull request !33095 from TingWang/add-numpy-doc
2022-04-15 08:58:05 +00:00
i-robot 1e8a80ffb5
!33077 kernel api docs
Merge pull request !33077 from zhoufeng/code_docs_kernel_api
2022-04-15 08:52:42 +00:00
Ting Wang 0cf14324b6 add numpy documentation
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
2022-04-15 16:38:55 +08:00
zong-shuai 56d5e3e27d debug 2022-04-15 16:36:25 +08:00
i-robot ff9e5944ee
!33045 ptq support cle
Merge pull request !33045 from yeyunpeng2020/quant_cle_bak
2022-04-15 08:32:30 +00:00
i-robot 477f39eb1c
!33071 [MS][LITE][parallel] fix pack weight
Merge pull request !33071 from yefeng/master
2022-04-15 08:17:30 +00:00
ZPaC 3687719cca Keep lazyadam and adam impl same 2022-04-15 16:08:24 +08:00
i-robot a94d0bc8dd
!32985 add lrn cpu implement
Merge pull request !32985 from zhuzhongrui/pub_master2
2022-04-15 07:58:06 +00:00
greatpanc a648dfe5e6 dynamic thread allocate refactor and add cast/fill 2022-04-15 15:55:41 +08:00
i-robot 38cbde61a1
!33070 [MS][LITE][STABLE]refresh owners
Merge pull request !33070 from chenjianping/master_dev
2022-04-15 07:54:31 +00:00
zhangzhaoju c0f97d5c20 FL UT frame 2022-04-15 15:53:08 +08:00
i-robot 294ed11921
!32809 adapt decoder model
Merge pull request !32809 from qinzheng/qinqie
2022-04-15 07:53:07 +00:00
yanghaoran f4b3476f07
!33089 回退 'Pull Request !32973 : add TensorScatter op fusion '
Merge pull request !33089 from yanghaoran/revert-merge-32973-master
2022-04-15 07:47:08 +00:00
yanghaoran ac881d7e2b
回退 'Pull Request !32973 : add TensorScatter op fusion ' 2022-04-15 07:46:30 +00:00
i-robot 14dffee7e4
!32939 [feat][assistant][I48O6M]Add Tan operator
Merge pull request !32939 from 李定维/Tan
2022-04-15 07:45:14 +00:00
i-robot fb74e2af80
!33030 Add atomic operation for CPU implementation of ScatterNdMul.
Merge pull request !33030 from hezhenhao1/add_atomic
2022-04-15 07:40:29 +00:00
i-robot 12d28e25e2
!32994 Add inner operator FlattenConcat
Merge pull request !32994 from hewei/flatten_weights
2022-04-15 07:39:59 +00:00
i-robot 4a44b229ae
!33088 fix cootensor docs
Merge pull request !33088 from wangrao124/code_docs_master
2022-04-15 07:32:04 +00:00
i-robot 76ab8ed102
!32780 Refactor some CPU operators for using new KernelMod class.
Merge pull request !32780 from yangshuo/kernel_mod_cpu
2022-04-15 07:26:15 +00:00
yanglf1121 8bb00479b5 support more dtypes for tensoradd 2022-04-15 15:15:41 +08:00
chenzhuo 5ce066548c reuse cache of in ms_function 2022-04-15 15:01:21 +08:00
yujianfeng a4575fcf9a Add docs and ut for Variable api 2022-04-15 15:01:04 +08:00
wangrao124 2e4d3e8cca fix cootensor docs 2022-04-15 14:54:32 +08:00
i-robot db3001e9fb
!33054 Add a gpu kernel, Inv.
Merge pull request !33054 from liqiliang/inv-gpu
2022-04-15 06:42:24 +00:00
i-robot 5f258ad3a8
!33074 refine error code and error log
Merge pull request !33074 from zyli2020/master
2022-04-15 06:33:16 +00:00
i-robot 49adb1d40e
!33080 fix gate mapping rules
Merge pull request !33080 from yanghaoran/master
2022-04-15 06:30:43 +00:00
i-robot f7e2f84f79
!33067 fix chinese charactor decode
Merge pull request !33067 from luoyang/issues2
2022-04-15 06:29:50 +00:00
i-robot 8374f9568a
!32973 add TensorScatter op fusion
Merge pull request !32973 from yuchaojie/ir_fusion
2022-04-15 06:26:58 +00:00
liangzhibo 37f9166a20 Add VmapGeneralRule in GetMetaFuncGraphText 2022-04-15 14:23:59 +08:00
i-robot fc4cac82e0
!32953 Write the logical stream_id into dump files for Ascend
Merge pull request !32953 from maning202007/master
2022-04-15 06:18:01 +00:00
i-robot 763fb778c8
!33052 clear the output tensor of output actor
Merge pull request !33052 from limingqi107/bug_fix3
2022-04-15 06:17:13 +00:00
zhoufeng f5e1e6c388 kernel api docs
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-04-15 14:15:29 +08:00
i-robot f030f64d80
!33012 [experimental] exp nhwc kernel
Merge pull request !33012 from ling/bug
2022-04-15 06:14:43 +00:00
i-robot 57f4c031cd
!33059 rename kernel api
Merge pull request !33059 from zhoufeng/kernel-api-name
2022-04-15 06:14:41 +00:00
fengyihang 4a681251d7 adjust_import_spec 2022-04-15 14:09:53 +08:00