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
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
kswang
76733ce816
fix cpu multi graph mem error
5 years ago
mindspore-ci-bot
2d9133d773
!3534 Expand make tuple node of graph input
Merge pull request !3534 from chenfei_mindspore/release-make-tuple-of-load-input-data
5 years ago
chenfei
69f4c45bb8
get real parameters if graph input is a virtual cnode
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
mindspore-ci-bot
f745ae0799
!3496 Fix getting output address of internal output
Merge pull request !3496 from YuJianfeng/internal_output
5 years ago
yujianfeng
2409140178
Fix getting output address of internal output
5 years ago
ZPaC
8943cdbc13
Delete parameter name hard code.
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
mindspore-ci-bot
ef18c5f879
!3007 GPU debugger and GPU dump - milestone 1
Merge pull request !3007 from john_tzanakakis/master_ms1
5 years ago
yujianfeng
4d18e9ec35
Fix internal multiple outputs check
5 years ago
John Tzanakakis
b3c0eb61d5
GPU debugger - milestone 1 and GPU dump
Additonal Authors: Adel Shafiei, Harshvardhan Gupta
5 years ago
mindspore-ci-bot
6d6d2954f0
!3274 Use white list to control pslite compilation
Merge pull request !3274 from ZPaC/fix-compile-error-with-cpu
5 years ago
mindspore-ci-bot
69a10fcb4b
!3219 serving add acl support, extract common inference interface
Merge pull request !3219 from 徐永飞/master
5 years ago
ZPaC
8ff1a9ab47
Use white list to control pslite compilation
5 years ago
xuyongfei
314208633b
serving add acl support, extract common inference interface
5 years ago
huanghui
4c34867486
control optimizie for heterogeneous excutor
5 years ago
mindspore-ci-bot
e810a68e5a
!3173 fix gpu while
Merge pull request !3173 from kisnwang/fix-gpu-while
5 years ago
kswang
11f78fb8ad
check invalid internal output
5 years ago
yujianfeng
188d74f15e
Remove transdata and cast for internal outputs
5 years ago
ZPaC
52022c8013
Enable to train in parameter server mode
5 years ago