kswang
db985ab909
add ms exception
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
kswang
11989b5e30
enable async run
5 years ago
mindspore-ci-bot
4b81175071
!6398 fix probalbility test case free too long
Merge pull request !6398 from chujinjin/fix_probability_test_case_free_too_long
5 years ago
mindspore-ci-bot
f6c904308e
!6462 Fix getting internal output failed when init parameter
Merge pull request !6462 from YuJianfeng/master
5 years ago
yujianfeng
d1c96e9455
Fix getting internal output failed when init parameter
5 years ago
ZPaC
0b49f0fb57
change PS dir
5 years ago
chujinjin
8a29f3b86e
fix probability test case free too long
5 years ago
mindspore-ci-bot
91b2591b08
!6079 1.Fix codex of PS module. 2.Use std::vector instead of std::shared_ptr. 3.Optimize some code.
Merge pull request !6079 from ZPaC/master-1.0-optimize-ps
5 years ago
ZPaC
4c1f9983d7
Optimize PS code.
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
limingqi107
d712ac0da0
add count of graphs using the parameter
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
mindspore-ci-bot
f42b3bbfbc
!5598 add tensor sync status
Merge pull request !5598 from kisnwang/async-run-graph
5 years ago
kswang
5614b2ba6c
add tensor sync status
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
WilliamLian
601b0b6e4d
remove convert datatype when updateoutputs &&
set parameter device dtype using it's infer dtype && set transdata's abstract
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
gukecai
66e7b02b4b
independent stream parallel
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
gukecai
6362e954df
Revert "independent stream parallel"
This reverts commit adb6ff6c78 .
5 years ago
mindspore-ci-bot
e2daa61072
!4514 refactor CreateNewCNode
Merge pull request !4514 from Margaret_wangrui/refactor_CreateNewCNode
5 years ago
mindspore-ci-bot
dda4c26e7c
!4423 add reshape type of tensor
Merge pull request !4423 from lianliguang/add-reshape-type-to-tensor
5 years ago
WilliamLian
6760d9976d
add reshape type to tensor
5 years ago
Margaret_wangrui
614258dc26
refactor CreateNewCNode
5 years ago
mindspore-ci-bot
162a356fc8
!4345 new ctrl for parallel and iteration num
Merge pull request !4345 from gukecai/parallel-genmask
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
gukecai
adb6ff6c78
independent stream parallel
5 years ago
mindspore-ci-bot
4142ee010c
!4305 fix a sync stream problem in pynative mode
Merge pull request !4305 from lvchangquan/master
5 years ago
yujianfeng
6e99eab088
Erase the nodes without primitive value node input from the internal outputs
5 years ago
lvchangquan
9fcba1ef36
fix a sync stream problem in pynative mode
5 years ago
lvchangquan
f0e24c9718
fix a bug with wrong call SyncDeviceToHost in pynative mode
5 years ago
mindspore-ci-bot
52689a7dcf
!3938 decoupling core and context
Merge pull request !3938 from liubuyu/master
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
yujianfeng
986408babf
ignore create parameter from control depend inputs
5 years ago
mindspore-ci-bot
a11e0e35f4
!3872 add internal output tensor
Merge pull request !3872 from kisnwang/cache-internal-tensor
5 years ago
ZPaC
4281f38075
Delete hard code in pull kernel.
5 years ago
mindspore-ci-bot
be507b96e0
!3473 [refine]change base class of parameter
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
5 years ago
kswang
3ce0f33b27
add internal output tensor
5 years ago
mindspore-ci-bot
fa96dfd161
!3774 Sync device data type to return tensor
Merge pull request !3774 from JoyLvliang/sync-device-data-type-to-return-tensor
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
lvliang
45745c527e
sync-device-data-type-to-return-tensor
5 years ago
kswang
e6b0ac9b41
fix nopnode internal output error
5 years ago