shaw_zhang
|
02239dc20c
|
Fix diag op floating point exception, core dump.
|
2023-03-07 11:04:17 +08:00 |
huodagu
|
05691efeef
|
modify format
|
2023-03-07 10:44:22 +08:00 |
lianliguang
|
1034c6e81f
|
fix doc for glu
|
2023-03-07 10:42:30 +08:00 |
i-robot
|
8559dd7572
|
!49877 takedown testcases to ensure gate stability
Merge pull request !49877 from yanghaoran/takedown_testcases
|
2023-03-07 02:38:13 +00:00 |
i-robot
|
ad9f51dd23
|
!49817 Add some array op support for bprop expander in graph mode.
Merge pull request !49817 from TronZhang/bprop_op_part3
|
2023-03-07 02:37:19 +00:00 |
i-robot
|
50af203426
|
!49856 Fix ascend init error
Merge pull request !49856 from JuiceZ/dev_register
|
2023-03-07 02:35:48 +00:00 |
yanghaoran
|
86349ae599
|
takedown testcases to ensure gate stabiltiy
|
2023-03-07 10:24:19 +08:00 |
i-robot
|
d5017889cb
|
!49429 strategy_ckpt_interface_change.
Merge pull request !49429 from yao_yf/strategy_ckpt_interface_change
|
2023-03-07 02:15:12 +00:00 |
i-robot
|
8900c69557
|
!49694 codegen reconstruction
Merge pull request !49694 from zhangyanhui/mas_zyh_0206
|
2023-03-07 02:00:10 +00:00 |
i-robot
|
e1b83c5d3d
|
!49579 fix cache group info bug
Merge pull request !49579 from xiaoyao/cache_opt
|
2023-03-07 01:45:12 +00:00 |
i-robot
|
dbf06f2174
|
!49835 Optimize StubTensor shape and dtype
Merge pull request !49835 from NaCN/fix_stub
|
2023-03-07 01:44:34 +00:00 |
i-robot
|
a15db8ed07
|
!49749 move graph_kernel & mem_reuse to backend
Merge pull request !49749 from zhoufeng/move-head-files-to-include
|
2023-03-07 01:43:45 +00:00 |
i-robot
|
d6e6c6b932
|
!49723 set eps for cpu layernorm
Merge pull request !49723 from kisnwang/master
|
2023-03-07 01:39:02 +00:00 |
i-robot
|
adde606cc2
|
!49703 fix operators docs
Merge pull request !49703 from panfengfeng/code_docs_fix_operators_doc
|
2023-03-07 01:34:30 +00:00 |
gaoyong10
|
a18770bb6e
|
Fetch call node output type by abstract.
|
2023-03-07 09:34:22 +08:00 |
liangzhibo
|
6a7b9e7274
|
Enable select broadcast
|
2023-03-07 09:27:03 +08:00 |
Cathy Wong
|
798a402110
|
[MD] Debug Mode: Correct map op input and output column issues
|
2023-03-06 20:20:45 -05:00 |
i-robot
|
9da9e67ef5
|
!49815 fix scale_and_translate dynamic shape
Merge pull request !49815 from yeyunpeng2020/master_ops
|
2023-03-07 01:19:45 +00:00 |
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 |