Commit Graph

5702 Commits

Author SHA1 Message Date
i-robot ff3ad7428a !18413 add parallel op for batch norm
Merge pull request !18413 from yangzhenzhang/add-parallel-op-for-batchnorm
2021-06-18 03:08:07 +00:00
LaiYongqiang d4d6fb940d memory reuse code clean 2021-06-18 09:41:55 +08:00
yujianfeng e88d058787 Add bprop cache 2021-06-18 09:31:46 +08:00
chendongsheng bfaab72934 add node recovery 2021-06-17 23:52:09 +08:00
i-robot ab3259c43a !18292 MD Profiling UT: Check CPU util file. Add sequential pipeline UTs
Merge pull request !18292 from cathwong/ckw_mon_py_analyze_ut4
2021-06-17 21:47:10 +08:00
wangshuide2020 185ddbbe66 remove the redundant code, add docstring of operator init and add default value for args. 2021-06-17 20:29:52 +08:00
i-robot 63d853cf35 !18416 [MD] fix some bugs in master
Merge pull request !18416 from liyong126/fix_some_bugs
2021-06-17 17:22:47 +08:00
yangzhenzhang af0d28de48 add parallel op for batchnorm 2021-06-17 15:43:24 +08:00
i-robot 68ba3bf09f !18078 add inner ops: DynamicBroadcastGradientArgs
Merge pull request !18078 from wangnan39/add_inner_ops_broadcastgradientargs
2021-06-17 15:02:51 +08:00
liyong 2989a5a23b fix some bugs 2021-06-17 11:56:10 +08:00
i-robot 9085be08b9 !18163 Support ConvTranspose3D on GPU
Merge pull request !18163 from likesen/master
2021-06-17 10:44:58 +08:00
Cathy Wong c37eb350f6 MD Profiling UT: Check CPU util file. Add sequential pipeline UTs 2021-06-16 15:30:59 -04:00
Li Kesen 7d94095730 Support Conv3dTranspose for GPU 2021-06-16 22:32:56 +08:00
zengzitao 8064de7931 fix maximum_grad and minimum_grad input_shape not equal to output_shape bug 2021-06-16 14:25:18 +08:00
i-robot 3a9d3f2580 !16635 Support GCN on GPU
Merge pull request !16635 from yuruilee/master
2021-06-15 22:05:33 +08:00
i-robot a3d6da8987 !18167 update modelzoo testcase ssd_mobilenet_fpn
Merge pull request !18167 from anzhengqi/update-testcase-ssd
2021-06-15 17:07:41 +08:00
i-robot 7ff63a8e70 !17894 Add support for mindir encryption
Merge pull request !17894 from liuluobin/master
2021-06-15 15:15:40 +08:00
anzhengqi e29b9ffb59 update testcase ssd-mobilenet-fpn 2021-06-15 14:36:49 +08:00
王南 f1b59bc454 add dynamic broadcastgradientargs 2021-06-14 23:32:57 +08:00
markuskunej 2fece8a7c2 added nll_loss_grad for gpu 2021-06-11 15:12:43 -04:00
i-robot 1ccb1f5946 !18196 Fix the ST probabilistic failure in daily version<test_transformer>
Merge pull request !18196 from casgj/master_ci
2021-06-11 16:09:47 +08:00
i-robot 85d860e6a2 !16457 [AutoParallel]pipeline_split_adapt_master
Merge pull request !16457 from lichen/pipeline_split_adapt_master
2021-06-11 11:37:40 +08:00
casgj dd9aa8bab5 update tests/st/model_zoo_tests/transformer/test_transformer.py. 2021-06-11 11:07:55 +08:00
liuluobin 5b9b46224b Add encryption support for mindir 2021-06-11 09:33:45 +08:00
i-robot 3f7e42e80c !17902 Synchronize bug fix from enterprise branch
Merge pull request !17902 from ZPaC/master-fix-follower-scaler-issue
2021-06-11 09:27:47 +08:00
i-robot 21513404c4 !17082 set default context mode to GRAPH_MODE
Merge pull request !17082 from huangbingjian/change_context_mode
2021-06-10 21:21:46 +08:00
i-robot 22181af515 !18126 add comments for master thor api
Merge pull request !18126 from wangshuangling/master
2021-06-10 20:21:49 +08:00
lichenever db5d508356 pipeline_split_adapt_master 2021-06-10 20:17:33 +08:00
yuruilee 5941d4867c Support GCN on GPU 2021-06-10 20:17:03 +08:00
i-robot dc9720cbb2 !17999 add parallel operator for conv2d
Merge pull request !17999 from yangzhenzhang/add-parallel-operator-for-conv2d
2021-06-10 20:05:45 +08:00
i-robot 62a165a3a2 !16917 Add Crop Python API for CV data processing
Merge pull request !16917 from xiaotianci/crop
2021-06-10 17:16:04 +08:00
i-robot c293f06b27 !17373 add docs, user-example and assertion for rearrange_inputs
Merge pull request !17373 from zhiqwang/rearrange-inputs-docs
2021-06-10 16:17:23 +08:00
yangzhenzhang 7a40741048 add parallel operator for conv2d 2021-06-10 14:58:51 +08:00
ZPaC 503e29f8fc Worker scaling and fix issues. 2021-06-10 14:49:09 +08:00
sl_wang 54890b88fc add comments for thor api 2021-06-10 14:08:40 +08:00
i-robot 07f58b0b46 !17626 matmul to mul
Merge pull request !17626 from lingyunli63/matmul_to_mul
2021-06-10 11:35:18 +08:00
i-robot 63b91904ec !18098 Change NLL_Loss total_weight output for gpu
Merge pull request !18098 from markuskunej/nll_loss_total_weight_fix
2021-06-10 11:03:23 +08:00
i-robot 3a13dde14d !17761 add save ckpt info
Merge pull request !17761 from changzherui/add_ckpt_info
2021-06-10 11:01:18 +08:00
i-robot b79400296a !17959 fix optimizer weight shard config
Merge pull request !17959 from gziyan/add_optimizer_weight_shard_config
2021-06-10 10:49:17 +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
i-robot e60f5f12f5 !17836 Add Rotate API for CV data processing
Merge pull request !17836 from xiaotianci/rotate
2021-06-10 09:29:18 +08:00
i-robot c6a1e33378 !18083 recover several graph kernel ci testcases
Merge pull request !18083 from looop5/recover_testcases_6_9
2021-06-10 09:25:26 +08:00
i-robot e2da8d7c90 !18024 MD Profiling Analyze: Add class BottleneckAnalyzer
Merge pull request !18024 from cathwong/ckw_zirui_smart_warning_pr17255
2021-06-10 08:45:17 +08:00
markuskunej b2b9dfd24a changed nll_loss total_weight output to be sum of the target weights instead of sum of weights 2021-06-09 13:13:41 -04:00
changzherui 7a05132ed4 add ckpt save info 2021-06-09 22:42:27 +08:00
Cathy Wong a8de1327d9 MD Profiling Analyze: Add class BottleneckAnalyzer 2021-06-09 09:24:32 -04:00
i-robot d2c3f68232 !17726 GPU resize_bilinear grad op support
Merge pull request !17726 from tom_chen/resize_bilinear
2021-06-09 21:11:44 +08:00
looop5 a5cb14261d recover several graph kernel ci testcases 2021-06-09 20:32:02 +08:00
i-robot f41ca66643 !18001 update OWNERS for debugger module
Merge pull request !18001 from yelihua/dev
2021-06-09 16:27:40 +08:00
zhiqiang f43d720eb0 Add docs and user-example for rearrange_inputs 2021-06-09 04:19:32 -04:00
lingyunli63 4f34e537a0 replace matmul/batchmatmul by mul when k is 1 2021-06-09 15:00:27 +08:00
huangbingjian ad8f73f32b set default context mode to GRAPH_MODE 2021-06-09 14:40:49 +08:00
i-robot 255959406a !18026 add test_lenet_quant_ascend st
Merge pull request !18026 from Erpim/master
2021-06-09 14:20:43 +08:00
yelihua 9574c1e899 add debugger approvers 2021-06-09 10:44:52 +08:00
i-robot 90c9c2b8bc !17956 numpy-native trim tests
Merge pull request !17956 from huangmengxi/numpy_pr
2021-06-09 09:42:49 +08:00
i-robot 50f11d5439 !17503 dataset: enhance the expression of error msg
Merge pull request !17503 from ms_yan/log_modify
2021-06-08 22:25:04 +08:00
Xiao Tianci 9c4c1c6a77 add Rotate Python API 2021-06-08 22:19:15 +08:00
i-robot 3a63a66d64 !17807 MD Profiling UT: Add MD Analyze UT for MinddataProfilingAnalyzer
Merge pull request !17807 from cathwong/ckw_mon_py_analyze_ut3
2021-06-08 21:52:55 +08:00
Erpim 0acfeb2ac1 add test_lenet_quant_ascend st 2021-06-08 19:43:57 +08:00
ms_yan be65ebcb28 complete dataset log 2021-06-08 16:45:47 +08:00
mindspore-ci-bot 8934e4a513 !17879 dynamic min max shape phase 2
From: @luoyang42
Reviewed-by: @liucunwei,@jonyguo
Signed-off-by: @liucunwei
2021-06-08 14:49:13 +08:00
mindspore-ci-bot f86d707126 !17957 maskrcnn repair
From: @huchunmei
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
2021-06-08 14:43:46 +08:00
huangmengxi 67ef225dc5 trim tests 2021-06-08 14:31:50 +08:00
mindspore-ci-bot af31b0f4a0 !17900 numpy-native reduce histogram2d test case fractional precision
From: @jachua
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @guoqi1024
2021-06-08 14:14:33 +08:00
huchunmei 4ed03321c2 clould 2021-06-08 11:26:37 +08:00
caifubi 61efa2c23b remove some code 2021-06-08 10:55:41 +08:00
Ziyan 95ac0f6d58 fix optimizer weight shard config 2021-06-08 10:44:17 +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 152dbefa29 !17911 fix maskedselect grad definition
From: @wuxuejian
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2021-06-08 09:36:18 +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
tom__chen 4ba9ebf9c4 add resize bilinear grad gpu op 2021-06-07 12:19:05 -04: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
mindspore-ci-bot 9e2c8eed80 !17654 Implement NLL_Loss operation for GPU
From: @markuskunej
Reviewed-by: 
Signed-off-by:
2021-06-07 23:23:53 +08:00
dingpeifei 171d09457f upgrade_ascend_0604 2021-06-07 23:06:58 +08:00
Cathy Wong b7342efe12 MD Profiling UT: Add MD Analyze UT. Add more pipeline profiling UTs. 2021-06-07 11:00:34 -04:00
luoyang dad289c679 dynamic min max shape phase 2 2021-06-07 20:06:26 +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
mindspore-ci-bot 9051e5373c !17782 withdraw modelzoo testcase ncf and gnmt_v2
From: @anzhengqi
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
2021-06-07 17:08:44 +08:00
mindspore-ci-bot 9193b4d997 !17859 Change rank id in dump path
From: @tina_mengting_zhang
Reviewed-by: @ouwenchang,@yelihua,@zhoufeng54,@yelihua,@ouwenchang
Signed-off-by: @zhoufeng54,@ouwenchang
2021-06-07 16:36:39 +08:00
wuxuejian 1687d2a991 fix maskedselect grad definition 2021-06-07 16:06:05 +08:00
huangmengxi 849ba87a88 reduce precision for test matching 2021-06-07 14:44:49 +08:00
yanghaitao1 127e4d4068 fix profiler pclint&codex 2021-06-07 02:17:23 -04:00
zhoufeng 658c2072fc owners config
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-07 11:03:33 +08: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
TinaMengtingZhang 2fa05b66a1 change device_id to rank_id in dump path 2021-06-06 21:27:20 -04:00
mindspore-ci-bot e5a189a4f0 !17520 Optimize exception info when compile net failed
From: @irmo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-06-05 12:04:28 +08:00
mindspore-ci-bot 83f68e3a33 !17435 add DynamicStitch and SearchSorted ops for aicpu
From: @yanzhenxiang2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-06-05 10:37:03 +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 e19e14295a !17773 adapt offline debugger to new dump, sync support for iteration ranges, GPU default dump mode correction
From: @john_tzanakakis
Reviewed-by: @nsyca,@mikef
Signed-off-by: @mikef
2021-06-05 02:46:50 +08:00
markuskunej 35e6994fb2 implemented nll_loss operation for gpu 2021-06-04 11:36:22 -04:00
John Tzanakakis 7d460de8b4 adapt offline debuger to new dump, sync support for iteration ranges, GPU default dump mode correction 2021-06-04 08:38:50 -04: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
mindspore-ci-bot f9076cb034 !17722 strength modelzoo network retinaface_resnet testcase
From: @anzhengqi
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
2021-06-04 16:48:26 +08:00
mindspore-ci-bot 7d9bf65654 !16755 support list add list in net in GraphMode.
From: @fenglovebei
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
2021-06-04 16:37:40 +08:00
mindspore-ci-bot 2395a0b198 !17738 modify BGCF network for clould
From: @zhanghuiyao
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
2021-06-04 16:28:11 +08:00
yanzhenxiang2020 16b43bca49 add DynamicStitch and SearchSorted aicpu ops 2021-06-04 16:25:27 +08:00