zuochuanyong
664c45e23b
bugfix: sq node is not enough for data transfer
4 years ago
wangshuide2020
a85d796407
fix the format error of BatchMatMul operator.
4 years ago
dayschan
49f78d5424
Bugfix about execution-order after GraphKernelSplitter
1. Removed the deprecated pass "EliminateGetitemForControlDepend"
2. Spread the MakeTuple in UpdateState's input at PreProcess, so that all inputs are directly connected
to UpdateState, I dont need to consider the condition "Getitem-MakeTuple-UpdateState'.
after this pass, the UpdateState(U, make_tuple(op1, op2, ...)) was changed to UpdateState(U, op1, op2, ...)
3. Shrink the UpdateState's inputs at PostProcess. The reverse operation of the above pass.
recovered the UpdateState's format for the process after GraphKernel.
4. Add a pass ExtendOutputForUpdateState, it's the main job of this commit.
Consider this situation:
A Cast op has multiple users in a composite kernel, while it's also in the output list and connects to
an external UpdateState. In the pass "ShapeOpsSplitter", it will be duplicated. after that, only one replica will be connected
to the external UpdateState, others will be connected to its original users respectively.
After the pass "GraphKernelSplitter", only one part will be connected to this UpdateState, the execution order of other nodes cannot be ensured.
This pass extended the node that connects to UpdateState, if a node has an external UpdateState user, all outputs that depend on this node
will be connected to this UpdateState. It may add many redundant edges, the next pass will handle it.
5. Add a pass MergeOutputForUpdateState after GraphKernelSplitter.
if an UpdateState has multiple inputs from the same node, only one edge will be kept.
4 years ago
jjfeing
c5292174f4
log info support dtype/format
4 years ago
tanghuikang
dac64f30ee
Support ms_function + heterogenous
4 years ago
simson
a9752ea5e1
add valuenode info to graph_info
4 years ago
caifubi
837ee12c02
Fix bug of invalid DEVICE_ID env for context
4 years ago
mindspore-ci-bot
0c3152fe6b
!13024 Fix bprop dynamic top cell
From: @zjun3021
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
luopengting
027edbb679
fix rdr log when env_config_path is empty
4 years ago
mindspore-ci-bot
e00d8cd1d6
!13020 Not save InitDatasetQueue and GetNext op in PyNative Mode
From: @HulkTang
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
tronzhang
7252ffb66b
pipeline optimization for parallel fusion
4 years ago
mindspore-ci-bot
fe3b26a637
!12982 dice bug
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
yujianfeng
8dbb372228
Raise error when calling recompute api in pynative mode
4 years ago
mindspore-ci-bot
16a9aa37af
!12734 [ms][lite][cpu] transpose optimize
From: @lzkcode
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b50381ebf9
!12967 [ms][lite][cpu] biasadd bug fix
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
2b2964e6dd
!12925 [MS][Maskrcnn][310infer]Maskrcnn 310 infer failed in halfway
From: @lanzhineng
Reviewed-by:
Signed-off-by:
4 years ago
caozhou
cab7b623f5
add ckpt directory note
4 years ago
mindspore-ci-bot
2551332cb9
!12979 fix ssd postprocess problem
From: @zhangxiaoxiao16
Reviewed-by:
Signed-off-by:
4 years ago
jiaqi
cdb7330818
diceloss bug
4 years ago
chendongsheng
d29f2b2634
remove static worker
4 years ago
zhupuxu
5ca25451ee
dynamic_batch
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
xuanyue
890857da01
fix train bug
4 years ago
zhangxinfeng3
769243673a
Add some modules of Sponge
4 years ago
zhaodezan
d1f7ed115a
change many malloc to one
4 years ago
linqingke
977295162e
auto_tune add sync fusion env.
4 years ago
fangzehua
86833c7293
fix mix cache
4 years ago
mindspore-ci-bot
0a06e0da17
!12834 [MS][LITE][CPU]add resize bicubic
From: @fuzhiye
Reviewed-by: @zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
bf4cd4952c
!13005 change log level
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
mindspore-ci-bot
70024d3ab1
!12189 Add CPU Pad op
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
LianLiguang
4acab81599
using cpp infer firstly
4 years ago
zhoufeng
3a4eda82aa
signal int handler
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
9134e7b2d4
!12860 [MS][LITE]android pet classsification add english and chinese language
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
578f3b851e
!12837 update interface for yolov4 310 infer
From: @lihongkang1
Reviewed-by:
Signed-off-by:
4 years ago
fuzhiye
3c30d58273
new implement for resize bicubic
4 years ago
mindspore-ci-bot
01eca19f33
!12945 update code for unet 310 infer
From: @lihongkang1
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
7207ca65ef
!13016 [MS][LITE]fix GRU fusion for encoder.pb
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @hangangqiang
4 years ago
rainyhorse
d2432a962a
update the convert tool path
4 years ago
mindspore-ci-bot
38ef252267
!12561 mindrt support convertor
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c61f1fff2c
!12971 [Numpy-Native] fix typeerror of np.average, np.std, np.var
From: @wangrao124
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
4 years ago
yeyunpeng
62f0676805
java support linux x86
4 years ago
mindspore-ci-bot
c5310da824
!12647 [MS][LITE][CPU]fix bug
From: @fuzhiye
Reviewed-by: @zhang_xue_tong,@zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong,@zhang_xue_tong
4 years ago
mindspore-ci-bot
723844a06f
!12999 Dvpp input validation
From: @lizhenglong1992
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
68eb5125c6
!12905 reduce unnecessary blank lines, add destructor for recorders
From: @luopengting
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @wenkai_dist
4 years ago
mindspore-ci-bot
50d0c49dcd
!12817 numpy-native deprecate nn.MatMul
From: @jachua
Reviewed-by:
Signed-off-by:
4 years ago
alouhahaha
9a0ae7ddde
modify the data format of split_dims
4 years ago
yangjie159
4faf97f6bd
sync code of micro to master
4 years ago
zjun
8216e543a6
Fix dymamic top cell clear bug
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
mindspore-ci-bot
5624c0af16
!12486 scheduler add FitKernel & constant_of_shape support fp16
From: @wangzhe128
Reviewed-by: @zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
041c8ef78f
!13019 The API comments should be fixed.
From: @zhang_yi2020
Reviewed-by: @gemini524,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
yangwei
ef6507a44d
fix switch_layer
4 years ago