djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
haoran.wang
f65bfe1b00
VirtualDataset strategy follows full_batch instruction in D-Rec
4 years ago
yangzhenzhang
80e5cc0e52
add parallel op for gatherd
4 years ago
Xiaoda Zhang
04381273b3
Add the sharding propagation function:
1) users configure sharding strategies for operators;
2) framework will propagate the strategies from configured-ops to
non-configured ops using BFS;
3) the propagation goal is to minimize redistribution communication
cost;
4 years ago
lichenever
108967ff7d
fix_pipeline_split_bug
4 years ago
yangzhenzhang
24370b5613
add parallel op for maxpool
4 years ago
Xiaoda Zhang
2e6b9c8e15
fix some codestyle warnings
4 years ago
Xiaoda Zhang
07e1e39a82
fix some codestyle warnings
4 years ago
Xiaoda Zhang
b587969763
Fix some codestyle warnings:
1. Add some const variables to represent the input length of operators,
and use them to eliminate some magic numbers;
2. Rename some local variables to distingush other variables in
different ranges;
3. Add some blank rows in python files.
4 years ago
Xiaoda Zhang
5fecfe92a6
code style warnings fixing
4 years ago
yao_yf
21276408b8
parallel virtual_out_ops
5 years ago
yangzhenzhang
c2ca2232c5
add select op
5 years ago
yangzhenzhang
9cdd70433f
add scatterupdate op
5 years ago
yangzhenzhang
d070af122f
add topk op
5 years ago
yangzhenzhang
f9f5df368e
add gathernd op
5 years ago
Xiaoda Zhang
4d76eb273e
fix some code-style warnings
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
5 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
5 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
From: @jinyaohui
Reviewed-by:
Signed-off-by:
5 years ago
jinyaohui
8022f9a6ed
modify pack to stack
5 years ago
l00591931
c497bcf98a
Change GatherV2P to GatherP
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago
sheng
b97e99b9ce
change a log level to info
5 years ago
sheng
db23661c47
rec strategy for predict
5 years ago
Xiaoda Zhang
3c27c08b46
change memory cost calculation in auto-parallel
5 years ago
sheng
e2d713ddbf
update new strategy for UnsortedSegments to fit stra check
5 years ago
sheng
dbab352861
support user defined strategy
5 years ago
Xiaoda Zhang
176c028c65
add initcostgraph to rec_algo
5 years ago
sheng
40a8064968
add new op pack
5 years ago
mindspore-ci-bot
a09f1e30b6
!9122 [AutoParallel] add LayerNorm Dropout and SegmentSum/Max/Min for GPT
From: @ch-l
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
5 years ago
mindspore-ci-bot
41be7288a4
!8868 Fix Code Format
From: @huangxinjing
Reviewed-by: @lichen666,@yangzhenzhang
Signed-off-by:
5 years ago
sheng
bb89f131e8
update partition method for several operators
5 years ago
sheng
aac1b5db37
support int_64 tuple for axis
5 years ago
huangxinjing
f2d5f14e37
Fix review bot
5 years ago
sheng
02a08227f6
add axis-related op strategy control
5 years ago
huangxinjing
8129806475
Add slice parallel op
5 years ago
huangxinjing
2730cef047
Uniform Sampler Base Update
5 years ago
yangzhenzhang
0c2c76d037
update get rank in parallel ops
5 years ago
Xiaoda Zhang
aa13d6b1cd
support for-loop in auto-parallel
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
Xiaoda Zhang
aa84484049
enabling approximation in DP algorithms
5 years ago
sheng
138fb7296b
Experimental support for 3D data
5 years ago
huangxinjing
bf5d21770a
Add UnsortedSegmentSum and UnosrtedSemenMin For Oparallel Implements
5 years ago
yao_yf
0cfe72cd22
auto parallel dynamic
5 years ago
sheng
aa6b6e594a
Add a batch of new operators
5 years ago
mindspore-ci-bot
391a1951ed
!7608 [AutoParallel] add Dropout operator
Merge pull request !7608 from Chong/CheckParserInfo
5 years ago
sheng
83e627dd5e
Support Dropout stra; Add parser's input/output tensor num check
5 years ago