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
tanghuikang
5dc66a82ce
Pre build all ops in bprop graph under PyNative
5 years ago
liangzelang
2ab20c1b6e
fix if_by_if bug by replace labelgoto with labelswitch
5 years ago
jjfeing
1984cf8e20
unify mindir
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
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
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
mindspore-ci-bot
c442ac0f63
!8224 optimize internal depend output
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
df1d5333db
!8519 Migrate current graph kernel passes to Ascend back-end
From: @looop5
Reviewed-by:
Signed-off-by:
5 years ago
lingyunli63
a51465c78b
add graphkerneloptimize pass
align fuse_ops_fusion
align composite_ops_fusion
unify ops table
Init new_code's kernel_info with orig_node's kernel_info in function NewCNodeWithInfo
enable run bert
add pass tensor_promotion
add macro for bias_add and bias_add_grad in expander pass
exclude unused attrs in primitive compare for GraphKernelCSE
exclude fusion_type in kernelinfo cmp for cse in graphkernel
check processor
remove graph kernel pass before select kernel
recover run_standalone_pretrain_ascend.sh
remove is_before_kernel_select
move add_atomic_clean from pass directory to graph_kernel directory
update fuse op list in Ascend back-end
5 years ago
lichen_101010
1b6265fa43
Debugger multi-graph support implementation
Other Contributor: Adel Shafiei, John Tzanakakis
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
Margaret_wangrui
525ba4a863
delete InsertAllAssigns
5 years ago
kswang
11989b5e30
enable async run
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
Zhang Qinghua
c0070d3d49
Use the unified Execute function to run Graph or Single Op Graph.
5 years ago
Zhang Qinghua
5ac60ff202
Move ascend dependent functions to ascend kernel runtime.
5 years ago
WilliamLian
9f4babed92
add run & compile function
5 years ago
kswang
756bb6d53f
async run graph
5 years ago
liangzelang
7e6189a076
fix global_step error in multi-cases
5 years ago
mindspore-ci-bot
c20cd12216
!3110 Delete deprecated codes of ascend control flow
Merge pull request !3110 from zhoufeng/delete-deprecated-codes
5 years ago
kpy
570da089a8
set output value for dynamic graph
5 years ago
zhoufeng
2943cb1c39
delete deprecated codes of ascend control flow
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
zhoufeng
439d6d618f
Control flow not split graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago