Commit Graph

460 Commits

Author SHA1 Message Date
caifubi d3b978147f Ascend Dynamic Shape 2020-10-10 19:11:47 +08:00
kswang 11989b5e30 enable async run 2020-10-10 10:08:55 +08:00
mindspore-ci-bot 21c5607fca !6971 cudnn inplace optimizer
Merge pull request !6971 from chenweifeng/tensoradd_inplace
2020-10-09 10:01:58 +08:00
wilfChen b420b6cda7 cudnn inplace optimizer 2020-09-30 16:18:16 +08:00
liubuyu 8af3250477 support dynamic_rnn and dynamic_rnn_grad op 2020-09-25 09:40:10 +08:00
mindspore-ci-bot 6f1c603284 !6560 implement parallel pack
Merge pull request !6560 from yihuaijie/master
2020-09-23 10:56:51 +08:00
Yi Huaijie 6066b16838 implement parallel Pack 2020-09-23 09:22:21 +08:00
root 4e85071055 redundant codes clean 2020-09-22 17:08:09 +08:00
mindspore-ci-bot 806a34116d !6613 Fix core dump in pynative mode
Merge pull request !6613 from huangbingjian/master
2020-09-22 09:50:38 +08:00
mindspore-ci-bot 4000f24ae0 !6665 fix error print in thor optimizer training log
Merge pull request !6665 from wangmin0104/master
2020-09-22 09:23:43 +08:00
wangmin 9ef88b3132 fix thor optimizer error print 2020-09-21 20:26:37 +08:00
HuangBingjian d4d8a355dc fix coredumpd while import regex 2020-09-21 18:52:20 +08:00
hexia 0418866fb9 fix codeDex 2020-09-21 15:15:43 +08:00
mindspore-ci-bot 4905de06bd !6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
Merge pull request !6545 from zhangbuxue/improve_the_recognition_of_Parameter_object_and_raise_error_when_convert_keywordarg_to_pydata
2020-09-19 21:25:02 +08:00
buxue 483c8a179a improve the recognition of Parameter object and raise error when convert keywordarg to pydata 2020-09-19 18:01:00 +08:00
BowenK ed40ba05de fix static checking warnings 2020-09-19 09:55:07 +08:00
mindspore-ci-bot 8a5e8d0ba8 !6435 Fix the problem of unnecessary recursion when printing tensor.
Merge pull request !6435 from huangbingjian/master
2020-09-18 20:29:52 +08:00
HuangBingjian 1d02488659 fix tensor print 2020-09-18 14:11:04 +08:00
BowenK 607ea81c7b fix static check 2020-09-17 16:22:39 +08:00
HuangBingjian 52cb8cce6c fix sha256.h 2020-09-15 17:38:02 +08:00
mindspore-ci-bot 9c896fd22c !5899 Fix Some bugs and add test cases on Tensor printing.
Merge pull request !5899 from huangbingjian/master
2020-09-14 15:38:20 +08:00
HuangBingjian 07d1f5ac37 fix tensor.cc 2020-09-12 17:25:09 +08:00
mindspore-ci-bot 9a5e074c48 !5058 remove backend/session dependency on python
Merge pull request !5058 from xychow/remove-backend-py-dependency-1
2020-09-11 10:58:48 +08:00
mindspore-ci-bot 7b3873559f !5883 support for frac_zn_lstm
Merge pull request !5883 from liubuyu/master
2020-09-11 09:30:02 +08:00
zhousiyi ab74dfc839 refact backend/session from python 2020-09-11 01:13:00 +00:00
dayschan 37a48f6aac GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
2020-09-09 17:46:50 +08:00
liubuyu 23a298ca81 support new format frac_zn_lstm 2020-09-08 14:38:27 +08:00
wuxuejian bd527a331d update aicpu proto and update module: graphengine
Support Dynamic Shape Aicpu Run Package

adapt tensorengin modify, fix ub fusion
2020-09-08 11:38:44 +08:00
mindspore-ci-bot 72f77bdea7 !4363 export and load model for serving
Merge pull request !4363 from hexia/export_and_load_model_for_serving
2020-09-07 19:14:38 +08:00
hexia 2f42466da8 export and load model for serving 2020-09-07 11:41:14 +08:00
mindspore-ci-bot c064c01b6b !5729 [AutoParallel]Add FuseBatchNormEx op
Merge pull request !5729 from lichen/add_batchnormex_op
2020-09-04 11:17:22 +08:00
wilfChen 13dd31f56c reorder fused optimizer 2020-09-04 09:12:13 +08:00
lichenever d22f506431 add BatchNormEx op 2020-09-03 22:22:19 +08:00
mindspore-ci-bot 1944b8e53b !5612 Resnet50 pattern Fusion
Merge pull request !5612 from chenweifeng/BatchNormAddReluGrad
2020-09-03 10:52:05 +08:00
mindspore-ci-bot 3048240f16 !5508 Add AdamApplyOneWithDecayAssign fusion pass
Merge pull request !5508 from YuJianfeng/adam_assign
2020-09-02 11:23:34 +08:00
wilfChen 5316061fa3 gpu resnet50 fusion 2020-09-01 17:28:51 +08:00
fary86 0a858b3878 Simplify ms_context implementation 2020-09-01 09:40:48 +08:00
fary86 fcbb3e0edc Refactor ms_context implementation 2020-08-30 22:51:40 +08:00
yujianfeng 4b77f6b53c Add AdamApplyOneWithDecayAssign fusion pass 2020-08-29 17:54:15 +08:00
mindspore-ci-bot d81b30e6a0 !5312 make backend/optimizer free of pybind
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
2020-08-29 14:42:33 +08:00
mindspore-ci-bot 1b6f628bd0 !5436 Convert input path to absolute path.
Merge pull request !5436 from huangbingjian/master
2020-08-29 14:25:31 +08:00
mindspore-ci-bot bbbee68556 !4873 [lite] add option to build full minddata
Merge pull request !4873 from 章一智/TRC-ms-lite
2020-08-29 04:04:10 +08:00
ervinzhang 50cda2f8b1 added build option to build full minddata in ms-lite 2020-08-28 13:29:35 -04:00
HuangBingjian 2da133e782 Convert to real path in sha256.h 2020-08-28 17:30:18 +08:00
zhousiyi c25e37e7bf make backend/optimizer pybind free 2020-08-28 08:56:58 +00:00
mindspore-ci-bot 2060edb015 !5160 Call SHA256 through C++ instead of Python
Merge pull request !5160 from huangbingjian/master
2020-08-28 15:24:53 +08:00
HuangBingjian 43329202b7 add sha256 2020-08-27 20:37:29 +08:00
mindspore-ci-bot 41009707e6 !5330 Add comma seperator for python tensor __repr__().
Merge pull request !5330 from ZhangQinghua/master
2020-08-27 19:07:55 +08:00
mindspore-ci-bot a8317acee8 !5111 Support int64 for cpu sparse optimizers
Merge pull request !5111 from YuJianfeng/int64
2020-08-27 17:17:05 +08:00
Zhang Qinghua a91e9fe04a Add comma seperator for __repr__(). 2020-08-27 15:54:38 +08:00