Commit Graph

625 Commits

Author SHA1 Message Date
mindspore-ci-bot 3c317c71f4 !395 Fix oplib coddex
Merge pull request !395 from zjun/fix_oplib_codexx
2020-04-17 20:28:01 +08:00
mindspore-ci-bot 41c969ab00 !414 add 6d format transfer
Merge pull request !414 from liubuyu/dev_lby
2020-04-17 20:22:25 +08:00
liubuyu fc07cd908e add 6d format transfer 2020-04-17 19:23:53 +08:00
mindspore-ci-bot f69a668d98 !350 change tuple output to make tuple
Merge pull request !350 from lianliguang/chang-tuple-output-to-make-tuple
2020-04-17 19:22:41 +08:00
mindspore-ci-bot 329ddbeb32 !429 Fix bug of parameter nums don't match with input args when set child graph input
Merge pull request !429 from chenfei/expand-tuple-output-of-node-when-set-child-graph-input
2020-04-17 19:21:09 +08:00
zjun 6cc5e87126 Fix oplib codexx 2020-04-17 18:32:55 +08:00
mindspore-ci-bot 6e183fcc0f !385 [Auto parallel] Adjusting backward phase communication cost of some operators
Merge pull request !385 from Xiaoda/modify-communicaiton-cost-of-operators-and-redistribution
2020-04-17 17:35:37 +08:00
lianliguang 00e4306518 convert all tuple output to maketuple 2020-04-17 17:31:42 +08:00
mindspore-ci-bot f8a66ca4fc !422 dataset: repeair GeneratorDataset to_device problem
Merge pull request !422 from ms_yan/Generator_distri
2020-04-17 17:10:20 +08:00
mindspore-ci-bot 7036c4ba3d !421 Fix no need_wrap in ge bankend in mode.train with dataset_sink
Merge pull request !421 from ghzl/fix-no-wrap-in-ge-bankend-in-train
2020-04-17 17:02:58 +08:00
mindspore-ci-bot f98efafa16 !317 [IRFusion] add derelu_fusion pass
Merge pull request !317 from huanghui/derelu_fusion_pass
2020-04-17 16:42:06 +08:00
guohongzilong b8210eb685 fix no wrap in ge bankend in model.train 2020-04-17 16:19:47 +08:00
mindspore-ci-bot 60a09e2b27 !415 add nc1hwc0_c04 format
Merge pull request !415 from jjfeing/master
2020-04-17 15:56:06 +08:00
mindspore-ci-bot ead22f9150 !412 Erase the visited attr after the transdata split pass
Merge pull request !412 from YuJianfeng/master
2020-04-17 15:54:32 +08:00
mindspore-ci-bot 0163c11028 !416 Fix apply ops comments
Merge pull request !416 from xiefangqi/br_fix_apply_comment
2020-04-17 15:48:41 +08:00
ms_yan b9742de3a3 repeair GeneratorDataset to_device problem 2020-04-17 15:24:10 +08:00
mindspore-ci-bot f5aa3a2eab !411 Modify examples of Cast/NMSWithMask
Merge pull request !411 from Simson/push-to-opensource
2020-04-17 15:12:55 +08:00
mindspore-ci-bot 7214c04114 !402 Add parallel op for Square
Merge pull request !402 from yangzhenzhang/square
2020-04-17 15:06:40 +08:00
mindspore-ci-bot 0f7535171e !417 fix parse_columns help format error in web
Merge pull request !417 from anzhengqi/fix-commit-format-error
2020-04-17 14:40:16 +08:00
mindspore-ci-bot 2f4cd8b85e !408 Fix compiles fail with cmake version greater than 3.17 on windows
Merge pull request !408 from ZhouFeng/cmake317-windows
2020-04-17 14:22:37 +08:00
jjfeing f9ef78609f add nc1hwc0_c04 format 2020-04-17 14:16:54 +08:00
anzhengqi 34298e2135 fix commit format error 2020-04-17 12:04:50 +08:00
mindspore-ci-bot 597e4fce07 !413 [MS]eliminate securec warning
Merge pull request !413 from chenjianping/eliminate-securec-warning
2020-04-17 11:52:00 +08:00
xiefangqi 1d1e085b0b fix mindspore.datasets.apply comments 2020-04-17 11:47:39 +08:00
Xiaoda Zhang 79de8f4bdf Adjusting backward communication cost of some operators 2020-04-17 11:17:34 +08:00
yangzhenzhang 36ffb66782 add parallel op for square 2020-04-17 10:42:52 +08:00
simson 10877f077e modify examples of Cast/NMSWithMask 2020-04-17 10:33:46 +08:00
chenjianping 523fde0e25 eliminate securec warning 2020-04-17 02:33:37 +00:00
mindspore-ci-bot 2d31ae97e8 !383 add cell psnr
Merge pull request !383 from zhaozhenlong/cell/psnr
2020-04-17 10:23:30 +08:00
zhoufeng c72bafaec9 fix compiles fail with cmake version greater than 3.17 on windows 2020-04-17 10:05:59 +08:00
mindspore-ci-bot 08985a1e56 !286 resolve pynative operator unsupport issue
Merge pull request !286 from wangqiuliang/resolve-pynative-operator-issue
2020-04-17 10:04:54 +08:00
YuJianfeng 87e71f26cc Erase the visited attr after transdata split 2020-04-17 09:22:12 +08:00
zhaozhenlong aa8fbcc06e add cell psnr 2020-04-17 09:15:51 +08:00
mindspore-ci-bot c0c0b0985e !378 Multiple Iterators can cause performance problem
Merge pull request !378 from h.farahat/multi_itr
2020-04-17 04:18:44 +08:00
hesham fb6c7ba2e1 Fix two problem when we create multiple instances of the same dataset (2 for-loops)
-- Iterator list is keeping  all created iterators wihtout cleaning them up
-- alter tree modifies the original.
2020-04-16 15:04:29 -04:00
mindspore-ci-bot 7874e96b9b !377 Tensor end() iterator performance problem
Merge pull request !377 from h.farahat/end_iterator
2020-04-17 01:51:33 +08:00
hesham c91a58dc55 end() iterator is causing performance problem 2020-04-16 10:37:05 -04:00
mindspore-ci-bot cf026096a6 !183 Mindspore.dataset CPP sampler for GeneratorDataset
Merge pull request !183 from JunhanHu/cpp_sampler
2020-04-16 22:30:59 +08:00
mindspore-ci-bot ff464bbcba !397 [MS]support building and packaging on windows 10
Merge pull request !397 from chenjianping/building-on-windows-3
2020-04-16 22:07:04 +08:00
chenfei 4907abbc24 fix bug of real input arg num of set child graph input 2020-04-16 21:57:11 +08:00
chenjianping c8da1cf8e9 support building on windows|support package 2020-04-16 13:44:20 +00:00
mindspore-ci-bot c84385d706 !296 Exclude free variables to further improve performance
Merge pull request !296 from StrawNoBerry/ExcludeFV
2020-04-16 21:41:09 +08:00
mindspore-ci-bot 3b00fd3e10 !396 fix example of ControlDepend to ensure pass in gpu and cpu
Merge pull request !396 from zhangbuxue/fix_example_of_controldepend_for_cpu_and_gpu
2020-04-16 21:12:30 +08:00
mindspore-ci-bot abbd0bc504 !398 Fix misusing of non user function in doc example for insert_grad_of
Merge pull request !398 from penn/fix_example_doc_of_insert_grad_of
2020-04-16 21:10:51 +08:00
kingfo 75fec82b52 resolve pynative operator issue 2020-04-16 21:02:22 +08:00
mindspore-ci-bot 82cfe347fb !391 Modify examples of ApplyMomentum/ArgMax
Merge pull request !391 from Simson/push-to-opensource
2020-04-16 20:41:27 +08:00
mindspore-ci-bot d3e4dd06b0 !386 modify test_cell_bprop.py ut test_with_param
Merge pull request !386 from changzherui/modify-ut
2020-04-16 20:15:15 +08:00
panyifeng 85205ea80b fix document example for insert_grad_of 2020-04-16 19:58:37 +08:00
mindspore-ci-bot d8dd963441 !388 fix gpu op register
Merge pull request !388 from Maoweiyong/fix-gpu-op-register
2020-04-16 19:50:03 +08:00
buxue 3684ec4967 fix example of ControlDepend to ensure pass in gpu and cpu 2020-04-16 19:46:39 +08:00