mindspore-ci-bot
cc58feebee
!12036 Add trace stack for graph_build_xxx.ir
From: @irmo
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
f9080da723
!12016 remove no use log
From: @jjfeing
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
huanghui
4fb1d0776b
add trace stack for graph_build_xxx.ir
4 years ago
jjfeing
bff8bf0253
remove no use log
4 years ago
mindspore-ci-bot
0ff27ef3b4
!11930 【GraphKernel】Replace Assign with InplaceAssign
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @gaoxiong1
4 years ago
mindspore-ci-bot
24ef3efcb8
!11545 unify SpaceToBatchND's attr
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a24ff36d9c
!11777 stitch fusion
From: @r1chardf1d0
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9efbef72fc
!11622 【GraphKernel】Moved ShapeOpsSplitter before GraphKernelSplitter
From: @dayschan
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @gaoxiong1
4 years ago
yuchaojie
7a7f8b5e13
unify SpaceToBatchND's attr
4 years ago
dayschan
08345c54ea
[GraphKernel] Replace Assign with InplaceAssign
1. added a pass to replace Assign with InplaceAssign.
2. bugfix in eliminate_redundant_output. the side-effect node should not be eliminated.
3. bugfix in graph_kernel/splitter.py, the kernel includes InplaceAssign should be a composite node.
4. added two tool functions GetAllInputDeviceTypes and GetAllOutputDeviceTypes into AnfAlgo.
5. do not fuse a single Assign in pass BasicOpsFusion.
4 years ago
liubuyu
8ff36d3079
reset cube compute mode
4 years ago
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
From: @liubuyu
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
8a09279ec3
Moved ShapeOpsSplitter before GraphKernelSplitter, changed it to process sub func_graph only.
4 years ago
r1chardf1d0
9d6392c5c5
stitch info
5 years ago
mindspore-ci-bot
d2e7f1f26c
!11783 unify SliceGrad's mindir
From: @yuchaojie
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
4364abc7ee
!11798 Support RunOpsInGraph on CPU&GPU in pynative mode
From: @HulkTang
Reviewed-by:
Signed-off-by:
4 years ago
liubuyu
4a3cbda322
get cube size by dtype
4 years ago
tanghuikang
6f2cd92aba
Support RunOpsInGraph on CPU&GPU in pynative mode
4 years ago
mindspore-ci-bot
5b42996bc5
!11698 Add timestamp for RDR module
From: @louie5
Reviewed-by:
Signed-off-by:
4 years ago
yuchaojie
a7b49bbca2
unify SliceGrad's mindir
4 years ago
mindspore-ci-bot
6e97c0004e
!11689 gpu support serving basic
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
louei5
f00032145f
Add timestamp into filename of saving recorder file and change DumpIR method
4 years ago
wilfChen
a911b9ef9e
mindspore serving support gpu backend
4 years ago
tronzhang
d078cbfa99
support parallel fusion
4 years ago
mindspore-ci-bot
cd22f43019
!11607 【GraphKernel】Raise akg ReduceSum precision
From: @dayschan
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
dayschan
27b4e1653a
Raise akg ReduceSum precision
Cast the float16-input to float32 before ReduceSum, and cast back to float16 after ReduceSum.
If the op after this ReduceSum is a casting from float16 to float32, then it can be eliminated.
4 years ago
mindspore-ci-bot
c9442eccb7
!11593 remove sparse softmax grad node
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
jjfeing
2adff83c99
fix sparse_softmax_cross_entropy_with_logits
4 years ago
mindspore-ci-bot
ff3f6a156c
!11481 bug fix, update the method of throwing exception
From: @liubuyu
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
4 years ago
louei5
ac02213521
Adding RDR tool for locating bugs, e.g. run task error.
4 years ago
xsmq
73b7154e55
fix cmakelint error
4 years ago
weiyang
4029b411c9
for switch layer
5 years ago
liubuyu
d415c81792
bug fix, update the method of throwing exception
4 years ago
mindspore-ci-bot
d8323b5d51
!11342 Support device memeory profiling
From: @yanghaitao1
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
mindspore-ci-bot
5eaac67416
!11375 Pre build all ops in bprop graph in PyNaive mode
From: @HulkTang
Reviewed-by: @chujinjin,@chujinjin
Signed-off-by: @chujinjin,@chujinjin
4 years ago
tanghuikang
5dc66a82ce
Pre build all ops in bprop graph under PyNative
4 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
mindspore-ci-bot
cfe8d6f32a
!11239 fix multi graph timeout
From: @kisnwang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
151c0e2977
!11132 modify batchnormal and fusedbatchnormal
From: @Somnus2020
Reviewed-by:
Signed-off-by:
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
kswang
5365640e4f
fix run multi graph timeout
4 years ago
mindspore-ci-bot
645bd9de89
!11150 Release GIL lock when SyncAsNumpy and run bprop graph in PyNative mod
From: @HulkTang
Reviewed-by:
Signed-off-by:
4 years ago
tanghuikang
b1ce9fed1e
Release GIL lock when SyncAsNumpy and run bprop graph in PyNative mod.
4 years ago
mindspore-ci-bot
b3e6eb63a4
!10873 fix reorder
From: @lianliguang
Reviewed-by: @zh_qh,@zh_qh,@chujinjin
Signed-off-by: @zh_qh,@zh_qh
4 years ago
LianLiguang
d2fe2aa7cc
add reorder of node after opt
4 years ago
mindspore-ci-bot
e805d06499
!11179 revert dynamic op re primitive when infer
From: @liubuyu
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
liubuyu
c84647cc51
revert re primitive
4 years ago
kswang
b9cfbed631
codex fix for executor
4 years ago
chujinjin
9104ffaafa
fix inceptionv3 kernel build error in pynative
4 years ago
mindspore-ci-bot
68ce3077d4
!11106 fix device memory leak in pynative mode
From: @chujinjin
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago