Commit Graph

2113 Commits

Author SHA1 Message Date
mindspore-ci-bot 597933b04b !1113 rename kernel/mng to kernel/rts
Merge pull request !1113 from dengwentao/rts
2020-05-15 09:39:18 +08:00
mindspore-ci-bot cf6a4fe687 !1155 fix bug of log interface
Merge pull request !1155 from fary86/fix_bug_of_log_interface
2020-05-15 09:36:32 +08:00
mindspore-ci-bot cca0610615 !1158 fix some pyling warnings
Merge pull request !1158 from SJN/master
2020-05-15 09:25:29 +08:00
mindspore-ci-bot d2efa20cab !1163 Add BatchNorm fusion pattern with mix precision
Merge pull request !1163 from YuJianfeng/bn_fusion_with_cast
2020-05-15 09:20:36 +08:00
mindspore-ci-bot 2ee4fdade6 !1165 new control sink entry
Merge pull request !1165 from zhoufeng/new-control-sink-entry
2020-05-15 09:14:25 +08:00
mindspore-ci-bot bb374ebc28 !1015 Support weights to be compiled according to shape
Merge pull request !1015 from candanzg/me_with_shape
2020-05-15 09:13:41 +08:00
fary86 057dcdbad5 Fix bug of log interface
1.GLOG_v can not control log level of MindData
2.Sub module ids of some source files under directory `kernel` and `device` are incorrect
3.GLOG_v can not control log level when using dlog
2020-05-14 23:35:05 +08:00
mindspore-ci-bot c68d1567e9 !1159 add nlp preprocess example to mindrecord
Merge pull request !1159 from guozhijian/add_nlp_preprocess_example
2020-05-14 23:28:48 +08:00
mindspore-ci-bot 7d30c62d6e !1164 Add TBE op info of BNInfer and BNInferGrad for VM
Merge pull request !1164 from liuxiao/BNInfer/BNUIferGrad-VM
2020-05-14 23:05:55 +08:00
mindspore-ci-bot a9816fa779 !1026 Add Logsigmoid and Reduce_logsumexp
Merge pull request !1026 from peixu_ren/custom_pp_ops
2020-05-14 22:02:58 +08:00
zhoufeng b78e54a5c4 new control sink entry
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-05-14 22:00:28 +08:00
mindspore-ci-bot b124bf38a1 !1152 [AutoParallel] dynamic output shape handling for Reduce series & Squeeze
Merge pull request !1152 from Chong/support_squeeze_and_reduce
2020-05-14 21:46:15 +08:00
yujianfeng 6e89ebe6f0 Add BatchNorm fusion pattern with mix precision 2020-05-14 21:28:08 +08:00
hongxing dc290d7959 support squeeze and reduce op 2020-05-14 15:16:02 +02:00
jonyguo 44a082e5ec add aclImdb preprocess example 2020-05-14 20:59:05 +08:00
mindspore-ci-bot 2831641eea !1030 [MD] remove dead code in mindrecord
Merge pull request !1030 from liyong126/mindrecord_remove_dead_code
2020-05-14 20:55:45 +08:00
mindspore-ci-bot 62783712f3 !1106 Add enable dump log info
Merge pull request !1106 from ghzl/add-enable-dump-log-info
2020-05-14 20:37:45 +08:00
mindspore-ci-bot 64f9d78a3e !1137 add pre-trained and update launch of mobilenetv2
Merge pull request !1137 from wandongdong/master
2020-05-14 20:30:29 +08:00
mindspore-ci-bot a6546b80ba !1147 INFO user when set_strategy not under [semi_]auto_parallel mode
Merge pull request !1147 from yihuaijie/master
2020-05-14 19:58:16 +08:00
mindspore-ci-bot 1f9fc65218 !1154 [control sink refactoring]new compile graph
Merge pull request !1154 from chenfei_mindspore/add-child-graph-to-kernel-graph
2020-05-14 19:38:26 +08:00
liuxiao c884653de1 add tbe op info of BNInfer and BNInferGrad for VM 2020-05-14 19:35:50 +08:00
mindspore-ci-bot 9a3566d0c8 !1144 fix: add parameter check for MindDataset
Merge pull request !1144 from guozhijian/fix_minddataset_distribute_param_check
2020-05-14 18:57:35 +08:00
jonyguo be2e7531ca fix: MindDataset parameter shard_id & num_shards check 2020-05-14 17:18:11 +08:00
chenfei 6e934530a3 new compile graph of new control sink 2020-05-14 17:17:46 +08:00
mindspore-ci-bot 94883f9b9c !1132 add op pattern in kernel build info
Merge pull request !1132 from lianliguang/add-attr-op-pattern-to-kernel-build-info
2020-05-14 17:07:46 +08:00
shijianning f2230fb070 fix pylint warnings 2020-05-14 16:47:56 +08:00
mindspore-ci-bot 331ca249ef !1080 Fix dtype check in infer_dtype() function of comm_ops.py
Merge pull request !1080 from zhouyuanshen/master
2020-05-14 16:47:05 +08:00
mindspore-ci-bot 40beecc3a6 !1153 change device_target donot change loop_sink flag
Merge pull request !1153 from caifubi/setcontext-donot-change-loopsink
2020-05-14 16:11:29 +08:00
mindspore-ci-bot aacb03563e !1150 GPU upadate shape infer
Merge pull request !1150 from VectorSL/gpu-update-shapeinfer
2020-05-14 16:03:16 +08:00
Yi Huaijie 75ca84d260 INFO user when set_strategy not under [semi_]auto_parallel mode 2020-05-14 15:43:05 +08:00
zhouyuanshen b7039a5797 fix check dtype in comm_ops.py 2020-05-14 15:33:59 +08:00
mindspore-ci-bot 4bb46606db !1149 fix pylint in tests
Merge pull request !1149 from panyifeng/fix_pylint
2020-05-14 15:15:52 +08:00
liyong dbfa34a3f5 remove dead code 2020-05-14 15:15:09 +08:00
caifubi bd269f27e6 fix enable_loop_sink bug 2020-05-14 15:09:07 +08:00
mindspore-ci-bot 5075f0a27e !1146 add matmul eltwise buffer fusion
Merge pull request !1146 from Etone.Chan/master
2020-05-14 14:54:54 +08:00
WilliamLian 44df45c84d add attr op_pattern to kernel build info 2020-05-14 14:41:27 +08:00
mindspore-ci-bot ebdba96596 !1148 add format transfer for fracz_c04 and nc1hwc04
Merge pull request !1148 from liubuyu/master
2020-05-14 14:34:09 +08:00
panyifeng 755ba75deb fix pylint 2020-05-14 14:22:52 +08:00
VectorSL 9996e0d4d2 gpu update shape infer 2020-05-14 14:10:31 +08:00
liubuyu 2fe76bcfbd add format transfer for fracz_c04 and nc1hwc04 2020-05-14 11:39:05 +08:00
mindspore-ci-bot 4bb5c7b39a !1084 add new interface quant combined
Merge pull request !1084 from SanjayChan/04quant
2020-05-14 11:19:00 +08:00
mindspore-ci-bot 2c4fec57a0 !995 Clean some pylint-warnings
Merge pull request !995 from SJN/master
2020-05-14 11:12:57 +08:00
peixu_ren 99fda6f431 Add logsigmoid and reduce_logsumexp 2020-05-13 23:52:10 -03:00
etone-chan c4a5bfb787 add matmul eltwise buffer fusion pass 2020-05-14 10:36:23 +08:00
wandongdong 1e52582e23 add pretrained and update launch 2020-05-14 10:13:57 +08:00
mindspore-ci-bot a2a3b1c6c5 !1089 Add Optimizer method get_lr_parameter
Merge pull request !1089 from ghzl/add-get-lr-base-on-parameter
2020-05-14 09:40:31 +08:00
mindspore-ci-bot 9e116e15fb !1139 Change Thread::Join to async call with time out
Merge pull request !1139 from JesseKLee/timing_hole
2020-05-14 09:07:06 +08:00
mindspore-ci-bot 1a052f7155 !1131 [Data]fix cmake build format
Merge pull request !1131 from xulei/filter_op
2020-05-14 08:24:35 +08:00
mindspore-ci-bot 1501e20ec2 !1140 Cleanup dataset UT: resolve skipped test units
Merge pull request !1140 from cathwong/ckw_dataset_ut_unskip1
2020-05-14 05:39:40 +08:00
Jesse Lee f2be49d85e Fix a racing condition 2020-05-13 14:59:25 -04:00