Islam Amin
0fa5a443be
fix dataset_sink_mode=True issue with GPU
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
Amir Lashkari
d83e7c41c8
Fixed log issue
Fixed cpplint
5 years ago
yangwei
ef6507a44d
fix switch_layer
5 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
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
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
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
tanghuikang
6f2cd92aba
Support RunOpsInGraph on CPU&GPU in pynative mode
5 years ago
weiyang
4029b411c9
for switch layer
5 years ago
chujinjin
9104ffaafa
fix inceptionv3 kernel build error in pynative
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
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
lvliang
1490947ff0
adjust-the-location-of-cleaning-unuseless-memory-in-value-node
5 years ago
jjfeing
1984cf8e20
unify mindir
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
mindspore-ci-bot
afa931ae79
!9308 Clean useless tensor after run pynative bprop graph
From: @HulkTang
Reviewed-by:
Signed-off-by:
5 years ago
xiaoyisd
0cf09f4b8e
ifdef __APPLE -> #if defined(__APPLE__)
5 years ago
tanghuikang
82450afa9e
Optimize memory using in pynative mode
5 years ago
xiaoyisd
424999267a
mac build
5 years ago
mindspore-ci-bot
d38f8205dc
!8987 support getnext in pynative mode
From: @chujinjin
Reviewed-by:
Signed-off-by:
5 years ago
lvliang
8984cc9c03
pynative-support-dynamic-op-run-in-gpu
5 years ago
chujinjin
af031410bb
support getnext in pynative
5 years ago
caifubi
d44dd4f786
Move BuildOp into RunOp
5 years ago
HulkTang
c36b477568
Run ops one by one in pynative bp graph
5 years ago
mindspore-ci-bot
d1322b62b1
!8911 add control flow error of dynamic shape
From: @hwjiaorui
Reviewed-by: @jjfeing,@kisnwang
Signed-off-by: @kisnwang
5 years ago
hwjiaorui
aa3e94bbe8
multi graph and control flow
asyn dynamic shape
format
control flow error
format
5 years ago
xuyongfei
a3b9218919
support mindpsore::api:Model 910 inference, support 310 model convert in python env
5 years ago
mindspore-ci-bot
617c175a98
!8854 Fix some redundant codes
From: @chenfei52
Reviewed-by:
Signed-off-by:
5 years ago
chenfei
f154abdff8
change some redundant code
normalize codes of session
5 years ago
mindspore-ci-bot
b45f913353
!8637 summary when task sink and iter_num >1 provide error message:The Summary operator can not collect data correctly
From: @jjfeing
Reviewed-by: @zh_qh,@kingxian,@ouwenchang
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
270c156219
!8696 fix context null error
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
kswang
62ae6802dc
fix context null error
5 years ago
jjfeing
f580c3d469
does not support summary when task sink and iter num > 1
5 years ago
LianLiguang
bb6148661f
change mixedprecision of pynative
5 years ago
mindspore-ci-bot
c442ac0f63
!8224 optimize internal depend output
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
0de9d3e5b7
!6989 split sort for parallel run
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
kswang
b88e722e12
add graph partition
5 years ago
lvliang
9b8f0e3b5e
fix-bug-of-repeated-graph-id-when-run-dynamic-op-in-pynative
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
kswang
d7a4bf6b6d
optimize internal depend
5 years ago
lvliang
fd5be43598
pynative-support-dynamic-shape
5 years ago
mindspore-ci-bot
af03fffe87
!7779 add ps mode consistence check
Merge pull request !7779 from zyli2020/bug_fix
5 years ago
lizhenyu
b8991ee149
add ps mode consistence check
5 years ago