Commit Graph

62919 Commits

Author SHA1 Message Date
lilinjie 3a69c1ec47 update ops supporting tags 2023-03-07 09:01:17 +08:00
changzherui dc77502c9e code docs 2023-03-06 23:10:11 +08:00
huangxinjing d493b0e9b4 Add aicpu for mask 2023-03-06 23:06:34 +08:00
changzherui 6f791c6b49 modify func dropout 2023-03-06 23:03:58 +08:00
changzherui b0013fe301 modify addcdiv and addcmul 2023-03-06 22:59:11 +08:00
panfengfeng 052c9d3fb7 operators_doc_fix 2023-03-06 09:41:06 -05:00
i-robot 38a95c6d32
!49773 Fix topk fusion mapper error
Merge pull request !49773 from JuiceZ/dev_0304
2023-03-06 13:46:58 +00:00
Erpim 9da86b59dd fix batchtospace dynamic shape bug 2023-03-06 21:08:48 +08:00
i-robot c27f43ba0c
!48846 Avoid promblem of get func from VmapAbstractClosure
Merge pull request !48846 from chenfei_mindspore/vmap-stuck-fix
2023-03-06 13:06:14 +00:00
i-robot 53495733c8
!49785 move level1 test to ut
Merge pull request !49785 from lianliguang/move-a-level1-to-ut
2023-03-06 13:04:57 +00:00
sjtujayyyy d5cbb8aa11 Fix ascend init error 2023-03-06 21:02:45 +08:00
Xiao Tianci a8735f78a2 add missing API docs 2023-03-06 20:33:10 +08:00
i-robot b2a7a4d689
!49761 将mindspore.ops.linspace中的stop参数修改为end, 将num参数修改为steps。修改英文接口文档及实现
Merge pull request !49761 from tangdezhi_123/br_tdz_2
2023-03-06 12:28:20 +00:00
i-robot e1238e9467
!49661 lite vs2017 compile error.
Merge pull request !49661 from wangpingan/windows
2023-03-06 12:27:11 +00:00
i-robot 8289b690dc
!49657 fix UnsortedSegmentSum RuntimeError on Ascend
Merge pull request !49657 from yanzhenxiang2020/fix_unsortedsegmentsum
2023-03-06 12:22:32 +00:00
i-robot de3800cf9c
!49728 Fix value error not raise
Merge pull request !49728 from chenfei_mindspore/fix-value-err-not-raise
2023-03-06 12:18:53 +00:00
reku1997 8c38f35bfc fix optimizer unify 2023-03-06 20:02:11 +08:00
xiao_yao1994 de0f0bf214 fix handgroupinfo bug 2023-03-06 20:01:15 +08:00
i-robot 69d2ca10df
!49822 Fix coredump bug
Merge pull request !49822 from zjun/fix_bug_063
2023-03-06 12:01:11 +00:00
zhangyinxia cb1ef4f802 fix deformconv2d docs 2023-03-06 19:54:27 +08:00
xulei f98024e305 multinomial support 1d input 2023-03-06 19:49:12 +08:00
ZPaC 01e3ea47aa Support inplace update v2 gpu kernel. 2023-03-06 19:46:15 +08:00
i-robot 7bf397ea1c
!49020 Enable list to return in graph (Frontend)
Merge pull request !49020 from LiangZhibo/return
2023-03-06 11:41:23 +00:00
lianliguang 20f57634e8 fix bug of tuple structural rectify 2023-03-06 19:37:21 +08:00
i-robot a89ba13372
!49831 Add shape type registration
Merge pull request !49831 from NaCN/fix_shape
2023-03-06 11:32:56 +00:00
shenwei41 3e46cf2d05 Fix code clean 2023-03-06 19:31:52 +08:00
zhangyanhui a6f2ec187f codegen reconstruction 2023-03-06 19:25:26 +08:00
wang_ziqi badea48451 ops InstanceNormV2, SparseFillEmptyRowsGrad, SelfAdjointEig supports dynamic shape feature
type: feature
reason: add codes to support dynamic shape for InstanceNormV2, SparseFillEmptyRowsGradx, SelfAdjointEig.

