Commit Graph

19017 Commits

Author SHA1 Message Date
tom__chen 03b1aeecdb FusedBatchNormEx dynamic shape support 2021-02-25 09:03:40 -05:00
tanghuikang 4faadcfec6 Clear memory in singlel op graph after pre build 2021-02-25 21:51:20 +08:00
dayschan 7beca18f3c Refactor GraphKernelExpander (3rd submission)
Rewrited the OpInfer as a class with functions "infer_shape","infer_type"
and "infer_format". Used op name to find the subclass that have implemented
these functions. Two common class "_Elemwise" and "_Reduce" was provided.

Op BiasAddGrad supported "FractalNZ" format.
2021-02-25 19:14:46 +08:00
huangmengxi b29937c453 fix trunc docstring 2021-02-25 18:57:40 +08:00
mindspore-ci-bot 9ab234369b !12616 [MS][LITE][BUG] fix static check bug
From: @cjh9368
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @hangangqiang
2021-02-25 18:55:01 +08:00
gzhcv c3a9fe6d06 refactor the c++ code of gpu profiler
Some function from ccsrc/profiler/device/cpu/cpu_data_saver* and ccsrc/profiler/device/gpu/data_saver* could be reused. Some function from ccsrc/profiler/device/cpu/cpu_profiling* and ccsrc/profiler/device/gpu/gpu_profiling* could be reused. This pr is to simplify these code.
2021-02-25 17:47:07 +08:00
zhangxinfeng3 1bd849462c Add bond, angle and dihedral modules of Sponge 2021-02-25 17:30:39 +08:00
Jiaqi 112b8488c5 add rmse loss 2021-02-25 17:03:07 +08:00
zhangyi e4000470cf fix error format of docstrings for some api comments. 2021-02-25 15:47:30 +08:00
mindspore-ci-bot 29b68a82a4 !12602 update print tensor_type to align to run package
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
2021-02-25 14:38:18 +08:00
chenhaozhe 4a1fc91cca update interface in ascend310_infer of SSD 2021-02-25 14:28:12 +08:00
mindspore-ci-bot 34daed0fbe !12608 change dimension of input for FusedBatchNormEx from 2D to 4D in test_two_matmul_batchnorm_ex.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-02-25 14:06:43 +08:00
huangbingjian 0bbd95d7a0 modify CheckpointStrategy to adapt load operator 2021-02-25 11:57:49 +08:00
cjh9368 638d330fc7 [MS][LITE] solve static check bug 2021-02-25 11:22:13 +08:00
mindspore-ci-bot 52fac12367 !12592 fix checkpoint cache and prosess exception
From: @fangzehua
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-02-25 11:01:47 +08:00
mindspore-ci-bot 50d45e746c !12595 kernel build server process support to print log
From: @zhoufeng54
Reviewed-by: @kisnwang,@xu-yfei
Signed-off-by: @xu-yfei
2021-02-25 10:59:50 +08:00
mindspore-ci-bot 5498f9ef8a !12582 910 parallel inference
From: @zhoufeng54
Reviewed-by: @kisnwang,@xu-yfei
Signed-off-by: @xu-yfei
2021-02-25 10:58:57 +08:00
mindspore-ci-bot a5523ffbb4 !12494 [MS][LITE]support lite mindrt
From: @zhang_xue_tong
Reviewed-by: 
Signed-off-by:
2021-02-25 10:20:28 +08:00
l00591931 65cbb7b08f Change io_format in adapter 2021-02-25 10:14:24 +08:00
wangrao ab17c49eba add sinh, cosh, asinh, acosh, atanh, atan2, asinhgrad, acoshgrad for cpu 2021-02-25 10:07:21 +08:00
liuyu 994261e409 add master new cops 2021-02-25 10:06:43 +08:00
yujianfeng 41189781f3 support scalar input for cell 2021-02-25 09:56:15 +08:00
wangshuide2020 72e938eb06 change dimension of input for FusedBatchNormEx from 2D to 4D in test_two_matmul_batchnorm_ex. 2021-02-25 09:37:59 +08:00
mindspore-ci-bot 5b206557d2 !12586 support invert bool tensor
From: @zhangbuxue
Reviewed-by: @zh_qh,@ginfung,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
2021-02-25 09:37:43 +08:00
mindspore-ci-bot cf8279267c !12468 [MSLITE][Develop] fix bug of npu kernel fusion
From: @yangruoqi713
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-02-25 09:35:48 +08:00
mindspore-ci-bot b5ad38fab8 !12600 modify the processing method of isolated nodes
From: @huangbingjian
Reviewed-by: @zh_qh,@hwhewei
Signed-off-by: @zh_qh
2021-02-25 09:30:10 +08:00
mindspore-ci-bot 9147f57e40 !11317 modify dropout unify mindir pass
From: @yuchaojie
Reviewed-by: @jjfeing,@kisnwang
Signed-off-by: @kisnwang
2021-02-25 09:29:03 +08:00
mindspore-ci-bot eeb7291d51 !12543 add StridedSliceGrad op
From: @lyvette
Reviewed-by: 
Signed-off-by:
2021-02-25 09:18:53 +08:00
mindspore-ci-bot 750fa6417c !12598 fix bug of conv2d cpp infer
From: @lianliguang
Reviewed-by: @ginfung,@chujinjin
Signed-off-by: @chujinjin
2021-02-25 09:16:35 +08:00
mindspore-ci-bot 08f8570338 !12569 Add circle check in ub fusion
From: @irmo
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
2021-02-25 09:12:23 +08:00
mindspore-ci-bot f6731dcb0d !12599 bug fix for fracz_3d to ncdhw trans in host
From: @liubuyu
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
2021-02-25 09:08:16 +08:00
mindspore-ci-bot 88484a4c83 !12556 add dynamic shape testcase to AllReduce GPU
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2021-02-25 04:15:54 +08:00
TFBunny 09c5624cc4 add validation check for sequence_mask 2021-02-24 15:06:40 -05:00
TinaMengtingZhang 518828b639 Support 3 composed data ops and cleanup code 2021-02-24 11:05:44 -05:00
yepei6 3347aa1e02 update tensor_type 2021-02-24 22:49:57 +08:00
mindspore-ci-bot c8657a6723 !12581 add GPU for DenseBnAct, Erfc, Log1p, etc. in Supported Platforms.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
2021-02-24 21:34:50 +08:00
huangbingjian 4cb74919ab [auto-monad] modify the processing method of isolated nodes 2021-02-24 21:00:45 +08:00
mindspore-ci-bot 5224241ca7 !12577 fix bug for dynamic_shape_depends
From: @zhupuxu
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
2021-02-24 20:53:36 +08:00
mindspore-ci-bot 013f26f2e0 !12500 [MS][RDR] support recording task debug info
From: @louie5
Reviewed-by: 
Signed-off-by:
2021-02-24 20:02:57 +08:00
LianLiguang a39b312191 fix bug of conv2d cpp infer 2021-02-24 19:52:42 +08:00
liubuyu 83e2a4eb08 bug fix for fracz_3d to ncdhw trans in host 2021-02-24 19:50:29 +08:00
zhoufeng db7a2897dd kernel build server process support to print log
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-02-24 17:56:08 +08:00
buxue f8a00d52af support invert bool tensor 2021-02-24 17:47:07 +08:00
mindspore-ci-bot 2184bcff36 !12576 fix check_filter bug
From: @shenwei41
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @pandoublefeng,@liucunwei
2021-02-24 17:22:45 +08:00
zhangxuetong 62c0577d80 support lite mindrt 2021-02-24 17:21:33 +08:00
mindspore-ci-bot 33d62bce88 !12583 Update description of recompute python api
From: @ginfung
Reviewed-by: @hwhewei,@zh_qh
Signed-off-by: @zh_qh
2021-02-24 17:18:39 +08:00
mindspore-ci-bot 5fadc61222 !12538 add naml to modelzoo
From: @zhao_ting_v
Reviewed-by: @guoqi1024,@wuxuejian
Signed-off-by: @wuxuejian
2021-02-24 17:14:23 +08:00
mindspore-ci-bot cf70c14038 !12560 Add checkpoint filter to resent50 and ssd
From: @c_34
Reviewed-by: @guoqi1024,@wuxuejian
Signed-off-by: @wuxuejian
2021-02-24 17:14:17 +08:00
fangzehua da85c804bc fix checkpoint cache and prosess exception 2021-02-24 17:13:29 +08:00
tanghuikang c346a96529 Not AllocateMemory when CompileGraph in PyNative mode 2021-02-24 17:09:33 +08:00