Commit Graph

1023 Commits

Author SHA1 Message Date
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
mindspore-ci-bot ffdad1acd4 !617 Match format when kernel selecting using raise or reduce precision
Merge pull request !617 from lianliguang/fix-bug-of-raise-precision
2020-04-24 14:13:56 +08:00
mindspore-ci-bot 92e0dc0ab5 !622 GPU update conv kernels to accelerate computing fp16 data
Merge pull request !622 from VectorSL/update-conv-for-amp
2020-04-24 14:12:14 +08:00
VectorSL ee7a64018c gpu update conv kernel for auto-mixed-precision 2020-04-24 11:29:27 +08:00
mindspore-ci-bot 78bbacdaac !601 [Data]Fix the nonstandard comments (add space, add function type)
Merge pull request !601 from xulei/filter_master
2020-04-24 11:25:16 +08:00
mindspore-ci-bot c984c48f28 !629 add model parameters for vgg16 to open mixed precision.
Merge pull request !629 from caojian05/mindspore_master_bugfix
2020-04-24 10:32:10 +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 bfab0bc856 !618 clean ascend runtime codex
Merge pull request !618 from caifubi/clean-runtime-codex
2020-04-24 09:15:14 +08:00
mindspore-ci-bot 4a001ece95 !607 optimize flow of export onnx model
Merge pull request !607 from fary86/optimize_flow_of_exporting_onnx_model
2020-04-24 09:13:04 +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 84a488bfe7 !627 fix when not set GLOG_log_dir, create log file at /tmp
Merge pull request !627 from fary86/fix_glog_default_path_is_tmp
2020-04-24 09:10:43 +08:00
mindspore-ci-bot c65a57775b !631 Fixed the bug on uniform augment input validation
Merge pull request !631 from AdelShafiei/uniform_augment_ut
2020-04-24 08:17:38 +08:00
Adel Shafiei f29eacbb34 fixed an input validation error for uniform augment op 2020-04-23 17:37:51 -04:00
mindspore-ci-bot 1cc9f65815 !630 UniformAugment: Fixed empty list error
Merge pull request !630 from alashkari/ua-ops
2020-04-24 03:15:20 +08:00
Amir Lashkari a43b60f99f Fixed not in list error 2020-04-23 13:57:52 -04:00
caojian05 73d4cf77d4 add model parameters for vgg16 to open mixed precision. 2020-04-23 23:41:42 +08:00
mindspore-ci-bot b39247d3de !557 add README file for vgg16
Merge pull request !557 from caojian05/mindspore_master_dev
2020-04-23 22:53:37 +08:00
mindspore-ci-bot 07dcd6e0cc !616 remove the parameter 'batch_size' of VGG16, for we can use 'flatten' instead of 'reshape'.
Merge pull request !616 from caojian05/mindspore_master_bugfix
2020-04-23 22:53:19 +08:00
caifubi 246fc290d0 clean runtime codex 2020-04-23 22:32:44 +08:00
lianliguang c4aeb5a0b8 add format chooice when kernel selecting reduce or raise precision 2020-04-23 21:58:03 +08:00
mindspore-ci-bot d132b61bcd !625 Fix check nullptr by calling function directly
Merge pull request !625 from JoyLvliang/fix-check-nullptr-by-calling-function
2020-04-23 21:53:35 +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
mindspore-ci-bot c646faed1e !626 gpu dynamic memory pool can't reuse allReduce in multi-stream
Merge pull request !626 from limingqi107/master
2020-04-23 21:39:39 +08:00
huanghui cd6e8d6542 fix ReluV2's mask shape in derelu fusion pass 2020-04-23 21:25:18 +08:00
mindspore-ci-bot ebc3f12b21 !620 [Auto parallel] Fix the code-style warnings in parallel-mode
Merge pull request !620 from Xiaoda/fix-codex-bot-warnings
2020-04-23 21:14:19 +08:00
fary86 065e9e6a4e Fix when not set GLOG_log_dir, create log file at /tmp 2020-04-23 21:13:12 +08:00
limingqi107 0f0e8fe874 gpu dynamic memory pool can not reuse allReduce in multi-stream 2020-04-23 20:40:35 +08:00
lvliang 5b39a3ea6e fix-check-nullptr-by-calling-function 2020-04-23 20:40:00 +08:00
mindspore-ci-bot 99e7e43cbb !599 fix clipbynorm op run error in pynative mode
Merge pull request !599 from dinghao/master
2020-04-23 20:33:47 +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 82cb39274b !619 Clean code style check warning in pynative codes
Merge pull request !619 from JoyLvliang/pynative-clean-reviewbot-warning
2020-04-23 20:09:22 +08:00
mindspore-ci-bot 85c889bc3b !615 Modify log level of context
Merge pull request !615 from Simson/push-to-opensource
2020-04-23 20:07:13 +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
mindspore-ci-bot f2a861516a !549 [MS][BERT] Add README.md file of BERT model
Merge pull request !549 from wsc/bert_readme
2020-04-23 19:34:33 +08:00
caojian05 10994a5e7d add README file for vgg16 2020-04-23 19:32:04 +08:00
Xiaoda Zhang ec043fcd56 fix the codex and bot warnings 2020-04-23 19:14:38 +08:00
mindspore-ci-bot de4aca2025 !613 fix codedex warning and a datacopy coredump bug
Merge pull request !613 from liubuyu/master
2020-04-23 19:14:11 +08:00
lvliang aec761c143 pynative-clean-reviewbot-warning 2020-04-23 19:10:08 +08:00
YuJianfeng 39945d0f79 Add AllGather fusion pass 2020-04-23 19:05:10 +08:00
mindspore-ci-bot eefb6edde2 !606 Fix dataset api doc problem
Merge pull request !606 from pengyanjun/fix_dataset_api_doc_change_line
2020-04-23 19:03:39 +08:00
caojian05 b36094e327 remove the parameter batch_size of VGG16, for we can use flatten instead of reshape. 2020-04-23 18:52:58 +08:00
simson 8492f3dd7f modify log level of context 2020-04-23 18:49:19 +08:00
mindspore-ci-bot ebd0fd33f6 !572 Add REAMME to resnet50_cifar10
Merge pull request !572 from gengdongjie/master
2020-04-23 18:12:10 +08:00
liubuyu 0b6b5e5123 fix codedex warning 2020-04-23 18:01:19 +08:00
ch-l f806b72447 use DeviceMemory for memory control 2020-04-23 17:55:17 +08:00
mindspore-ci-bot 31f1d2956a !604 GeneratorDataset column names support string type
Merge pull request !604 from yanghaitao/yht_generatordataset_col_list
2020-04-23 17:42:26 +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