yangzhenzhang
4061c11e18
support pad mode for conv2d transpose
4 years ago
i-robot
a55b1b5e05
!29453 support pad mode for conv2d parallel operator
Merge pull request !29453 from yangzhenzhang/support-pad-mode-for-conv2d
4 years ago
i-robot
ea391f6eb1
!29505 Fix AllGather Cast when the parameters are shared
Merge pull request !29505 from huangxinjing/fx_allgather_cast
4 years ago
i-robot
b0b3d7ede7
!29421 Implementation of BoundingBoxEncodeInfo, IOUInfo and RandomChoickWithMaskInfo
Merge pull request !29421 from liuluobin/parallel_ops_master
4 years ago
i-robot
55ba926a04
!29087 optimize sharding propagation&add ut on pangu
Merge pull request !29087 from bichaoyang/master
4 years ago
huangxinjing
34101d748d
Add cast ut and fix juge condition
4 years ago
yangzhenzhang
6df5e9aa5d
support pad mode for conv2d
4 years ago
liuluobin
fb79c508f2
Implementation of BoundingBoxEncodeInfo, IOUInfo, RandomChoiceWithMaskInfo.
4 years ago
b00518648
2ff3425c76
1.consider comm cost inside a op when select a strategy;2.deal with the ops that share same param;3.add ut to fix the perfermence at pangu_alpha
4 years ago
yangzhenzhang
4d0b1a47ee
support config group for batchnorm
4 years ago
yangzhenzhang
000c5b5394
support dilation for conv2d
4 years ago
i-robot
7bb5819889
!29265 fix resize_bilinear infer
Merge pull request !29265 from jiangzhenguang/resize_bilinear
4 years ago
jiangzhenguang
abddc993ea
fix resize_bilinear
4 years ago
yangzhenzhang
5514189257
support group for conv2d
4 years ago
yangzhenzhang
6dd7333c0b
fix bug for conv2d transpose
4 years ago
yangzhenzhang
a9d2e255f5
support single direction exchange for conv2d
4 years ago
i-robot
017cb5f3ad
!27980 auto insert VirtualDataset node for master
Merge pull request !27980 from lilei/insert_virtualdataset_for_master
4 years ago
yangzhenzhang
e5df74e9e4
compute top bottom overlap for conv2d
4 years ago
Xiaoda Zhang
6d8320fa66
1) fix the exact division in moe;
2) changing CumSum from composition to a single Operator;
3) add InferMirrorOps for CumSumInfo.
4 years ago
Xiaoda Zhang
1bdb610b34
changing default value of single-loop flag
4 years ago
i-robot
dd90a56d68
!28073 fix code warning && remove save_graphs use in st/ut
Merge pull request !28073 from huanghui/fix-warning
4 years ago
i-robot
22c25ec10e
!27862 [Auto parallel] [Sharding propagation] dealing with cast
Merge pull request !27862 from Xiaoda/119-adapting-sharding-propagation
4 years ago
huanghui
74ca50e652
fix code warning && remove save_graphs use in st/ut
4 years ago
Xiaoda Zhang
66c7474e5a
remove CastInfo from CNODE
4 years ago
zhuyuxiao
dd7bbf92dd
change API
4 years ago
lilei
017aa359a6
insert VirtualDataset node for master
4 years ago
i-robot
2fbec9a554
!27856 use neighbor-exchange-v2 for conv2d
Merge pull request !27856 from yangzhenzhang/use-neighborexchangev2-for-conv2d
4 years ago
yangzhenzhang
8a68577756
use neighbor-exchange-v2 for conv2d
4 years ago
wzw
a9b78682d5
parallel ut refactor 3
4 years ago
yangzhenzhang
5f6477b022
add output strategy for gather op
4 years ago
i-robot
d49f5e6caf
!27525 support optimizer parallel for adafactor
Merge pull request !27525 from yangzhenzhang/support-opt-parallel-for-adafactor
4 years ago
yao_yf
30576c6a75
fix reshape bool type in auto parallel
4 years ago
yangzhenzhang
2a0b528084
support opt parallel for adafactor
4 years ago
i-robot
938dc8abd0
!27439 [Auto parallel] Add new operatorInfo for Parallel: CumSum
Merge pull request !27439 from Xiaoda/117-add-cumsum-op
4 years ago
i-robot
0e358f4cb3
!27428 revert insert VirtualDataset node for master
Merge pull request !27428 from lilei/modify_virtualdataset_for_master
4 years ago
Xiaoda Zhang
8042c88223
add the new operatorInfo for parallel: CumSum
4 years ago
lilei
2edf6ab33b
revert insert VirtualDataset node for master
4 years ago
i-robot
faaec746f7
!27401 add more ut tests for allreduce fusion
Merge pull request !27401 from jiahongQian/master
4 years ago
jiahongQian
b03c8d18d3
add more ut tests
4 years ago
i-robot
ffca7b08a5
!27237 auto insert VirtualDataset node for master
Merge pull request !27237 from lilei/modify_virtualdataset_for_master
4 years ago
i-robot
f40668ef73
!27251 test_micro_batch_Interleaved
Merge pull request !27251 from lilei/add_parallel_ut
4 years ago
lilei
05189459ab
auto insert VirtualDataset node for master
4 years ago
lilei
e933aa268b
test_micro_batch_Interleaved
4 years ago
i-robot
2d23b698a6
!27024 add allreduce fusion by size
Merge pull request !27024 from jiahongQian/master
4 years ago
q00596439
de36fdc169
add allreduce fusion size and unify the interface
4 years ago
huangxinjing
8c9b2b93a8
Add transformer
4 years ago
yangzhenzhang
7454b8f8f2
check args for shard
4 years ago
Xiaoda Zhang
364858cbc9
In sharding propagation, to keep strategy consistent of parameter being used by multiple operators, we check the edge with one node of TmpIdentityInfo
4 years ago
Xiaoda Zhang
04db51a528
In a previous PR ( https://gitee.com/mindspore/mindspore/pulls/26807/ ), we replaced 'auto_parallel_search_mode' by 'search_mode' directly.
However, to be forward compatitable, it is suitable to keep 'auto_parallel_search_mode' available. This PR recovers the 'auto_parallel_search_mode' interface and adds a warning when using this old interface.
This PR also deals with other codestyle things.
4 years ago
i-robot
9f8ec2c5ab
!26807 [Auto parallel] [Sharding propagation] Interface change of sharding propagation
Merge pull request !26807 from Xiaoda/113-auto-parallel-search-mode-changes-to-search-mode
4 years ago