mindspore-ci-bot
645507ba1b
!11682 [ms][lite][cpu] add tensorlist and bias_add fp16 ops
...
From: @lzkcode
Reviewed-by:
Signed-off-by:
2021-01-28 19:20:31 +08:00
mindspore-ci-bot
3821cdac13
!11742 Mod DeepSpeech
...
From: @wanyiming
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
2021-01-28 19:19:50 +08:00
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
...
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
2021-01-28 19:15:37 +08:00
mindspore-ci-bot
328cee0c85
!11766 [MSLITE][DEVELOP] fix bug of npu output memcpy
...
From: @yangruoqi713
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5
2021-01-28 19:01:40 +08:00
yangruoqi713
40d86a1588
[MSLITE][DEVELOP] fix bug of npu output memcpy
2021-01-28 17:32:55 +08:00
mindspore-ci-bot
58fecfb673
!11483 [Auto parallel] Add an optimization in searching strategies in model_zoo's resnet
...
From: @xiaoda_zh
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
2021-01-28 17:20:13 +08:00
mindspore-ci-bot
e3796b3639
!11636 add bce cpu ops
...
From: @zhangzhewei01
Reviewed-by:
Signed-off-by:
2021-01-28 17:04:46 +08:00
mindspore-ci-bot
a84a5215ca
!11750 fix resize_base bug & fix fp16subgraph bug when const-input gather exist
...
From: @hangangqiang
Reviewed-by: @zhanghaibo5,@ddwsky
Signed-off-by: @zhanghaibo5
2021-01-28 17:00:01 +08:00
mindspore-ci-bot
9e2e936806
!11690 [MS][RDR] support env_config_path to set the config file for DFX
...
From: @luopengting
Reviewed-by:
Signed-off-by:
2021-01-28 16:42:39 +08:00
mindspore-ci-bot
4b3e53b4d2
!11712 replace DepthWiseConv with nn.Conv2D
...
From: @yuchaojie
Reviewed-by: @kingxian,@c_34
Signed-off-by: @kingxian
2021-01-28 16:07:19 +08:00
lzk
8b850474f4
add tensorlist and bias_add fp16 ops
2021-01-28 00:04:34 -08:00
hangangqiang
820c59972b
fix resize_base bug
2021-01-28 16:02:14 +08:00
mindspore-ci-bot
7af2d44cd2
!11615 Add EluGrad for CPU
...
From: @he-botao
Reviewed-by:
Signed-off-by:
2021-01-28 15:59:11 +08:00
mindspore-ci-bot
7279aecddd
!11751 Update the release notes about the change of nn.LinSpace and ops.LinSpace interface on 1.1.0
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
2021-01-28 15:56:56 +08:00
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
2021-01-28 15:28:44 +08:00
wangshuide2020
e03481e5e4
update the release notes about the change of nn.LinSpace and ops.LinSpace on 1.1.0
2021-01-28 15:23:49 +08:00
mindspore-ci-bot
ed940a5b64
!11697 [MS][LITE][CPU]initialize time reduction
...
From: @fuzhiye
Reviewed-by: @zhang_xue_tong
Signed-off-by:
2021-01-28 15:19:35 +08:00
mindspore-ci-bot
ca675c0521
!11665 [GraphKernel] Add parallel fusion support to master.
...
From: @tronzhang
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
2021-01-28 15:19:00 +08:00
luopengting
4683ecc06b
support env_config_path to set the config file for DFX
...
1. add env_config_path for ms_context
2. add EnvConfigParser to parse config
3. add in CMakeLists
4. clang-format, cpplint
5. fix spelling in ms_context
Use EnvConfigParser in the constructed function of base_recorder,
when a recorder is initialized, its direcctory will be set as the
value from config file. In addition, recorder_manager will get the
'enable' from config file. If 'enable' is true and the path is not a
valid value, it will be the default value: './rdr'.
2021-01-28 15:10:23 +08:00
wanyiming
cdf66c3ae7
mod_deepspech
2021-01-28 14:30:27 +08:00
mindspore-ci-bot
159cd250d7
!11703 [MSLITE][Develop] optimize fp16 sigmoid and tanh
...
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
2021-01-28 14:28:08 +08:00
mindspore-ci-bot
c8fa7798f1
!11719 [MSLITE][DEVELOP] fix bug of npu op: Rsqrt, Scale and Arithmetic
...
From: @yangruoqi713
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-01-28 14:19:49 +08:00
mindspore-ci-bot
ca23f2bfd8
!11585 Extract Functions in SOMAS
...
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
2021-01-28 14:19:07 +08:00
fuzhiye
f9a427619e
fp16 conv init time cost reduction
2021-01-28 14:06:54 +08:00
mindspore-ci-bot
00c5a0ddf1
!11668 add FlattenGrad op for inceptionv3-cpu
...
From: @caojian05
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
2021-01-28 12:36:57 +08:00
mindspore-ci-bot
f42c02fd85
!11539 Fix the bug of Profiler timestamp variated between each process in multi-card scene
...
From: @gzhcv
Reviewed-by:
Signed-off-by:
2021-01-28 11:48:35 +08:00
mindspore-ci-bot
03f88c6f44
!11271 Fix the bug of step_trace cannot get the step_trace_point name in callback scene
...
From: @gzhcv
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
2021-01-28 11:48:04 +08:00
mindspore-ci-bot
5d69b64464
!11670 Add communication op name for timeline
...
From: @gzhcv
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @ouwenchang
2021-01-28 11:44:42 +08:00
mindspore-ci-bot
316e78fe6d
!11732 bert scripts modify to extract embedding tables in construct
...
From: @shibeiji
Reviewed-by: @linqingke,@c_34
Signed-off-by: @c_34
2021-01-28 11:28:39 +08:00
mindspore-ci-bot
ae348efa3c
!11701 [MS][LITE][Develop] Modify layer_norm and codex clean
...
From: @pengyongrong
Reviewed-by: @ddwsky,@zhanghaibo5
Signed-off-by: @ddwsky
2021-01-28 10:49:01 +08:00
mindspore-ci-bot
8e1a556e67
!11718 update timedistributed document
...
From: @dinglongwei
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui,@c_34
2021-01-28 10:13:53 +08:00
mindspore-ci-bot
15024df14b
!11714 fix bug of caffe split parser
...
From: @cjh9368
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-01-28 09:51:35 +08:00
laiyongqiang
c02a707831
extract functions in SOMAS
2021-01-28 09:34:19 +08:00
mindspore-ci-bot
941cb499d8
!11725 [MS][LITE] fix bug of nested loop expand
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-01-28 09:22:02 +08:00
mindspore-ci-bot
fde8626544
!11513 Add dynamic shape support and testcases to GPU Reduce ops
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2021-01-28 05:50:58 +08:00
TFBunny
6cd7dc42e9
add testcases and dynamic shape to reduce ops
2021-01-27 12:26:22 -05:00
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
2021-01-27 22:10:13 +08:00
mengyuanli
a8f0f63e05
fix bug of nested loop expand
2021-01-27 20:53:34 +08:00
shibeiji
3ec3f038ad
extract bert embedding tables in construct
2021-01-27 20:37:39 +08:00
yuchaojie
212d7ebd0b
replace DepthWiseConv with nn.Conv2D
2021-01-27 20:32:36 +08:00
mindspore-ci-bot
4719a66be6
!11716 [MS][LITE]fix bug of tensorliset when elementshape is nullptr
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-01-27 19:06:42 +08:00
sunsuodong
f595f5b133
optimize sigmoid and tanh
2021-01-27 18:54:48 +08:00
yangruoqi713
3dbf47b38e
[MSLITE][DEVELOP] fix bug of npu op: Rsqrt, Scale and Arithmetic
2021-01-27 17:55:19 +08:00
mengyuanli
394555853f
fix bug of tensorlist
2021-01-27 17:54:10 +08:00
mindspore-ci-bot
257fcea17a
!11020 [MS][LITE][Develop]fix CodeDEX warnings
...
From: @lx0095
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
2021-01-27 17:52:25 +08:00
mindspore-ci-bot
91d733a0c1
!11693 [MSLITE] batchnorm to scale bug
...
From: @ling_qiao_min
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-01-27 17:40:35 +08:00
tronzhang
d078cbfa99
support parallel fusion
2021-01-27 17:27:13 +08:00
dinglongwei
12e6f32ae1
update timedistributed document
2021-01-27 17:26:56 +08:00
mindspore-ci-bot
b2cd022c5f
!11572 modify_release_note
...
From: @Somnus2020
Reviewed-by: @wangnan39
Signed-off-by:
2021-01-27 17:08:37 +08:00
cjh9368
4ebdccad11
fix caffe reduce parser bug
2021-01-27 17:02:00 +08:00