mindspore-ci-bot
f6b6ef2796
!2761 Record unreused arg in kernel graph
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
5 years ago
chenfei
193c583cf6
add unreuse args of kernel graph
insert assign at the end of graph
clear log
clear log 2
handle replace call of unreuse args
handle bug of replace node
5 years ago
kswang
e9067b4a10
add internal output
5 years ago
Margaret_wangrui
3ea75e0d98
review code second
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
zhoufeng
bbbfaa2441
enable new control sink
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
laiyongqiang
09d5a7227e
fix summary nodes memory reuse refcount
5 years ago
mindspore-ci-bot
6c26431ab3
!2058 bind summary nodes to KernelGraph in order to memory reuse
Merge pull request !2058 from Margaret_wangrui/summary
5 years ago
Margaret_wangrui
d238682d68
bind summary nodes to graph
5 years ago
zhoufeng
821836a00f
ensure real_input order
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhoufeng
4cffb0a321
New control sink support dynamic loss scale
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Margaret_wangrui
285f225eca
Improve performance of finding summary nodes
5 years ago
wenchunjiang
772806b03e
fix code check
5 years ago
zhoufeng
b7fae521c0
Mark null output subgraph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
caifubi
5f2bf782f1
fix run out of runtime resource bug
5 years ago
zhoufeng
f868a2855f
Insert assign nodes for linking sub graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
chenfei
5e9edc1608
use make tuple store call nodes
5 years ago
zhoufeng
af5019b94f
link child graphs
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
chenfei
7d41812b98
split-graph-for-control-sink
5 years ago
wenchunjiang
729ea8cc55
fix bug of loadding ctrl input tensors failed in control sink mode
5 years ago
chenfei
6e934530a3
new compile graph of new control sink
5 years ago
chenfei
cc54bb565d
move opt to build graph
5 years ago
rick_sanchez
6ae8345cad
refactor vm module for multigraph sink
5 years ago
kswang
1e8997f4cb
optimize sort for mem reuse and fix memreuse bug
5 years ago
kswang
83eeac9310
optimize execute order sort
5 years ago
chenfei
d1a0ded6c2
use first depend create parameter
6 years ago
leonwanghui
fdb47860cc
Fix some typo errors in session and device module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago