Commit Graph

344 Commits

Author SHA1 Message Date
jinyaohui 219bc18439 clean pylint 2020-04-25 17:14:53 +08:00
lirongzhen1 56f785f7e6 add context configration 2020-04-24 19:35:14 +08:00
mindspore-ci-bot a02eb240e9 !595 Tensor assign with int or tuple(int) index
Merge pull request !595 from candanzg/tensor_assign_with_integer
2020-04-24 17:35:58 +08:00
mindspore-ci-bot ce71c17933 !645 auto parallel prelu operator support broadcast
Merge pull request !645 from yao_yf/auto_parallel_prelu_support_broadcast
2020-04-24 17:32:37 +08:00
mindspore-ci-bot 84d5e4f923 !643 [AutoParallel]Support reshape parameter
Merge pull request !643 from lichen/support_reshape_parameter
2020-04-24 16:43:29 +08:00
candanzg 31aae36106 Tensor assign with integer
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-24 16:28:23 +08:00
mindspore-ci-bot 43a8f829a2 !628 fix the infer of TruncatedNormal and a bug of structure output
Merge pull request !628 from zhangbuxue/fix_example_for_TruncatedNormal
2020-04-24 16:12:05 +08:00
mindspore-ci-bot 00859ae119 !586 enable/disable allreduce_fusion
Merge pull request !586 from lirongzhen1/allreduce_fusion
2020-04-24 16:02:53 +08:00
lichenever 2ab211ae04 support reshape parameter 2020-04-24 15:59:09 +08:00
buxue c8a1a24ce3 fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis 2020-04-24 15:42:58 +08:00
yao_yf 425276d43d auto parallel prelu support prelu 2020-04-24 14:10:57 +08:00
Xiaoda Zhang dfde76af88 delete the 'simplify_cal' attribute in 'set_algo_parameters' and 'get_algo_parameters' interface 2020-04-24 10:46:38 +08:00
lirongzhen 4ff418084c enable/disable allreduce_fusion 2020-04-24 10:34:59 +08:00
mindspore-ci-bot 53d2da5fe4 !264 static_analysis: remove useless cache in TrivialPrimEvaluator and add cache for PythonPrimEvaluator
Merge pull request !264 from xychow/remove-unnecessary-cache-and-add-cache
2020-04-24 09:22:33 +08:00
mindspore-ci-bot 2440cea732 !621 [MD] adjust mindrecord ut
Merge pull request !621 from liyong126/mindrecord_ut
2020-04-24 09:12:32 +08:00
mindspore-ci-bot 928dcf4ec4 !554 Fix derelu fusion pass
Merge pull request !554 from huanghui/fix_derelu_fusion_pass
2020-04-23 21:52:55 +08:00
liyong 1f222ddb9e fix mindrecord c ut 2020-04-23 21:48:58 +08:00
huanghui cd6e8d6542 fix ReluV2's mask shape in derelu fusion pass 2020-04-23 21:25:18 +08:00
mindspore-ci-bot 4a3e5cb944 !492 Add AllGather fusion pass
Merge pull request !492 from YuJianfeng/allgather
2020-04-23 20:31:12 +08:00
mindspore-ci-bot 54e0fa5c09 !556 [Auto Parallel] use DeviceMemory instead of fixed-size memory check
Merge pull request !556 from Chong/partition
2020-04-23 20:03:36 +08:00
mindspore-ci-bot ad75618ca6 !611 change error message type
Merge pull request !611 from JichenZhao/errormsg
2020-04-23 19:49:59 +08:00
mindspore-ci-bot 5034bc10ce !612 Bugfix: correct wrong pattern of confusion_softmax_grad_rule pass
Merge pull request !612 from huanghui/fix-confusion-softmax-grad-rule-pass
2020-04-23 19:44:50 +08:00
YuJianfeng 39945d0f79 Add AllGather fusion pass 2020-04-23 19:05:10 +08:00
ch-l f806b72447 use DeviceMemory for memory control 2020-04-23 17:55:17 +08:00
mindspore-ci-bot 2d6c703794 !582 Add gpu test case for dynamic lr.
Merge pull request !582 from ZPaC/add-dynamic-lr-in-nccl-case
2020-04-23 17:32:45 +08:00
zhaojichen 8963e39516 change error type 2020-04-23 05:29:26 -04:00
zhousiyi f6a4f3d155 [static_analysis]: remove the TrivialPrimEvaluator cache.
add cache for PythonPrimEvaluator. Be careful that
 the infer function of PythonPrimitive in python code should
 be idempotent.
