Commit Graph

301 Commits (b552dbe22bf91941eae332372eec6d1dd4ecc0be)

Author SHA1 Message Date
lichenever d4bba3f1d2 fix_auto_parallel_find_loss_bug
6 years ago
mindspore-ci-bot 4d54de100b !6411 [Auto parallel] Add a flag to control whether to overwrite the right-node in triangle-elimination of DP algorithm
6 years ago
Xiaoda Zhang 970490a6f0 add a flag to control whether overwrite the right-node in triangle elimination of DP algorithm
6 years ago
mindspore-ci-bot d8d2a70cb3 !6344 [AutoParallel]fix auto parallel multigraph bug
6 years ago
lichenever 6b2a9de09f fix auto parallel mutigrpah bug
6 years ago
Yi Huaijie e4cd67596f raise RuntimeError when using full_batch neither under semi_auto_parallel nor auto_parallel
6 years ago
Wan Hanyang 0b7570eb53 add model with loss, without loso and o2 test case
6 years ago
Wan Hanyang 2ceea1e59d add a self attention test case
6 years ago
Su Teng 7b46f46a65 remove unuse test
6 years ago
Yi Huaijie eb83ea9607 change internal API _get_strategy() to _get_shard_strategy()
6 years ago
Yi Huaijie a836d25c64 change API set_strategy() to shard()
6 years ago
mindspore-ci-bot b40677002f !5714 [refine]change top graph and add cell class
6 years ago
Wei Luning e6f82af849 add cell class to c++
6 years ago
lichenever f2d3fd34ce rectification_allreduce_fusion_api
6 years ago
yao_yf d4cfe55c04 rename mirror_mean to gradients_mean
6 years ago
mindspore-ci-bot 9018737e99 !5696 [Auto parallel] Move 'multi-subgraphs' interface to internal
6 years ago
mindspore-ci-bot c064c01b6b !5729 [AutoParallel]Add FuseBatchNormEx op
6 years ago
mindspore-ci-bot 7786adc3aa !5722 fix semi auto parallel parameter of reshape has another user
6 years ago
lichenever d22f506431 add BatchNormEx op
6 years ago
yao_yf 05c003ae6b origin/semi_auto_parallel_reshape_parameter_has_another_user
6 years ago
mindspore-ci-bot fc79997de5 !5502 Mod SoftmaxCrossEntropyWithlogits
6 years ago
Xiaoda Zhang 42f1241270 remove 'multi-subgraphs' to internal
6 years ago
wanyiming 0ec70068ae mod_SoftmaxCrossEntropyWithLogits
6 years ago
mindspore-ci-bot 35e6cca1a3 !5634 wrap numpy random seed into an api
6 years ago
Yi Huaijie 4a5d115a66 add get_seed() and set_seed()
6 years ago
mindspore-ci-bot ccc0ea60ee !5661 fix auto parallel reshape strategy set when it is first operator
6 years ago
yao_yf 755f381406 fix auto parallel reshape strategy set when it is first operator
6 years ago
yao_yf 8f7aa5bd5a auto parallel context modify
6 years ago
mindspore-ci-bot be606ba8f5 !5432 Mindspore parallel supports all elementary-wise operators
6 years ago
Yi Huaijie 84948ca730 parallel supports more elementary-wise operators
6 years ago
mindspore-ci-bot 414184c184 !5367 Check the parameter's split strategies if it has multiple users
6 years ago
yao_yf 07117e4dd4 mv ParallelMode to context
6 years ago
yangzhenzhang fbda03bbcc check parameter split
6 years ago
mindspore-ci-bot 66d6320b21 !5224 Add test case about loss scale in parallel mode
6 years ago
yangzhenzhang 6ae5893681 add test cases
6 years ago
panyifeng 1a54785fe2 remove name arg from gradoperation
6 years ago
mindspore-ci-bot 7d4f481884 !5017 remove internal interface in wide&deep
6 years ago
mindspore-ci-bot abe6b82138 !5011 remove global grad ops
6 years ago
yao_yf a9a8e323b2 remove internal interface in wide&deep
6 years ago
mindspore-ci-bot fc6eee3bda !5019 raise RuntimeError when set different mode after Initializer created
6 years ago
panyifeng 637e812347 remove global grad ops
6 years ago
Yi Huaijie 394be43492 raise RuntimeError when set different mode after Initializer created
6 years ago
Su Teng e3ae23c939 add parallel attention test
6 years ago
mindspore-ci-bot 3d06cbf987 !4801 Must set or change parallel mode before any Initializer created
6 years ago
Yi Huaijie 89a4ebf8a1 parallel mode must be set before create an initializer
6 years ago
mindspore-ci-bot 9ee144ea40 !4744 [AutoParallel]Support bert
6 years ago
lichenever 221a801395 auto parallel support bert
6 years ago
yangzhenzhang cda08f6a52 concat 3 tensors in auto parallel mode
6 years ago
mindspore-ci-bot 2ae6365d77 !4650 EmbeddingLookup support auto parallel
6 years ago
yangzhenzhang 6f6a8ae9f0 embedding lookup auto parallel
6 years ago
Yi Huaijie 0f7ead5f14 parameter slice init test all initializers
6 years ago
yao_yf cbb4363fa7 remove to_full_tensor and load_inputs in exexute stage
6 years ago
yangzhenzhang 14c77c9f03 update field split
6 years ago
mindspore-ci-bot 2db0290c49 !4356 Add validation for field split
6 years ago
yangzhenzhang 4a0e6ff7fc update field split
6 years ago
yao_yf e4de26d5bc embeddinglookup wrap
6 years ago
yangzhenzhang f4bb43bbaf add concat op
6 years ago
lichenever bfc96de1b9 add dropout distributed op
6 years ago
simson 3617121ccf revert modification of opt
6 years ago
Xiaoda Zhang d24a902afe add a new graph operation in autoparallel
6 years ago
mindspore-ci-bot ab4c43007f !3657 Add parallel operator for StridedSlice
6 years ago
Ziyan 98e2ee90de fix optimizer parallel problems
6 years ago
yangzhenzhang 9aa84b3d14 add strided slice op
6 years ago
mindspore-ci-bot 16079e6356 !3472 [Auto parallel] Cost model for GPU
6 years ago
mindspore-ci-bot d4165671d9 !3435 Add parallel operator for Tile
6 years ago
Xiaoda Zhang 9097b36950 add resnet50 testcases for gpu
6 years ago
lirongzhen1 51796aa624 fix sparse feature bug for auto parallel
6 years ago
yangzhenzhang 6a6e2bd271 add tile op
6 years ago
panyifeng 963bd67a60 add sparse api docs
6 years ago
panyifeng 8a89f003eb fix sparse related issues
6 years ago
mindspore-ci-bot 684ff4f46b !3160 Rewrite tensor's __bool__ for pynative mode
6 years ago
simson 5f77fbdd75 Rewrite tensor's __bool__ for pynative mode
6 years ago
mindspore-ci-bot 7f1ccc5f3b !3311 add sparse feature test cases for auto parallel
6 years ago
mindspore-ci-bot bc20de741a !3315 restore reshape ut
6 years ago
yao_yf 1d3a06a3b0 recover reshape ut
6 years ago
lirongzhen1 5d63c60135 add sparse feature test cases for auto parallel
6 years ago
wangnan39@huawei.com 082433183d uniform learning_rate behavior of optimizers
6 years ago
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch
6 years ago
liuxiao93 75881e5f2f check input of BatchNorm is 4D.
6 years ago
wangnan39@huawei.com 86889c59cb optimizer adapt IndexedSlices
6 years ago
yao_yf abebb2004b remove 4 reshape ut
6 years ago
mindspore-ci-bot edec821c50 !2876 set reshape operator no redistribution for auto parallel
6 years ago
mindspore-ci-bot 74bbfa3cf6 !3095 modify the limit of loss scale
6 years ago
lirongzhen1 c1eba79b83 set reshape redistribution strategy attribute to no redistribution
6 years ago
simson 177e18f3f4 modify the limit of loss scale
6 years ago
Ziyan 39f08eb7dd enable optimizer parallel
6 years ago
lichenever cde5cc2bd2 add_embedding_look_up
6 years ago
Xiaoda Zhang fc906f7f58 move embeddinglookup to external
6 years ago
Yi Huaijie cae254f4df asymmetric row split support for GatherV2
6 years ago
jinyaohui dd5fba1db9 add notice
6 years ago
Ziyan 0925e35252 enable optimizer parallel with broadcast
6 years ago
Ziyan 41ddc153a6 modify lars interface
6 years ago
Xiaoda Zhang 3ff6e336c6 check cast from optimizer in auto-parallel
6 years ago
mindspore-ci-bot c0fe8c0322 !2273 [AutoParallel]update EmbeddingLookUp op
6 years ago
lichenever 563622874a update
6 years ago
Xiaoda Zhang 69574f3823 fix the bprob error of embeddinglookup
6 years ago
Xiaoda Zhang 55e7d9d2b8 move embeddinglookup to the internal
6 years ago
Xiaoda Zhang 20d2012a0e implementing the backward of embeddinglookup
6 years ago
lichenever e0e055a0b8 add sparse gatherv2
6 years ago
mindspore-ci-bot 5b0472683c !1737 sparse feature backpropagation
6 years ago
Yi Huaijie e5c351690b support load full dataset on each device
6 years ago
lirongzhen1 516b56cb64 sparse feature bp
6 years ago
Xiaoda Zhang 1cfb52bc0e add the reshape part of the embeddinglookup backward operator
6 years ago
lichenever 1437966c98 gatherv2_support_host_and_device
6 years ago
Xiaoda Zhang 55ef468a7f fix the embeddinglookup bug
6 years ago
Yi Huaijie d7e1ab1445 clean pylint warnings
6 years ago
jinyaohui 86d197dfeb clean pylint
6 years ago
mindspore-ci-bot 8316f736ea !1650 Support forward reduce scatter for Matmul
6 years ago
mindspore-ci-bot 57874cd61f !1372 [Auto parallel] Add a new primitive EmbeddingLookup
6 years ago
yangzhenzhang 19bd830539 support forward reduce scatter for matmul
6 years ago
mindspore-ci-bot f523a0f83c !1600 [AutoParallel]Fix GatherV2 bug
6 years ago
Xiaoda Zhang 4154adf196 add embedinglookup primitive
6 years ago
lichenever c223fde566 fix auto parallel gatherv2 bug
6 years ago
yangzhenzhang 1413f520d7 support reshape optimized
6 years ago
mindspore-ci-bot 0fe3ff2761 !1506 Setting auto parallel flag for dataset wrap cell
6 years ago
yangzhenzhang 2f8516e5d7 set auto parallel for dataset warp cell
6 years ago
yao_yf 96c9569dca fix reshape reshape case
6 years ago
yangzhenzhang 7c237620ba add sigmoid op
6 years ago
Yi Huaijie ac484ebbc0 remove unused variable
6 years ago
Yi Huaijie 0b137e5312 delete unused arguments in test cases
6 years ago
Yi Huaijie 8cfc05e4cf clean pylint warnings of parallel test cases
6 years ago
mindspore-ci-bot e87e6b38b0 !1355 [AutoParallel]Fix GatherV2 distributed op
6 years ago
lichenever 390a86effb fix gatherv2
6 years ago
Yi Huaijie 1e6ee83874 delete parallel end-to-end test cases
6 years ago
Yi Huaijie 14fe72f383 fix pylint warnings
6 years ago
jinyaohui fbdba6e4da clean pylint
6 years ago
Yi Huaijie 7a5004cc49 init the slices of a Initialzer on different devices
6 years ago
mindspore-ci-bot 1b7cdc4c61 !1218 clean pylint warning in test about import
6 years ago
jinyaohui 5a914994ba clean pylint
6 years ago
yangzhenzhang 6b54a6417d ckpt and restore parameter shape
6 years ago
jinyaohui bcfaff97f9 clean pylint
6 years ago
jinyaohui 2907cf4488 remove some context param
6 years ago
candanzg 2cc85bdc93 Support weight compile according to shape
6 years ago
mindspore-ci-bot 0345995000 !1110 [AutoParallel]fix gatherv2 and dataset bug
6 years ago
lichenever debfd38b75 fix gatherv2 and dataset bug
6 years ago
jinyaohui 391a060f21 remove two context param
6 years ago
mindspore-ci-bot 48e54dcfda !1056 [Auto parallel] Memory calculation in the inference phase
6 years ago
mindspore-ci-bot fdad91355f !1093 reset parallel context before running each parallel test case
6 years ago
Xiaoda Zhang a05aa21cc2 calculating PEAK memory cost in the inference phase
6 years ago
mindspore-ci-bot 06a9eeb3bf !1050 [bug][auto_mixed_precision]fix sens shape error of `TrainOneStepWithLossScaleCell`
6 years ago
Yi Huaijie 462f30e077 reset auto parallel context before each test
6 years ago
Wei Luning 3e89f7baaa fix sens shape error in loss_scale one_step_wrap
6 years ago
mindspore-ci-bot 2af6ee2482 !1054 Add slice shape for param info
6 years ago
mindspore-ci-bot 57085bb18d !996 [Auto parallel] Supporting VirtualDataset having three inputs
6 years ago
yangzhenzhang 05fde3d23d add slice shape for param info
6 years ago
yao_yf 716def7c0a move InferStraByTensorInfo to tensor_info.h
6 years ago
mindspore-ci-bot dd2062bf8d !1023 add_gatherv2_distributed_op
6 years ago
lichenever 19a24b86ac add gatherv2 distributed op
6 years ago
yao_yf f0bf438a55 reshape strategy search
6 years ago
Xiaoda Zhang 5e041966f1 add a new vritualdataset cell for three inputs
6 years ago