------

Signed-off-by: wang_ziqi <wangziqi4@huawei.com>
2023-03-06 19:14:43 +08:00
i-robot 1dba3968fa
!49727 修复win gpu环境下,conv2d执行闪退的问题
Merge pull request !49727 from wqx/conv_error_fix
2023-03-06 10:56:22 +00:00
i-robot f8abd30ede
!49745 paths accept @ as legal
Merge pull request !49745 from yanghaoran/takedown_testcases
2023-03-06 10:56:09 +00:00
张清华 fd91357363 Support to return isolated node in control flow branches. 2023-03-06 17:59:07 +08:00
zhoufeng 143ccea93f delete export macro in plugin
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-03-06 17:43:38 +08:00
i-robot 9626e351cf
!49532 [op]remove check support for indexadd to fix bug for select ascend kernel
Merge pull request !49532 from xupan/indexadd_select
2023-03-06 09:34:16 +00:00
i-robot 58aa32290d
!49715 updata op info config
Merge pull request !49715 from jjfeing/update_op_info_config
2023-03-06 09:33:25 +00:00
i-robot a06ed62f95
!49750 Fix AkgAscendKernelMod Bug
Merge pull request !49750 from jiaoy1224/fixbug
2023-03-06 09:32:09 +00:00
i-robot ecada229a8
!49819 fix: udpate OWNERs for MD
Merge pull request !49819 from guozhijian/code_docs_update_owners
2023-03-06 09:13:27 +00:00
i-robot 3dc3c26370
!49812 修复win gpu环境下训无法启动训练问题
Merge pull request !49812 from wqx/fix_train_error_win_gpu
2023-03-06 09:10:09 +00:00
i-robot c132b9c89d
!49774 fix error log of slice
Merge pull request !49774 from chengbin/fix_slice
2023-03-06 09:02:19 +00:00
TronZhang 4d228ecd3b add bprop expander for dynamic 2023-03-06 17:00:03 +08:00
i-robot 05b6f800b0
!49764 add some nn bprop expander for graph mode
Merge pull request !49764 from r1chardf1d0/b3
2023-03-06 08:59:08 +00:00
i-robot b0284bb358
!49820 Modify testcase
Merge pull request !49820 from huangbingjian/fix_testcase
2023-03-06 08:57:52 +00:00
i-robot 070ef4807f
!49770 Optimize replacing output method
Merge pull request !49770 from ZPaC/optimize-replacing-output-method
2023-03-06 08:31:34 +00:00
i-robot 0b3a90cfc8
!49641 FillV2 vmap support when shape is a tensor.
Merge pull request !49641 from haozhang/fillv2_vmap
2023-03-06 08:29:21 +00:00
i-robot 1bd0d28271
!49671 Fix ReduceSum input change
Merge pull request !49671 from zhanzhan/reducesum
2023-03-06 08:21:18 +00:00
i-robot 1395990caa
!49684 fix: aclFinalize repeat on lite
Merge pull request !49684 from guozhijian/fix_aclFinalize_repeat_lite
2023-03-06 08:16:16 +00:00
i-robot a9a4dc702b
!49714 delete ENABLE_TUPLE_UNFOLD marco
Merge pull request !49714 from wYann/clear
2023-03-06 08:11:21 +00:00
i-robot 7b96c51d02
!49751 reset test_dummy_train_no_sink ST to level0
Merge pull request !49751 from xulei/st
2023-03-06 08:09:24 +00:00
hangangqiang a25d2007db mindinfer: add graph compiler 2023-03-06 15:43:20 +08:00
Yejun Li b5719a13df Strings Attribute, Get op shape & dimension, Get Tensor by file bug fix. 2023-03-06 15:28:35 +08:00
i-robot 232aede207
!49662 Update error message for hybrid dsl math functions.
Merge pull request !49662 from zichun_ye/custom_error_message
2023-03-06 07:22:33 +00:00