Commit Graph

28 Commits

Author SHA1 Message Date
Etone.Chan d2727d0504 add buffer fusion bnupdate eltwise pass 2020-04-26 17:17:42 +08:00
liubuyu 80e5bb982b fix log print 2020-04-24 17:18:03 +08:00
dengwentao 1555f1d809 modify tbe attr log 2020-04-23 11:38:33 +08:00
mindspore-ci-bot c0825e18a7 !588 Add ReluV2/ReluGradV2/ConfusionMulGrad ops for VM
Merge pull request !588 from liuxiao/add-reluv2
2020-04-22 21:58:57 +08:00
mindspore-ci-bot bfbefa88c7 !587 fix buffer fusion output desc index
Merge pull request !587 from jjfeing/master
2020-04-22 21:24:59 +08:00
liuxiao b6e77e5178 Add ReluV2/ReluGradV2/ConfusionMulGrad for VM 2020-04-22 21:09:37 +08:00
jjfeing 933c6e4a04 fix buffer output_desc_index 2020-04-22 20:31:16 +08:00
mindspore-ci-bot 1a0d2666b7 !559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
2020-04-22 19:22:04 +08:00
mindspore-ci-bot 2cdb62629f !558 add verification for tbe op attr
Merge pull request !558 from dengwentao/tbe_attr
2020-04-22 17:49:55 +08:00
dengwentao b902f485a6 check tbe attr required 2020-04-22 16:03:32 +08:00
liuxiao 5b6c8fade8 Add Erf\FillD operator for VM 2020-04-22 15:32:42 +08:00
jjfeing 5e7e34f54a support buffer fusion 2020-04-22 11:02:39 +08:00
liuxiao 5c9791a802 Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM 2020-04-18 15:21:44 +08:00
mindspore-ci-bot 7c06d292c8 !387 auto mix precision
Merge pull request !387 from liubuyu/master
2020-04-18 11:43:42 +08:00
buxue b600991cc3 dock DepthwiseConv2dBackprop DepthwiseConv2dBackpropFilter DepthwiseConv2dBackpropInput 2020-04-18 10:27:32 +08:00
liubuyu b1585f862d auto mix precision 2020-04-17 20:46:42 +08:00
mindspore-ci-bot ac9f24a74f !342 Fix kernel query log level
Merge pull request !342 from zjun/fix_log_level
2020-04-16 16:20:35 +08:00
buxue 62807da0c4 Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator 2020-04-15 15:26:44 +08:00
zjun b55f1324a3 Fix kernel query log level 2020-04-15 14:59:49 +08:00
mindspore-ci-bot 94589ce611 !226 expend conv stride and dilation to 2d
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
2020-04-14 14:58:22 +08:00
wangnan39@huawei.com 2604acedcb extend conv stride and dilation to 2d 2020-04-14 13:16:27 +08:00
buxue 0db45147a4 dock relu6 for open source process and fix pow bprop 2020-04-13 15:25:04 +08:00
jjfeing 4fb76e6d7e modify Float64 to float64, del double 2020-04-11 11:48:32 +08:00
buxue 7541d3b067 Develop op MaxPoolWithArgMax 2020-04-08 20:47:49 +08:00
zhaoting 0c81759ae6 add YOLOv3 infer scipt and change dataset to MindRecord 2020-04-03 11:35:58 +08:00
Wei Luning 73ba399364 remove ge depend in cpu 2020-04-02 19:38:42 +08:00
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.
2020-03-31 15:46:40 +08:00
zhunaipan 930a1fb0a8 initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00