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
tanghuikang
6f2cd92aba
Support RunOpsInGraph on CPU&GPU in pynative mode
5 years ago
louei5
f00032145f
Add timestamp into filename of saving recorder file and change DumpIR method
5 years ago
louei5
ac02213521
Adding RDR tool for locating bugs, e.g. run task error.
5 years ago
weiyang
4029b411c9
for switch layer
5 years ago
chujinjin
9104ffaafa
fix inceptionv3 kernel build error in pynative
5 years ago
chujinjin
ade9a82c2b
fix device memory leak
5 years ago
jjfeing
389da54525
fix dropout unify_mindir pass
5 years ago
mindspore-ci-bot
b7b7c591ee
!10620 fix memory leak by clear cache when a new step starts
From: @simson_wu
Reviewed-by: @chujinjin
Signed-off-by: @chujinjin
5 years ago
lvliang
f4c3f29ca5
fix-bug-of-multiple-tuple-output-by-connect-cnode-to-return
5 years ago
simson
759e43957e
fix memory leak
5 years ago
kswang
8a035778b6
add parallel split
5 years ago
mindspore-ci-bot
a98ae4129a
!10236 Support if_by_if case by labelgoto with labelswitch
From: @liangzelang
Reviewed-by:
Signed-off-by:
5 years ago
liangzelang
2ab20c1b6e
fix if_by_if bug by replace labelgoto with labelswitch
5 years ago
mindspore-ci-bot
2484ca9f4a
!10228 fix bug of inset transdata in pynative mode
From: @lianliguang
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @chujinjin
5 years ago
LianLiguang
393f22ff41
change insert transop of pynative
5 years ago
lvliang
1490947ff0
adjust-the-location-of-cleaning-unuseless-memory-in-value-node
5 years ago
liubuyu
d38c5fcc9a
dynamic shape optimize
5 years ago
mindspore-ci-bot
92e6a14783
!9957 add ps cache check
From: @limingqi107
Reviewed-by: @kisnwang
Signed-off-by:
5 years ago
limingqi107
a844d52b42
add ps cache check
5 years ago
kswang
841661b8aa
optimize multi graph controldepend input
5 years ago
kswang
367a31fa04
split sort visit switch partial first
5 years ago
jjfeing
1984cf8e20
unify mindir
5 years ago
mindspore-ci-bot
f914fa80f9
!9830 fix cpu pynative coredump
From: @chujinjin
Reviewed-by: @zhoufeng54,@limingqi107
Signed-off-by: @limingqi107
5 years ago
chujinjin
a0680113c4
fix cpu pynative coredump
5 years ago
lvliang
6d477ef17c
fix-bug-of-mistakenly-deleting-address-of-scalar-value-node
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
tanghuikang
82450afa9e
Optimize memory using in pynative mode
5 years ago
mindspore-ci-bot
ce9212c30d
!9585 dynamic shape optimize
From: @liubuyu
Reviewed-by: @kisnwang
Signed-off-by:
5 years ago
liubuyu
1a247e1ba6
dynamic shape optimizer
5 years ago
lvliang
8984cc9c03
pynative-support-dynamic-op-run-in-gpu
5 years ago
chujinjin
80ee4ee2fa
fix output value error when run single op in graph mode
5 years ago
caifubi
d44dd4f786
Move BuildOp into RunOp
5 years ago
mindspore-ci-bot
ea191ed5da
!8463 Run ops one by one in pynative bp graph
From: @HulkTang
Reviewed-by:
Signed-off-by:
5 years ago
huanghui
e17dd84c0b
add trace managager around backend opt
5 years ago
HulkTang
c36b477568
Run ops one by one in pynative bp graph
5 years ago