Etone.Chan
d2727d0504
add buffer fusion bnupdate eltwise pass
6 years ago
liubuyu
80e5bb982b
fix log print
5 years ago
dengwentao
1555f1d809
modify tbe attr log
5 years ago
mindspore-ci-bot
c0825e18a7
!588 Add ReluV2/ReluGradV2/ConfusionMulGrad ops for VM
Merge pull request !588 from liuxiao/add-reluv2
5 years ago
mindspore-ci-bot
bfbefa88c7
!587 fix buffer fusion output desc index
Merge pull request !587 from jjfeing/master
5 years ago
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
6 years ago
jjfeing
933c6e4a04
fix buffer output_desc_index
5 years ago
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
5 years ago
mindspore-ci-bot
2cdb62629f
!558 add verification for tbe op attr
Merge pull request !558 from dengwentao/tbe_attr
5 years ago
dengwentao
b902f485a6
check tbe attr required
6 years ago
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
6 years ago
jjfeing
5e7e34f54a
support buffer fusion
5 years ago
liuxiao
5c9791a802
Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM
6 years ago
mindspore-ci-bot
7c06d292c8
!387 auto mix precision
Merge pull request !387 from liubuyu/master
6 years ago
buxue
b600991cc3
dock DepthwiseConv2dBackprop DepthwiseConv2dBackpropFilter DepthwiseConv2dBackpropInput
6 years ago
liubuyu
b1585f862d
auto mix precision
6 years ago
mindspore-ci-bot
ac9f24a74f
!342 Fix kernel query log level
Merge pull request !342 from zjun/fix_log_level
6 years ago
buxue
62807da0c4
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
6 years ago
zjun
b55f1324a3
Fix kernel query log level
6 years ago
mindspore-ci-bot
94589ce611
!226 expend conv stride and dilation to 2d
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
6 years ago
wangnan39@huawei.com
2604acedcb
extend conv stride and dilation to 2d
6 years ago
buxue
0db45147a4
dock relu6 for open source process and fix pow bprop
6 years ago
jjfeing
4fb76e6d7e
modify Float64 to float64, del double
6 years ago
buxue
7541d3b067
Develop op MaxPoolWithArgMax
6 years ago
zhaoting
0c81759ae6
add YOLOv3 infer scipt and change dataset to MindRecord
6 years ago
Wei Luning
73ba399364
remove ge depend in cpu
6 years ago
wenchunjiang
5a00d8cb58
This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps.
Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter.
This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit.
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago