Commit Graph

62035 Commits

Author SHA1 Message Date
hedongdong b45df8238d update testcase levels for index_fill and print 2023-02-23 18:42:43 +08:00
i-robot d4bfde846b
!49132 delete exportMindIR para
Merge pull request !49132 from 周超/master5
2023-02-23 10:09:49 +00:00
i-robot bd3dd5af8b
!49306 fix the address bug of input node has no user in the old runtime
Merge pull request !49306 from limingqi107/new_actor_runtime
2023-02-23 09:53:26 +00:00
i-robot 0ba09ac448
!49182 Fix SparseAddGrad bug
Merge pull request !49182 from YijieChen/ops
2023-02-23 09:53:14 +00:00
wujueying a219ac216c mapping DropOut to DropOutDoMaskV3D and DropOutGenMaskV4 of ge 2023-02-23 17:28:10 +08:00
i-robot a54196a518
!49281 delete testcase
Merge pull request !49281 from zhupuxu/delete_test_code
2023-02-23 09:14:54 +00:00
i-robot 482854de8d
!49255 solve the bug of matmul_grad not support complex
Merge pull request !49255 from zong_shuai/matmul_debug
2023-02-23 09:10:38 +00:00
liangcanli 50a28c426a change level of ir dump 2023-02-23 17:09:01 +08:00
i-robot 08e0f23550
!49234 Clean Code Check Warnings of Dynamic Obfuscation
Merge pull request !49234 from 张澍坤/master
2023-02-23 08:58:30 +00:00
i-robot 1f017e45fc
!49136 Support None is output of subgraph in control flow.
Merge pull request !49136 from Margaret_wangrui/control_flow_none
2023-02-23 08:52:32 +00:00
jonyguo 0c267681c3 Add new interface schema & len for filereader 2023-02-23 16:49:10 +08:00
fandawei 95f7ce14ec fix ops.multilabel_soft_margin_loss/nn.MultiLabelSoftMarginLoss doc 2023-02-23 16:41:07 +08:00
limingqi107 bfb2e09444 fix the sub parameters name empty for tuple parameter expand 2023-02-23 16:29:40 +08:00
i-robot 5de427bfed
!49282 Fix some bug for PyNative
Merge pull request !49282 from zjun/2002
2023-02-23 08:27:53 +00:00
Yang Jiao 3cc30f8878 fix renorm bprop 2023-02-23 16:18:51 +08:00
i-robot 52b51d3ea8
!49288 modify api docs
Merge pull request !49288 from 冯一航/code_docs_modify_api_docs
2023-02-23 08:15:35 +00:00
Zhangdanyang be0952cff2 Add st for c++ interface and modify some 2023-02-23 16:13:19 +08:00
i-robot faef2f6ee2
!49197 Add ST of DeepFM and test_data_sink_fixed_shape
Merge pull request !49197 from jiaorui/st-sink
2023-02-23 08:04:08 +00:00
i-robot ce2bd6427a
!49263 fix the bug of DCN dynamic shape case
Merge pull request !49263 from limingqi107/bug_fix4
2023-02-23 07:57:24 +00:00
i-robot ccde8660fb
!49205 fix kernel executor undefined reference
Merge pull request !49205 from wangpingan/op_compile
2023-02-23 07:55:20 +00:00
fengyihang 567a4ea81d modify api diff docs 2023-02-23 15:53:31 +08:00
i-robot c9861532d6
!49296 Fix gcc11 std::move compile error
Merge pull request !49296 from tanghuikang/bugfix
2023-02-23 07:52:01 +00:00
dayschan d5796c8bae bprop expander use lazy infer in graph mode
in graph mode, the frontend will infer the bprop graph in 'renormalize',
so we can skip the inference until Abstract is queried.
2023-02-23 15:40:59 +08:00
i-robot 5d2f0b7d26
!49307 fix full like example code
Merge pull request !49307 from 于振华/code_docs_fix_fulllike_230223
2023-02-23 07:22:10 +00:00
i-robot e80b059a5e
!49280 fix scatter-nd cpu kernel performance issue
Merge pull request !49280 from yangsijia/scatternd-cpu-perf
2023-02-23 07:19:43 +00:00
zong-shuai b5f568f1e5 debug 2023-02-23 15:15:40 +08:00
Yingtong Hu 09e9064025 numpy empty tests --> level0 2023-02-23 15:08:38 +08:00
i-robot 844c2c315e
!49189 replace constexpr with _primexpr to support dynamic shape
Merge pull request !49189 from chengbin/fix_constexpr
2023-02-23 07:03:11 +00:00
yuzhenhua ac29213b57 fix full like example code 2023-02-23 14:54:53 +08:00
liangzhibo 036b10e262 Enable max min for dynamic length sequence 2023-02-23 14:45:41 +08:00
huoxinyou 83168d78c5 bool_not cpu ops 2023-02-23 14:42:36 +08:00
reku1997 867a94eec1 Optimize Dynmaic Graph PassManager 2023-02-23 14:39:13 +08:00
limingqi107 96bbb4034a fix the address bug of input node has no user in the old runtime 2023-02-23 14:28:35 +08:00
i-robot d1c2ef4a73
!49294 modify format
Merge pull request !49294 from 俞涵/code_docs_1110
2023-02-23 06:24:10 +00:00
i-robot e03257ffff
!49244 Optimize finalizing collective process.
Merge pull request !49244 from ZPaC/add-finalize-log-and-timeout-window
2023-02-23 06:22:45 +00:00
anzhengqi c9fc8b0747 recover test_bert_tdt_lossscale testcase and update sklearn 2023-02-23 14:20:45 +08:00
huodagu 92e3ba5ffe modify format 2023-02-23 11:34:34 +08:00
tanghuikang 43ec9f5517 Fix gcc11 std::move compile error 2023-02-23 11:33:58 +08:00
zhanzhan1 2029e64520 Adjust the numpy parameter initialization of IsClose 2023-02-23 11:15:28 +08:00
zengzitao 305350d010 fix bprop bug 2023-02-23 11:13:18 +08:00
i-robot 9a81a0e969
!49249 Modify flip support
Merge pull request !49249 from 冯一航/modify_flip_support
2023-02-23 03:00:41 +00:00
ckey_Dou 8829599719 replace constexpr with _primexpr to support dynamic shape 2023-02-23 10:58:55 +08:00
i-robot 6c3ce15f55
!49261 mindspore.ops.eye和pytorch.eye的参数m不对标问题修正
Merge pull request !49261 from tangdezhi_123/br_tdz_20230222
2023-02-23 02:50:46 +00:00
zjun 752f67b724 fix bug
Signed-off-by: zjun <zhangjun0@huawei.com>
2023-02-23 10:39:33 +08:00
zhupuxu 4d68408583 delete testcase
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2023-02-23 10:24:25 +08:00
i-robot b9c82e5d10
!49248 fix bitwise resize bug
Merge pull request !49248 from KXiong/master
2023-02-23 02:00:37 +00:00
gaoyong10 b91835e1ef Dynamic sequence support tensor. 2023-02-23 09:53:27 +08:00
i-robot a8eaa971d9
!49262 fix scatter nd update testcase: index out of range ValueError
Merge pull request !49262 from zhengzuohe/scatter_nd_update_test
2023-02-23 01:52:51 +00:00
i-robot 75e3c8d10b
!49221 Add Some math ops for bpropexpander 3.0
Merge pull request !49221 from ZengZitao/3_bexp_op
2023-02-23 01:44:25 +00:00
dabaiji 2b8cd97935 fix scatter-nd cpu kernel performance issue 2023-02-23 09:42:24 +08:00