i-robot
418f9eb903
!19597 [AutoParallel]fix pipeline split bug
...
Merge pull request !19597 from lichen/fix_pipeline_split_bug
2021-07-08 01:41:41 +00:00
ZPaC
834b698607
Optimize federated learning directory
2021-07-07 19:07:38 +08:00
lichenever
51238243b4
fix_pipeline_split_bug
2021-07-07 16:16:53 +08:00
dingpeifei
24ff7ab8b4
upgrade_ascend_0705
2021-07-06 11:31:45 +08:00
liyong
9a1de0af65
add slice patches in python and c++
2021-07-05 09:16:47 +08:00
i-robot
0022d07d6e
!19289 Lift FV before AD pass.
...
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
...
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
ql_12345
5af0c890a1
cipher calling code
2021-07-01 00:23:06 +08:00
zhoufeng
b9378e36c3
dynamic default memory size for vnpu
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-29 19:23:04 +08:00
i-robot
3629df552c
!18937 upgrade_ascend_0626_mindspore
...
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
2021-06-28 15:50:14 +00:00
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
2021-06-28 22:03:19 +08:00
zhoufeng
35797bd5da
add serialization cpp ut
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-26 13:22:10 +08:00
i-robot
708e56f659
!17899 Fix compile cache bug for resent50
...
Merge pull request !17899 from LiangZhibo/cache
2021-06-24 13:29:58 +00:00
l00591931
8ae5d7cc84
Fix compile cache for resnet50
2021-06-24 14:36:24 +08:00
i-robot
6bd66b3d70
!18729 Add register limit constraint
...
Merge pull request !18729 from lishanni/for_regis_limit
2021-06-24 03:48:17 +00:00
lishanni513
8c98146c76
Add register limit constraint
2021-06-23 17:39:22 +08:00
YangLuo
4e9f6d54f7
update cpp api & doc
2021-06-23 11:14:52 +08:00
i-robot
dca5504fd4
!15672 [assistant][RGB2BGR]
...
Merge pull request !15672 from QingfengLi/rgb2bgr
2021-06-22 12:48:04 +00:00
lanzhineng
fc8ec7fc49
infer_optv3:infer optimize to find exit of branches and resolve the
...
endless issue.
2021-06-22 11:55:56 +08:00
chenx2ovo
4b98099dcb
[feat][assistant][I3CEGQ] add op rgb2bgr
2021-06-21 16:16:50 +08:00
i-robot
35b15bda0b
!18465 clean code for memory reuse
...
Merge pull request !18465 from laiyongqiang/mem_clean
2021-06-19 10:12:09 +00:00
LaiYongqiang
d4d6fb940d
memory reuse code clean
2021-06-18 09:41:55 +08:00
chendongsheng
bfaab72934
add node recovery
2021-06-17 23:52:09 +08:00
Xiao Tianci
a54e65a7ad
add Crop Python API
2021-06-10 09:46:57 +08:00
i-robot
1a626e3ff2
!17952 remove some code
...
Merge pull request !17952 from caifubi/clean-codex
2021-06-10 09:35:20 +08:00
Xiao Tianci
9c4c1c6a77
add Rotate Python API
2021-06-08 22:19:15 +08:00
caifubi
61efa2c23b
remove some code
2021-06-08 10:55:41 +08:00
mindspore-ci-bot
8fa9e3e611
!17712 fix pclint & codex in profiler
...
From: @yanghaitao1
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
2021-06-08 10:31:49 +08:00
mindspore-ci-bot
823468d924
!17766 GNN new feature about two memory effeciency format
...
From: @lizhenglong1992
Reviewed-by: @jonyguo,@heleiwang,@jonyguo
Signed-off-by: @jonyguo,@jonyguo
2021-06-08 09:30:54 +08:00
mindspore-ci-bot
86cb781ce0
!17614 pass optimizer
...
From: @zhupuxu
Reviewed-by: @zhoufeng54
Signed-off-by:
2021-06-08 09:17:33 +08:00
mindspore-ci-bot
5f39e8bd59
!17818 upgrade_ascend_0604
...
From: @ding_fei_fei
Reviewed-by: @xsmq,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-06-07 23:44:49 +08:00
dingpeifei
171d09457f
upgrade_ascend_0604
2021-06-07 23:06:58 +08:00
mindspore-ci-bot
f606951063
!17790 Fix code warning in master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-06-07 19:53:05 +08:00
yanghaitao1
127e4d4068
fix profiler pclint&codex
2021-06-07 02:17:23 -04:00
Zhenglong Li
2c7d1bf603
Implement new gnn feature
2021-06-07 10:20:06 +08:00
zhupuxu
c0099abd03
pass optimizer
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2021-06-07 09:54:24 +08:00
mindspore-ci-bot
cf27d3c8dc
!12972 Removing Builder from dataset ops phase 1
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
2021-06-05 03:51:49 +08:00
mindspore-ci-bot
08847d2f64
!17635 [ME]Add parameter eliminate pass with func graph used search
...
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-06-04 17:46:01 +08:00
l00591931
0424b2d8d6
Fix warning in master
2021-06-04 17:40:01 +08:00
chenfei
4f50b3dfe1
add parameter eliminate pass
2021-06-04 11:53:34 +08:00
EricZ
16837a4639
Removing Builder from dataset ops phase 1
2021-06-03 09:09:29 +08:00
Xiao Tianci
9c74d55a49
add HorizontalFlip and VerticalFlip APIs
2021-05-31 15:55:21 +08:00
mindspore-ci-bot
aa2093fb7d
!17173 Add frontend compile cache
...
From: @ginfung
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
2021-05-31 10:26:16 +08:00
yujianfeng
7cea682c7d
Add func_graph caching after validate action
2021-05-30 13:00:35 +08:00
mindspore-ci-bot
497505631c
!17061 Delete extra files, and change camel format
...
From: @zetongzhao
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
2021-05-29 09:43:34 +08:00
mindspore-ci-bot
17099b048f
!16936 Unify dump directory structure
...
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@pandoublefeng
Signed-off-by: @john_tzanakakis
2021-05-29 04:12:48 +08:00
zetongzhao
728b180329
delete_extra files
2021-05-26 16:41:27 -04:00
TinaMengtingZhang
4926d74570
unify dir path
...
dump hccl and config json files to dir
update filename for sync dump except cpu dump
update testcases
2021-05-26 16:22:18 -04:00
mindspore-ci-bot
686225ad2a
!16382 Unity Input Order
...
From: @zetongzhao
Reviewed-by:
Signed-off-by:
2021-05-26 21:28:36 +08:00
mindspore-ci-bot
b9a12ce3bf
!16940 enable refactor thread pool
...
From: @yangjie159
Reviewed-by: @zhang_xue_tong,@wangchengyuan
Signed-off-by: @zhang_xue_tong
2021-05-26 11:07:12 +08:00