Commit Graph

464 Commits

Author SHA1 Message Date
Junhan Hu 9739d3b048 Add CPP sampler support for GeneratorDataset 2020-04-14 12:09:03 -04:00
mindspore-ci-bot 9a781025ec !318 Add get_class_indexing exception
Merge pull request !318 from pengyanjun/fix_get_cladd_indexing_warning
2020-04-14 22:40:44 +08:00
mindspore-ci-bot fe4cde6b1e !294 Add cell ssim
Merge pull request !294 from zhaozhenlong/cell/ssim
2020-04-14 22:34:03 +08:00
mindspore-ci-bot 150024f089 !312 Implemention of new dataset ops: apply
Merge pull request !312 from xiefangqi/xfq_apply_branch
2020-04-14 22:29:07 +08:00
mindspore-ci-bot d04a62b700 !121 Add a checking mechanism for the need of Renormalize pass in Parse pipeline
Merge pull request !121 from thlinh/dev_Apr02_add_watch_for_renormalize
2020-04-14 22:25:04 +08:00
zhaozhenlong 6a2cf4b6e6 ssim impl code 2020-04-14 21:53:29 +08:00
mindspore-ci-bot d90e121547 !306 gpu uses dynamic memory pool by default
Merge pull request !306 from limingqi107/master
2020-04-14 21:50:24 +08:00
xiefangqi 1a1cbc6814 implemention of new api: apply 2020-04-14 21:43:53 +08:00
mindspore-ci-bot 7913b444eb !278 Pack via cpack
Merge pull request !278 from ZhouFeng/package
2020-04-14 21:36:28 +08:00
mindspore-ci-bot 7d7c9c4fee !311 GPU add akg kernel select
Merge pull request !311 from VectorSL/select
2020-04-14 21:25:16 +08:00
mindspore-ci-bot d9dd6aa0b8 !277 fix: use correct permissions when opening mindrecord files
Merge pull request !277 from guozhijian/fix_read_with_exact_option
2020-04-14 21:23:10 +08:00
mindspore-ci-bot 57aee805ce !274 GPU multiple stream feature
Merge pull request !274 from ZPaC/gpu-backend-supports-multiple-streams
2020-04-14 21:17:10 +08:00
limingqi107 99f12f9105 gpu uses dynamic memory pool by default 2020-04-14 21:05:23 +08:00
mindspore-ci-bot 7595c91730 !301 add custom op st to ci
Merge pull request !301 from dengwentao/ci_st
2020-04-14 21:00:35 +08:00
mindspore-ci-bot fb19655ea6 !214 modify GPU operator information registration
Merge pull request !214 from Maoweiyong/modify-gpu-op-register
2020-04-14 20:56:46 +08:00
zhoufeng 2dd60b4ce3 pack via cpack 2020-04-14 20:56:36 +08:00
Yanjun Peng 950d75e376 add get_class_indexing exception info 2020-04-14 20:42:20 +08:00
mindspore-ci-bot 66377e4c92 !293 Register all tbe op info with new registration mode
Merge pull request !293 from zjun/Modify_all_tbe_op
2020-04-14 20:39:21 +08:00
ZPaC 3ea3d9e5a4 1.GPU supports multiple streams.
2.GPU commnication stream and compute stream overlap.
2020-04-14 20:38:51 +08:00
mindspore-ci-bot a30ee78001 !295 bugfix(side effect): fix cell object can not free normally.
Merge pull request !295 from gongchen/fix_free_cell_obj
2020-04-14 20:36:13 +08:00
mindspore-ci-bot e09364df48 !298 bugfix(side effect): fix adding wrong control depend between AllReduce and GetStatus
Merge pull request !298 from gongchen/fix_allreduce_control_depend
2020-04-14 20:34:08 +08:00
dengwentao 48f90eb7bc add custom op st to ci 2020-04-14 20:16:14 +08:00
VectorSL d248b05a98 gpu add kernel select 2020-04-14 20:03:33 +08:00
maoweiyong a007e4812b modify gpu operator information registration 2020-04-14 19:17:59 +08:00
mindspore-ci-bot b571fabd77 !289 Add cnode mapping after graph match
Merge pull request !289 from YuJianfeng/find_op
2020-04-14 18:51:28 +08:00
mindspore-ci-bot 86911b7cdc !287 [MS][Docs]Fix "ValueError: The `outputs` is not tuple. ", when use model.eval.
Merge pull request !287 from vlne-v1/I1EFUD-the-output-is-not-tuple
2020-04-14 18:05:37 +08:00
zjun 02aca06451 Add all other tbe op info register 2020-04-14 17:37:56 +08:00
mindspore-ci-bot c06d2c6c2a !299 modify annotation of DepthwiseConv2d
Merge pull request !299 from wangnan39/modify_annotation_of_depthwise_conv
2020-04-14 17:37:35 +08:00
YuJianfeng e5c67b9088 Add cnode to equal map when opt matching 2020-04-14 17:29:47 +08:00
mindspore-ci-bot 7a6fdaf132 !302 fix workspace memory reuse
Merge pull request !302 from kisnwang/fix-workspace-malloc
2020-04-14 17:28:51 +08:00
mindspore-ci-bot e364936bd3 !297 add alternate path for stdclient library
Merge pull request !297 from yanghaoran/master
2020-04-14 17:01:51 +08:00
mindspore-ci-bot 39b9e831cb !291 disable memory reuse for GetNext op
Merge pull request !291 from caifubi/dev-getnext-mem-reuse-off
2020-04-14 16:57:31 +08:00
jonyguo ea5da25d10 fix: use exactly read option 2020-04-14 16:42:00 +08:00
Wei Luning e1c8f248e0 Fix the output is not tuple, when eval 2020-04-14 16:14:41 +08:00
kswang e53376092f fix workspace reuse bug 2020-04-14 16:06:56 +08:00
wangnan39@huawei.com 8ba68220dd modify annotation of DepthwiseConv2d 2020-04-14 16:03:55 +08:00
gong chen 61e959a9f3 bugfix(side effect): fix cell object cann't free normally. 2020-04-14 15:55:05 +08:00
yanghaoran e8ca9c12c2 add alternate path for stdclient library 2020-04-14 15:48:07 +08:00
gong chen 5d4144de11 bugfix(side effect): fix adding wrong control depend between AllReduce and GetStatus. 2020-04-14 15:47:43 +08:00
mindspore-ci-bot 9bda080bb5 !260 refactor padding strategy
Merge pull request !260 from lianliguang/refactor-padding-strategy
2020-04-14 15:44:46 +08:00
mindspore-ci-bot 1ab430072e !232 [Auto parallel] Model the memory_cost in cost model
Merge pull request !232 from Xiaoda/model-memory-cost-in-auto-parallel
2020-04-14 15:29:04 +08:00
mindspore-ci-bot 8674e0ad96 !288 fix nopnode output bug
Merge pull request !288 from kisnwang/fix-nopnode-output-bug
2020-04-14 15:16:28 +08:00
mindspore-ci-bot 94589ce611 !226 expend conv stride and dilation to 2d
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
2020-04-14 14:58:22 +08:00
jojobugfree 2aad57c595 getnext disable memory reuse 2020-04-14 14:57:23 +08:00
mindspore-ci-bot a4cf9028ee !275 fix bert example script bugs
Merge pull request !275 from yoonlee666/master
2020-04-14 14:31:56 +08:00
mindspore-ci-bot 0ca4ceb73f !281 bug fix in gpu aware quantizaiton ops
Merge pull request !281 from SanjayChan/origin/quant_liantiao
2020-04-14 14:27:55 +08:00
kswang ae675c5cf8 fix nopnode output bug 2020-04-14 14:25:45 +08:00
chenzomi 652ab6c386 add test case for aware quantizaiton 2020-04-14 14:00:35 +08:00
wangnan39@huawei.com 2604acedcb extend conv stride and dilation to 2d 2020-04-14 13:16:27 +08:00
lianliguang 5d225f934f change the padding strategy & refactor insert transdata 2020-04-14 12:57:40 +08:00