2020-04-23 09:13:57 +00:00
huanghui 14df771175 fix confusion_softmax_grad_rule pass 2020-04-23 16:45:06 +08:00
mindspore-ci-bot 5ac07bb695 !504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
2020-04-23 16:24:10 +08:00
ZPaC 75381bc30c Add gpu test case for dynamic lr. 2020-04-23 15:36:49 +08:00
candanzg 663d597330 tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-23 13:07:04 +08:00
liubuyu 672244e0ac add keep_bn_fp32 parameter 2020-04-23 11:04:18 +08:00
mindspore-ci-bot 0bf6717e9a !454 Fix the check of bool type in auto cast
Merge pull request !454 from candanzg/bug_cast_op
2020-04-23 10:54:40 +08:00
mindspore-ci-bot 5cf09405e2 !532 [AutoParallel]support multiple subgraphs
Merge pull request !532 from lichen/support_multiple_subgraphs_in_auto_parallel
2020-04-23 09:04:09 +08:00
mindspore-ci-bot c0825e18a7 !588 Add ReluV2/ReluGradV2/ConfusionMulGrad ops for VM
Merge pull request !588 from liuxiao/add-reluv2
2020-04-22 21:58:57 +08:00
mindspore-ci-bot 0a6caa8623 !578 Rename davinci to ascend in ops st test module
Merge pull request !578 from leonwanghui/rename
2020-04-22 21:46:49 +08:00
mindspore-ci-bot a78420b730 !577 Fix pylint warnings in mindspore st test module
Merge pull request !577 from leonwanghui/st-fix
2020-04-22 21:46:37 +08:00
liuxiao b6e77e5178 Add ReluV2/ReluGradV2/ConfusionMulGrad for VM 2020-04-22 21:09:37 +08:00
mindspore-ci-bot 1a0d2666b7 !559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
2020-04-22 19:22:04 +08:00
mindspore-ci-bot 818acd46d4 !569 fix bug in checkpoint when save scaler
Merge pull request !569 from wangnan39/master
2020-04-22 18:55:02 +08:00
lichenever c78630d737 support multiple subgraphs 2020-04-22 17:40:56 +08:00
leonwanghui ba43dbc148 Fix pylint warnings in mindspore st test module 2020-04-22 16:44:19 +08:00
mindspore-ci-bot ca3aa6071a !527 gpu dynamic memory pool supports multi-allReduce
Merge pull request !527 from limingqi107/master
2020-04-22 16:28:24 +08:00
wangnan39@huawei.com f38d18c665 fix bug in checkpoint when save scaler 2020-04-22 16:04:55 +08:00
leonwanghui b78b18e669 Rename davinci to ascend in ops st test module 2020-04-22 15:58:50 +08:00
mindspore-ci-bot 24a9f4974c !536 support ellipsis and bool for tensor slice
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
2020-04-22 15:49:33 +08:00
limingqi107 2891f0d20d gpu dynamic memory pool supports multi-allReduce 2020-04-22 15:43:45 +08:00
liuxiao 5b6c8fade8 Add Erf\FillD operator for VM 2020-04-22 15:32:42 +08:00
buxue 437bb8c27c support ellipsis and bool for tensor slice 2020-04-22 15:00:04 +08:00
mindspore-ci-bot 67057d1309 !541 add average pooling 1D
Merge pull request !541 from JichenZhao/avgpooling
2020-04-22 14:13:04 +08:00