yangzhenzhang
6aa3859131
modify check strategy for scatter update
4 years ago
Ziyan
2a752f24bf
enable not fully use opt shard
5 years ago
mindspore-ci-bot
000bacafd6
!16014 modify log for matmul info
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
ZPaC
12f95b51f4
Add server code part2
4 years ago
yangzhenzhang
2728d673c3
modify log for matmul info
4 years ago
mindspore-ci-bot
a2a24f7833
!15810 fix gather_p_info judgement
From: @yao_yf
Reviewed-by: @stsuteng,@yangzhenzhang
Signed-off-by: @stsuteng
4 years ago
yao_yf
61ef56a26c
fix gather_p_info judgements
4 years ago
mindspore-ci-bot
78fcdbc7c9
!15790 modify scatter update op
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
117beb7957
!15792 fix gather bug
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
cbca36d723
!15766 modify tile op
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
yangzhenzhang
91b7c4a9b6
fix gather bug
4 years ago
yangzhenzhang
075f680a42
modify scatter update op
4 years ago
Xiaoda Zhang
5fecfe92a6
code style warnings fixing
4 years ago
Xiaoda Zhang
aa52399200
Making the Tile operator to have more parallel strategies
5 years ago
yangzhenzhang
510c3458c1
modify log for matmul error strategy
4 years ago
mindspore-ci-bot
49d6c029a6
!15542 split axis and batch for gather
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng,@stsuteng
Signed-off-by: @stsuteng,@stsuteng
4 years ago
yao_yf
21276408b8
parallel virtual_out_ops
5 years ago
yangzhenzhang
213922574e
split axis and batch for gatherv2
4 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
mindspore-ci-bot
447a3a6fc2
!14699 [AutoParallel]Fix autoparallel gatherV2 bug
From: @lichen666
Reviewed-by: @kisnwang,@zhunaipan
Signed-off-by: @zhunaipan
5 years ago
lichenever
7ce9ede5a9
fix_auto_parallel_gatherv2_bug
5 years ago
huangbingjian
63a89925ff
remove ControlDepend and its use
5 years ago
lizhenyu
675c088f17
[bugfix] not find MakeTuple in functional.py
5 years ago
mindspore-ci-bot
d285692217
!12852 Change maketuple in coreops
From: @liangzhibo
Reviewed-by:
Signed-off-by:
5 years ago
l00591931
680324f225
Change make tuple in core.ops
5 years ago
Ziyan
ec9793861f
fix grad accu
5 years ago
l00591931
cf7c5840e3
Change return
5 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
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
jinyaohui
8022f9a6ed
modify pack to stack
5 years ago
lizhenyu
0d7fee0c53
hange tuple_getitem name to op instance name
5 years ago
mindspore-ci-bot
d02f6f4d10
!11976 fix bug for prelu mirror
From: @yangzhenzhang
Reviewed-by: @cristoval,@stsuteng
Signed-off-by: @stsuteng
5 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
5 years ago
yangzhenzhang
9e50b0be5c
fix bug for prelu mirror
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
lizhenyu
f17534af08
ps cache support sparse
5 years ago
yangzhenzhang
4d20e76530
update gatherv2 tensor map
5 years ago
yangzhenzhang
7303c3d3b8
add group ckpt
5 years ago
yangzhenzhang
38ea8784c6
update infer mirror ops
5 years ago
sheng
db23661c47
rec strategy for predict
5 years ago
yangzhenzhang
9da3f9bec9
mini step grad accumulation
5 years ago
Xiaoda Zhang
3c27c08b46
change memory cost calculation in auto-parallel
5 years ago