mindspore-ci-bot
965f46e481
!15718 add partial internal parameters
From: @kisnwang
Reviewed-by: @limingqi107,@zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
kswang
abf295560c
add partial internal parameters
4 years ago
He Wei
98bab1eb87
Fix segment input/output caculation
4 years ago
mindspore-ci-bot
8e4abf3c6c
!15946 Fix bug of all reduce fusion.
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
4 years ago
ZPaC
12f95b51f4
Add server code part2
4 years ago
caifubi
85b4940eb9
fix allrecue fusion bug
4 years ago
liangzelang
269a30a820
delete unused code
4 years ago
He Wei
121a6a28d9
[auto-monad] Enforce order of exection for Loads user nodes in frontend
4 years ago
Margaret_wangrui
b39b3d7dd5
fix bot warnings
4 years ago
mindspore-ci-bot
b7554d574f
!15590 fix addr is null
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
dad61aab28
!15613 fix pclint warnings
From: @Margaret_wangrui
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
Margaret_wangrui
1353b7451d
fix pclint warnings
4 years ago
jjfeing
77e9b0c913
fix addr is null
4 years ago
lianliguang
5849706968
clean pclint warning
4 years ago
limingqi107
22972a89a7
support the output address of graph reapply
5 years ago
kswang
2a48b2ecb8
reconstruct session code
4 years ago
mindspore-ci-bot
7db3fab614
!14824 Remove some useless code
From: @HulkTang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
109c29c546
!14855 fix a allreduce bug in pynative mode
From: @lvchangquan
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
lvchangquan
969449487d
fix a bug with allreduce in pynative mode
5 years ago
yangwei
fe5ef68c5b
Add abstract for maketuple
5 years ago
tanghuikang
c8a14ba016
Clean code
5 years ago
mindspore-ci-bot
48aed2796e
!14686 fix a split_index bug in launch allreduce
From: @lvchangquan
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
5 years ago
lvchangquan
7fa0e12223
fix a split index bug in launch allreduce
5 years ago
huangbingjian
63a89925ff
remove ControlDepend and its use
5 years ago
kswang
54ef8520ab
format some executor func name
5 years ago
chenfei
cbb243a207
print graph output
5 years ago
yangwei
e34b2873fa
set abstract for maketuple
5 years ago
ougongchang
beb6d20c87
Fix bug controls unsupported summary information to be printed only once
5 years ago
huanghui
a2ba47e18a
1. Add unique id for .dat and .dot file to avoid covering
2. Dump the end graph in gpu session and cu session
5 years ago
mindspore-ci-bot
7e8f58f79d
!13013 fix switch layer
From: @youui
Reviewed-by:
Signed-off-by:
5 years ago
chendongsheng
d29f2b2634
remove static worker
5 years ago
yangwei
ef6507a44d
fix switch_layer
5 years ago
tanghuikang
a080d565f3
Enable dynamic shape when RunOpsInGraph
5 years ago
Ziyan
ec9793861f
fix grad accu
5 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
5 years ago
mindspore-ci-bot
e76b4e3dda
!12679 replace ps-lite
From: @anancds
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
7296659f14
!12764 [Ascend][GPU] Add execution order dumping of final execution graphs
From: @islam_amin
Reviewed-by: @john_tzanakakis,@yelihua
Signed-off-by: @yelihua
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
Islam Amin
187222d461
Adding dump of order of execution for final exec graphs on ascend and gpu
5 years ago
yangwei
add322b1c3
fix switchlayer
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
zuochuanyong
73cdfa6086
modify graph info to fix bug of sync stream error
5 years ago
louei5
d1d5976ca2
using rdr module in proper position
5 years ago
LianLiguang
c2cd96ebad
fix bug of reformat in pynative parameter has addr && remove an useless hard code
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
tanghuikang
3d098708b9
Ignore useless output when generate stub tensor in BuildOpsInGraph
5 years ago
jinyaohui
d9be0c102d
add some ops
5 years ago
jjfeing
bff8bf0253
remove no use log
5 years ago
mindspore-ci-bot
4364abc7ee
!11798 Support RunOpsInGraph on CPU&GPU in pynative mode
From: @HulkTang
Reviewed-by:
Signed-off-by:
5 years ago