Commit Graph

492 Commits

Author SHA1 Message Date
xiaying 6277ad84d8 Fix bug for corner data not right for cuda-bilinear 2021-05-18 16:21:28 +08:00
jxt1234 3ab8725569
Merge pull request #1395 from WillTao-RD/master
fix opencl runtime error of MSVC; add 'clGetMemObjectInfo' wrapper
2021-05-08 19:52:33 +08:00
tianhang.yth d85952d826 sync from internal repo 2021-04-28 18:02:10 +08:00
DaydreamCoding 84ede68d86
bugfix for schedule by path
fix for setup initPipelineInfosFromNet when schedule by path
2021-04-25 19:38:43 +08:00
DaydreamCoding ff07663ca8
fix Schedule judge variable 2021-04-25 19:04:32 +08:00
雁行 183f0f803d [PATCH 7/7] [Arm82:Bugfix] Add HardSwish and fix NEON Bug. 2021-04-22 13:51:14 +08:00
雁行 453264cb5e [PATCH 6/7] [QAUNT:Bugfix] Bugfix for IDST encode when weight value = 1. 2021-04-22 13:51:14 +08:00
tianbu.xsw f26783a84e [PATCH 2/7] [OpenCL Feature] bugfix for HardSwish 2021-04-22 13:51:13 +08:00
雁行 ef2f7503a1 [PATCH 1/7] [Arm82:Bugfix] Add HardSwish and fix NEON Bug. 2021-04-22 13:51:13 +08:00
xiaying b62c2eb687 [BF16:Bugfix] Fix compile bug for BF16 in NO SSE and NO NEON 2021-04-21 15:54:01 +08:00
xiaying c2a2a24e8e [IOS:Bugfix] Fix compile bug for IOS Demo 2021-04-21 15:01:56 +08:00
xiaying 3c4ba7c595 [MNN:Sync] Sync internal gitlab 2021-04-16 14:50:43 +08:00
tianbu 9f693b108e [PATCH 27/36] [CUDA Feature] bugfix for multi-input depthwiseconv 2021-04-16 14:29:38 +08:00
tianbu.xsw 0c3cb3c689 [PATCH 26/36] [OpenCL Feature] bugfix for resizeSession 2021-04-16 14:29:38 +08:00
xiaying 3e06cabf38 [PATCH 22/36] Fix bug for CPUScatterNd crash for invalid input 2021-04-16 14:29:37 +08:00
tianbu.xsw 089253a9a0 [PATCH 21/36] delete deconv_2d_buf kernel 2021-04-16 14:29:37 +08:00
tianbu.xsw 1c003f8af8 [PATCH 20/36] merge image and buffer kernel 2021-04-16 14:29:37 +08:00
tianbu.xsw 64ab57c5f4 [PATCH 18/36] delete unused log 2021-04-16 14:29:37 +08:00
tianbu.xsw 7422afe0ff [PATCH 17/36] add MNN_OPENCL_BUFFER_CLOSED macro 2021-04-16 14:29:37 +08:00
tianbu.xsw 7a314796e3 [PATCH 16/36] reback some revises 2021-04-16 14:29:37 +08:00
tianbu.xsw d9786e5351 [PATCH 15/36] [OpenCL Feature] support deconvolution for OpenCL Buffer 2021-04-16 14:29:36 +08:00
弗人 9621a1f8ad [PATCH 14/36] bug fix for old type 4 models 2021-04-16 14:29:36 +08:00
弗人 a3bbcd01b9 [PATCH 12/36] [Train:Featue] support full quant for train quant, encode when save 2021-04-16 14:29:36 +08:00
弗人 5aae654351 [PATCH 09/36] remove useless code 2021-04-16 14:29:36 +08:00
弗人 95bcb842a0 [PATCH 08/36] [Train:Feature:Bugfix] train quant support full quant 2021-04-16 14:29:36 +08:00
xiaying 083725513d Fix bug for crash when the command will change size 2021-04-15 19:37:07 +08:00
jxt1234 e5dcf6c930
Merge pull request #1415 from jokerz0624/master
fix(HiAI): unload model before setting dynameic inputs
2021-04-14 11:43:36 +08:00
jason_w 29a7128bdb
Remove unnecessary '+'
Remove unnecessary '+'
2021-04-13 08:12:38 +08:00
xiaying d91fc63976 [MNN:Sync] Sync internal Gitlab 2021-04-08 15:34:23 +08:00
xiaying 7af23d29f4 [MNN:Bugfix] Fix compile bug 2021-04-01 13:57:02 +08:00
jxt1234 48192633d1
Merge pull request #1423 from ysh329/patch-1
[BugFix] Fix typo in code comment for opencl
2021-03-31 12:52:23 +08:00
xiaying 1181033ca4 Fix onnx scatternd convert bug 2021-03-31 11:53:41 +08:00
ysh329 588515c6f3
[BugFix] Fix typo in code comment
Fix typo in code comment
2021-03-28 17:32:33 +08:00
Joker 00aca57dff fix(HiAI): unload model before setting dynameic inputs 2021-03-22 11:24:52 +08:00
xiaying 4cacb72e0e [OpenCL:Bugfix] Add Eltwise-Sub for opencl 2021-03-14 19:16:39 +08:00
jxt1234 fa5b3cc4de
Merge pull request #1406 from alibaba/feature/syncopencl
[MNN:Sync] Sync opencl from Internal Gitlab, support Buffer and more auto-turning mode
2021-03-13 11:54:32 +08:00
jxt1234 99bc944cd3
Merge pull request #1403 from jokerz0624/fix_npu_cmake
improvement(HiAI): update cmake of HiAI backend to support it when MNN_SEP_BUILD=true
2021-03-13 11:04:05 +08:00
xiaying 787a34aec5 [MNN:Sync] Sync opencl from Internal Gitlab, support Buffer and more
auto-turning mode
2021-03-12 18:43:38 +08:00
Joker 0461946e97 improvement(HiAI): Interp of HiAI backend support more halfPixelCenters 2021-03-12 12:25:22 +08:00
Joker 21127cb907 improvement(HiAI): update cmake of HiAI backend to support it when MNN_SEP_BUILD=true 2021-03-11 16:36:22 +08:00
Joker ad90923c72 fix(HiAI): replace ResizeBilinear with ResizeBilinearV2 to support halfPixelCenter in Interp of HiAI backend 2021-03-09 17:08:48 +08:00
xiaying 1c4eded014 [MNN:Bugfix] Fix bug for CPUPool for w, h < kernelSize and pad 2021-03-04 22:46:06 +08:00
Joker a9b295d4cd improvement(HiAI): support LeakyRelu Activation for Huawei NPU 2021-03-03 16:45:37 +08:00
taowei 4857512185 add 'clGetMemObjectInfo' wrapper 2021-03-03 16:02:51 +08:00
taowei f2603c47a4 fix runtime error of MSVC
Due to a BUG of VS compiler which makes 'call_once' function executing twice and is not fixed yet,
(link:https://developercommunity.visualstudio.com/t/dynamic-initializer-created-for-stdonce-flag/243273)
avoid to use global static variable, and use local static variable instead.
2021-03-03 15:48:50 +08:00
xiaying 6bc0a0ca1d [MNN:Bugfix] Fix bug for tflite deconvolution 2021-03-02 20:25:19 +08:00
xiaying 0935d23710 [MNN:Bugfix] Fix bug for Convert invalid input shape mode 2021-03-02 17:28:06 +08:00
xiaying b158f72a50 [MNN:Bugfix] Fix bug for convolution transpose with output shape setting 2021-03-02 15:33:28 +08:00
xiaying 6a6ae6d181 Fix sync bug for Im2Col of vulkan 2021-02-24 15:54:38 +08:00
gaoruidong 9e886ba123 improvement(arm82): optimize relu op without slope in arm82 backend 2021-02-23 10:38:49 +08:00