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
kswang
d8e72af658
optimize find input need lock tensor
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
kswang
11989b5e30
enable async run
5 years ago
Harshvardhan Gupta
7c5e0541ba
load inputs before suspending execution in dbg
5 years ago
John Tzanakakis
0e0d7eda19
code refactor
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
mindspore-ci-bot
61d5539f8d
!5784 fix codedex & reviewbot
Merge pull request !5784 from Margaret_wangrui/codedex_bot
5 years ago
Margaret_wangrui
1f107d5a8a
codedex_bot
5 years ago
kswang
ebff566a07
add group operation for executor
5 years ago
yujianfeng
9aa6d203f1
Fix output device address setting for inputs of depend node
5 years ago
mindspore-ci-bot
f7900d6adf
!5443 add tensor constructor
Merge pull request !5443 from lianliguang/run-graph-test
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
WilliamLian
9f4babed92
add run & compile function
5 years ago
kswang
756bb6d53f
async run graph
5 years ago
mindspore-ci-bot
2db4bda219
!4622 serving restful init
Merge pull request !4622 from hexia/http_init
5 years ago
hexia
75d116b5db
serving http init
5 years ago
Margaret_wangrui
614258dc26
refactor CreateNewCNode
5 years ago
wenchunjiang
b24943d496
adapte to remove inline
merge me commit for remove inline
deal witch multiple cases of switch in ConstructKernelGraph
deal with switch and call cases in ConstructKernelGraph
fix bug and rebase master
ConstructKernelGraph adapte to remove inline
fix InsertMultipleAssignToGraph bug
add graph input to new graph which is created for switch input
replace CreateNewParameterFromCNode to NewParameter in order to set new
parameter's abstract and kernel_info
avoids create a new switch repeatedly when the cnode is a call switch without real input
null pointer check
update frontend code
Revert "update frontend code"
This reverts commit ce1f600d1e .
update frontend code PR_2948
fix bug of CheckLabalIndex
handle switch_layer in ConstructKernelGraph
add attr for assign node to avoid erasing by cse pass
cherry-pick ms commit[59b35f690d ]:temporary avoid list getitem problem
rebase master
Revert "cherry-pick ms commit[59b35f690d ]:temporary avoid list getitem problem"
This reverts commit 74c258f942 .
Revert "handle switch_layer in ConstructKernelGraph"
This reverts commit cb5367f02d .
Revert "update frontend code PR_2948"
This reverts commit 234ac58340 .
Revert "merge me commit for remove inline"
This reverts commit 55c0ebd42b .
fix diff after rebase master
doing remove inline in me
overwrite FindNodePrimitive
Revert "doing remove inline in me"
This reverts commit b42e893125 .
5 years ago
mindspore-ci-bot
52689a7dcf
!3938 decoupling core and context
Merge pull request !3938 from liubuyu/master
5 years ago
mindspore-ci-bot
98c415a1d5
!3807 serving support acl dvpp process
Merge pull request !3807 from 徐永飞/master
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
xuyongfei
c0b8df4f7c
serving add acl dvpp support, ut tests, return input status string message
5 years ago
ZPaC
4281f38075
Delete hard code in pull kernel.
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
zhoufeng
2943cb1c39
delete deprecated codes of ascend control flow
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
John Tzanakakis
b3c0eb61d5
GPU debugger - milestone 1 and GPU dump
Additonal Authors: Adel Shafiei, Harshvardhan Gupta
5 years ago
xuyongfei
314208633b
serving add acl support, extract common inference interface
5 years ago
mindspore-ci-bot
3f09439323
!3206 check serving model inputs, such as shape, dims, type
Merge pull request !3206 from hexia/serving_check_model_input
5 years ago
hexia
65da4463c1
check model input
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
ZPaC
52022c8013
Enable to train in parameter server mode
5 years ago