dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
yangzhenzhang
689e50a3d0
fix grad accu bug for no used parameter
5 years ago
mindspore-ci-bot
d943d22b49
!13227 remove embeddinglookup input0 int64
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
lizhenyu
675c088f17
[bugfix] not find MakeTuple in functional.py
5 years ago
fangzehua
66de8cbad4
remove embeddinglookup input0 int64, and fix cache
5 years ago
mindspore-ci-bot
654771df13
!13080 fix embeddinglookup infer
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
dadbd54f0e
add embedding infer
5 years ago
mindspore-ci-bot
29bf2909b2
!13105 insert mirror before load
From: @yangzhenzhang
Reviewed-by:
Signed-off-by:
5 years ago
yangzhenzhang
6eadd241a0
insert mirror before load
5 years ago
Ziyan
4109308e34
insert parallel optimizer once
5 years ago
fangzehua
86833c7293
fix mix cache
5 years ago
mindspore-ci-bot
82c095a4d7
!12720 add compile option H to visible hidden interface
From: @chuckchen521
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
52767d45fd
add mix precision for cache
5 years ago
mindspore-ci-bot
7ba21f8d8c
!12900 Add communication parallel mode.
From: @liujunzhu
Reviewed-by: @zhoufeng54,@guoqi1024
Signed-off-by: @guoqi1024
5 years ago
liujunzhu
6541b96c40
Add communication parallel mode.
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
chuck
89eed7aa27
add compile option H to visible hidden interface
5 years ago
l00591931
cf7c5840e3
Change return
5 years ago
mindspore-ci-bot
7fcce73c51
!12700 add grad accumulation combined with optimizer parallel
From: @yangzhenzhang
Reviewed-by:
Signed-off-by:
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
yangzhenzhang
a70d616841
mini step grad accumulation
5 years ago
mindspore-ci-bot
b13cabeb10
!12621 Eliminate all redundant nodes related to UpdateStates.
From: @zh_qh
Reviewed-by: @ginfung,@hwhewei
Signed-off-by: @ginfung
5 years ago
Zhang Qinghua
9b26c210f4
Eliminate all useless nodes related to UpdateStates.
5 years ago
huangbingjian
0bbd95d7a0
modify CheckpointStrategy to adapt load operator
5 years ago
mindspore-ci-bot
2c5d19260e
!12434 fix operator_info is null
From: @Margaret_wangrui
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
da6e6728b1
!12515 fix shape_ptr is nullptr:Umonad should not get shape
From: @Margaret_wangrui
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
3235ebbdab
fix cache acc
5 years ago
Margaret_wangrui
0aaa31764e
Do not get shape for monad type
5 years ago
Margaret_wangrui
a5fa4918f5
fix operator_info is null
5 years ago
yangzhenzhang
70aa0dc5e2
modify get output layout
5 years ago
huangbingjian
b56fc0c2af
[auto-monad] Do not insert VirtualDiv after UpdateState
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
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
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
mindspore-ci-bot
e02b6852cb
!11462 add pipe for cache embedding
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
9fddc2e1e4
add pipe
5 years ago
sheng
b97e99b9ce
change a log level to info
5 years ago