Commit Graph

  • d9830e8ad6 !73 【轻量级 PR】:update tests/st/ops/gpu/test_tensoradd.py. Merge pull request !73 from VectorSL/N/A mindspore-ci-bot 2020-04-01 14:41:28 +0800
  • 6a1b865c91 check num_samples anzhengqi 2020-03-31 20:18:40 +0800
  • f338eb3a60 add graphengine simson 2020-04-01 11:57:09 +0800
  • 92dc6de049 modify graphengine simson 2020-04-01 11:55:29 +0800
  • 1de7011bc8 delete longtime python ut chang zherui 2020-04-01 11:53:35 +0800
  • aea6b0c974 update tests/st/ops/gpu/test_tensoradd.py. fix pytest.mark for testcase VectorSL 2020-04-01 11:49:37 +0800
  • 569e5b056e !53 [Auto parallel] Remove the redundant work in star elimination Merge pull request !53 from Xiaoda/modify_star_and_triangle_elimination mindspore-ci-bot 2020-04-01 11:43:31 +0800
  • fd96ebe3ea fix typo in formula 万万没想到 2020-04-01 11:42:24 +0800
  • 849b84abb1 fix typo in formula 万万没想到 2020-04-01 11:14:21 +0800
  • c46e267cfd !21 update lenet , add alexnet in example Merge pull request !21 from wukesong/add_lenet_alexnet mindspore-ci-bot 2020-04-01 11:05:58 +0800
  • 8f76c28017 !56 remove cce dependency Merge pull request !56 from jojobugfree/dev-rm-cce mindspore-ci-bot 2020-04-01 10:12:54 +0800
  • 87040483ee !58 fix two cast bug in auto parallel Merge pull request !58 from lichen/fix_two_cast_bug_in_auto_parallel mindspore-ci-bot 2020-04-01 09:54:10 +0800
  • 60f7a95b1c the size of tensor may be bigger than 2GB, should use memcpy instead of memcpy_s WeibiaoYu 2020-03-31 09:25:11 -0400
  • 110640e2ad add parallel ops for neg and batchmatmul yangzhenzhang 2020-03-31 15:40:43 +0800
  • c080ec7874 change star elimination: remove some redundant and checking works Xiaoda Zhang 2020-03-31 14:55:31 +0800
  • 2e881276ab Enable skipped dataset zip python unit tests Cathy Wong 2020-03-31 16:46:44 -0400
  • 0ae77bb0db TFReaderOp fix, threads will exit after reading necessary amount of rows Peilin Wang 2020-03-30 18:25:14 -0400
  • 52166a85cf !43 dump graph with type info when analysis failed Merge pull request !43 from fary86/dump-typed-graph-when-analyze-fail mindspore-ci-bot 2020-03-31 22:23:02 +0800
  • 045a1c356c !51 add op SpaceToBatch and BatchToSpace for ge Merge pull request !51 from zhaozhenlong/op/space-to-batch mindspore-ci-bot 2020-03-31 21:59:03 +0800
  • 58cd173051 !63 dataset: repair parameter check problem in random_resize_crop and random_crop Merge pull request !63 from ms_yan/repair_pytrans_check mindspore-ci-bot 2020-03-31 21:26:14 +0800
  • 1fc5a69d6f !59 dataset: Repair parameter check problem in TFRecordDataset Merge pull request !59 from ms_yan/repair_shard_tf mindspore-ci-bot 2020-03-31 21:26:05 +0800
  • 2dc9f632c1 add cpu st lenet kswang 2020-03-31 21:25:48 +0800
  • 0727c2e76a modify log level in DfGraphManager chenhaozhe 2020-03-31 19:37:57 +0800
  • 816b60491d Dump graph with type info when static analysis failed fary86 2020-03-28 17:53:22 +0800
  • e2df848597 !55 modify long time python ut Merge pull request !55 from changzherui/master mindspore-ci-bot 2020-03-31 21:01:40 +0800
  • 2f031e1540 fixed: PrimitiveToInferImplMap map is global, and key of the map PrimitivePtr also a global variable. If key is initialized later than the map initialized during compilation, will cause the primitive map initialize failed. Variable initialization order is not guaranteed during compilation. mxm 2020-03-31 12:08:02 +0800
  • a8450dd761 !47 fix issue about the process don't exit when custom ops run failed Merge pull request !47 from wchunjiang/master mindspore-ci-bot 2020-03-31 20:28:05 +0800
  • cf40305bf0 add operator SpaceToBatch and BatchToSpace for ge zhaozhenlong 2020-03-31 15:15:08 +0800
  • 624ab97de6 repair parameter check problem in random_resize_crop and random_crop ms_yan 2020-03-31 20:13:49 +0800
  • da4c711dfb !50 fix parallel related valuenode merging error Merge pull request !50 from penn/fix_parallel_related_valuenode_merging_error mindspore-ci-bot 2020-03-31 19:44:37 +0800
  • feb1c36811 fix parallel related valuenode merging error panyifeng 2020-03-31 14:55:29 +0800
  • 7b5640da4e Repair parameter check problem in TFRecordDataset ms_yan 2020-03-31 18:46:59 +0800
  • 352c6faf85 !18 enable use float type learning rate in lars optimizer Merge pull request !18 from gziyan/master mindspore-ci-bot 2020-03-31 18:54:55 +0800
  • 2da38ad401 fix two cast bug in auto parallel lichenever 2020-03-31 18:43:42 +0800
  • da447b8d4d !45 use std::vector instead of std::list to promote performance for parallel module Merge pull request !45 from chentingting/permote_auto_prallel_performance mindspore-ci-bot 2020-03-31 18:25:59 +0800
  • 04c10bb93d !42 add vgg scripts master Merge pull request !42 from wangjun260/update_vgg_scripts mindspore-ci-bot 2020-03-31 17:54:26 +0800
  • 0173c40124 add lenet & alexnet in master branch wukesong 2020-03-28 18:26:56 +0800
  • 4b702c4c66 !48 fix graph mode and loop sink bug in auto parallel Merge pull request !48 from lichen/master mindspore-ci-bot 2020-03-31 17:13:42 +0800
  • e6c15b82c8 remove cce dependency jojobugfree 2020-03-31 17:02:25 +0800
  • eaf7146d46 modify longtime python ut chang zherui 2020-03-31 16:18:04 +0800
  • f946aea10d fix grpah mode loop sink bug in auto parallel lichenever 2020-03-31 11:14:28 +0800
  • 31b165a57e add vgg scripts wangjun260 2020-03-31 10:43:24 +0800
  • 5a00d8cb58 This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps. Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter. This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit. wenchunjiang 2020-03-30 17:35:19 +0800
  • 3bb48ffee1 use std::vector instead of std::list to promote performance for parallel module c00425699 2020-03-31 12:29:14 +0800
  • d84bf8d357 !49 Update the supported version of EulerOS Merge pull request !49 from TingWang/update-the-supported-version mindspore-ci-bot 2020-03-31 15:09:19 +0800
  • 976226f9ac !10 Add matmul biasadd fusion pass Merge pull request !10 from YuJianfeng/master mindspore-ci-bot 2020-03-31 14:52:47 +0800
  • 6f03881b04 !39 add op Diag and DiagPart Merge pull request !39 from zhaozhenlong/op/diag mindspore-ci-bot 2020-03-31 14:45:44 +0800
  • 2753aa8768 !15 Correct the comments for `RandomChoiceWithMask` op. Merge pull request !15 from seatea/randomchoicewithmask-doc mindspore-ci-bot 2020-03-31 14:37:36 +0800
  • ddbf6f574b update the supported version of EulerOS Ting Wang 2020-03-31 14:28:46 +0800
  • 630dd746af !44 fix typo in Automatic-differentiation.png Merge pull request !44 from TingWang/fix-typo mindspore-ci-bot 2020-03-31 14:19:45 +0800
  • 6d5597ed58 !41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast' Merge pull request !41 from leonwanghui/revert-merge-17-master mindspore-ci-bot 2020-03-31 14:18:18 +0800
  • 7242c0fad5 !41 Revert 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast' Merge pull request !41 from leonwanghui/revert-merge-17-master mindspore-ci-bot 2020-03-31 14:18:17 +0800
  • e4b404e8ae !32 auto-enable-dynamic-mem-pool Merge pull request !32 from JoyLvliang/master mindspore-ci-bot 2020-03-31 14:12:24 +0800
  • 6fb4d9a359 !38 fix st for auto parallel Merge pull request !38 from lichen/fix_st_for_auto_parallel mindspore-ci-bot 2020-03-31 14:12:23 +0800
  • cb29f60bf1 fix typo Ting Wang 2020-03-31 12:01:58 +0800
  • e535a5f50c !40 fix bug of get a error dst format of transdata Merge pull request !40 from lianliguang/master mindspore-ci-bot 2020-03-31 11:59:10 +0800
  • 30231eab2f fix auto parallel st lichenever 2020-03-30 21:41:59 +0800
  • 84a61bd015 !27 add log for kernel runtime in order to trace performance Merge pull request !27 from shibeiji/master mindspore-ci-bot 2020-03-31 11:13:27 +0800
  • b3a306489d auto enbale dynamic mem pool lvliang 2020-03-30 22:01:24 +0800
  • 976af212e9 回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast' leonwanghui 2020-03-31 10:27:40 +0800
  • 140a15924c !17 [AutoParallel]Fix bug in the case of two cast Merge pull request !17 from lichen/fix_cast_bug mindspore-ci-bot 2020-03-31 10:25:04 +0800
  • 02a25407c4 !30 use string::find instead of equal to distinguish training graph Merge pull request !30 from chenhaozhe/enable-variable-acc-for-training-graph mindspore-ci-bot 2020-03-31 10:18:06 +0800
  • 0c7fe68db4 !31 Add issue and PR templates for gitee and github Merge pull request !31 from helloway/template mindspore-ci-bot 2020-03-31 10:17:25 +0800
  • 9d5890d9b9 fix bug of got a error transdata's dest format lianliguang 2020-03-31 09:35:44 +0800
  • e9be3483fe !33 Optimize the execution time of test case test_rgb_hsv.py Merge pull request !33 from qianlong21st/ql/fix_test_rgb_hsv mindspore-ci-bot 2020-03-31 09:53:01 +0800
  • b12e6ff780 add operator diag and diag_part zhaozhenlong 2020-03-31 09:34:09 +0800
  • c1c8fef9ca !24 Change strategy for structure output Merge pull request !24 from 步学/structure-output mindspore-ci-bot 2020-03-31 09:38:44 +0800
  • 8c88b39da1 Optimize the execution time of test case test_rgb_hsv.py qianlong 2020-03-30 20:16:45 +0800
  • f1b722297e !36 【轻量级 PR】:update CONTRIBUTING.md. typo fix. Merge pull request !36 from cathwong/N/A mindspore-ci-bot 2020-03-31 08:34:04 +0800
  • be9aa4a6ee !35 Replace std::cout with MS_LOG in dataset unit test Merge pull request !35 from jonathan_yan/4SZ mindspore-ci-bot 2020-03-31 08:15:37 +0800
  • 9b2dabccfe update CONTRIBUTING.md. typo fix. cathwong 2020-03-31 04:37:59 +0800
  • 080bcda021 Replace std::cout with MS_LOG in dataset unit test Jonathan Yan 2020-03-30 11:02:08 -0400
  • 4f5755003a !29 Add some prompt information for ease of use Merge pull request !29 from jonyguo/add_more_log_info_and_testcase mindspore-ci-bot 2020-03-30 22:27:19 +0800
  • 840280e784 Correct the comments for `RandomChoiceWithMask` op. seatea 2020-03-30 12:18:02 +0800
  • 062b744b19 !12 Fix dtype bug for loss_scale and weight_decay Merge pull request !12 from seatea/dynamic-loss-scale mindspore-ci-bot 2020-03-30 22:06:35 +0800
  • 3ab402e110 !7 adapt relu6grad Merge pull request !7 from zhaozhenlong/adapte-relu6grad mindspore-ci-bot 2020-03-30 21:58:39 +0800
  • b4d34973bc fix_cast_bug lichenever 2020-03-30 11:31:45 +0800
  • 66714da29f Add issue and PR templates for gitee and github helloway 2020-03-30 20:17:13 +0800
  • cab5503280 use find instead of equal to distinguish training graph chenhaozhe 2020-03-30 20:10:56 +0800
  • 1a3c06a948 !6 add bert example Merge pull request !6 from yoonlee666/master mindspore-ci-bot 2020-03-30 19:52:51 +0800
  • 44cd0c1f90 !13 Check input shape for `NMSWithMask` op Merge pull request !13 from seatea/NMSWithMask-check-shape mindspore-ci-bot 2020-03-30 19:52:41 +0800
  • 0da0bdcf40 Fix bug structure output when there is depend whose first input is constant in outputs buxue 2020-03-25 20:04:12 +0800
  • 4cbcd8e907 enable use float type learning rate in lars optimizer Ziyan 2020-03-30 15:17:05 +0800
  • 9862dea3cf adapt relu6grad and graphengine modified zhaozhenlong 2020-03-30 09:34:34 +0800
  • 468e257a14 add log for kernel runtime in order to trace performance shibeiji 2020-03-30 17:55:28 +0800
  • 34e42bd6f9 1. add more log info for dataset & mindrecord, 2. add two new testcase for MindDataset jonyguo 2020-03-30 17:23:44 +0800
  • 6c03542eec Fix dtype bug for loss_scale and weight_decay. 1.Change dtype of scale to dtype of grad in loss_scale.py; 2.Change dtype of weight_decay to dtype of weight in optimizer.py. seatea 2020-03-30 11:46:53 +0800
  • c24252b2cc !11 Add dockerfile to build MindSpore docker images Merge pull request !11 from leonwanghui/dockerfile mindspore-ci-bot 2020-03-30 16:52:11 +0800
  • c6d261b277 add bert script to master yoonlee666 2020-03-30 16:21:57 +0800
  • 545ff417d0 Add dockerfile to build MindSpore docker images leonwanghui 2020-03-30 11:54:01 +0800
  • 04eab166e5 !9 change parallel complie num: 32->16 Merge pull request !9 from jjfeing/master mindspore-ci-bot 2020-03-30 15:11:34 +0800
  • 7b7a6a45a0 Check if the shape of the input of NMSWithMask is (N, 5). seatea 2020-03-30 12:10:35 +0800
  • 86f5c69995 change parallel complie num: 32->16 jjfeing 2020-03-30 10:03:48 +0800
  • 468dbc3557 Add matmul biasadd fusion pass GinFung 2020-03-30 09:54:05 +0800
  • 576a73b42a initial version v0.1.0-alpha zhunaipan 2020-03-27 15:34:32 +0800
  • 930a1fb0a8 initial version zhunaipan 2020-03-27 14:49:12 +0800