Commit Graph

677 Commits

Author SHA1 Message Date
i-robot 21e65cf54c
!36278 [MS][LITE] support sd3403 davinci
Merge pull request !36278 from jianghui58/master
2022-06-22 08:58:08 +00:00
jianghui58 506417d92b support sd3403 davinci 2022-06-22 12:36:44 +08:00
xulei 079c6f63d7 separate proto directory 2022-06-22 09:31:33 +08:00
zhengyuanhua d1f7e47afc support model zoo model to call c++ converter interface 2022-06-18 17:46:19 +08:00
jonyguo 3f07ae49ac reconstruct compile md step2 2022-06-16 20:54:14 +08:00
i-robot 5812a19b13
!35894 remove ENABLE_CLOUD_AND_LITE
Merge pull request !35894 from zhengyuanhua/master
2022-06-15 06:13:11 +00:00
i-robot d4892627b9
!35909 [MS][LITE]Fix openharmony package
Merge pull request !35909 from gongdaguo1/fix_oh_os
2022-06-14 08:02:20 +00:00
i-robot 00bf26ff13
!35830 [MS][Micro] support codegen nnacl new kernelBase
Merge pull request !35830 from lz/micro-style
2022-06-14 06:24:04 +00:00
gongdaguo1 1a611db5f9 fix ohos package 2022-06-14 14:10:17 +08:00
i-robot d7dab84181
!34704 [ASCEND/GPU] Dynamic data queue to support data sink with dynamic-shape data but without min/max shape
Merge pull request !34704 from wYann/dynamic_queue
2022-06-14 05:48:16 +00:00
zhengyuanhua f09f6b1ee6 remove ENABLE_CLOUD_AND_LITE 2022-06-14 11:12:49 +08:00
lz 03bc64d006 support to codegen new nnacl kernelBase 2022-06-13 18:24:06 +08:00
wYann 92a7c6e1bc dynamic data queue 2022-06-13 10:04:52 +08:00
i-robot 758dff008d
!35520 backend compiled macro
Merge pull request !35520 from liubuyu/backend
2022-06-13 01:34:48 +00:00
chaijun 6de593f411 fix cortex-m build 2022-06-09 20:36:01 +08:00
lby 6e86fa29ff backend 2022-06-08 19:51:29 +08:00
yanghaoran 106c41a595 refactor build scripts to fit latest Ascend pacakge structure 2022-06-08 18:14:04 +08:00
luoyuan 931c9afdd1 [MS][LITE] fix converter api package 2022-06-07 20:11:26 +08:00
i-robot 5b724e625d
!35053 Replace thrust with cub for NonZero operator.
Merge pull request !35053 from hezhenhao1/add_nonzero
2022-06-01 03:14:59 +00:00
i-robot 8f373d9466
!33775 compiled macro
Merge pull request !33775 from liubuyu/master
2022-06-01 02:02:19 +00:00
hezhenhao1 d5d0930a03 Replace thrust with cub for NonZero operator. 2022-05-31 20:40:56 +08:00
wangpingan2 1ce54b9b7f kernel_executor update called funtions and fix bug. 2022-05-31 15:02:53 +08:00
i-robot 45241fa3a6
!34739 remove libtiff cmake
Merge pull request !34739 from shenwei41/remove_libtiff_cmake
2022-05-30 10:33:58 +00:00
lby bcf1dfe963 compile macro 2022-05-30 13:50:09 +08:00
shenwei41 1ee931e643 remove libtiff cmake 2022-05-26 15:09:47 +08:00
sunsuodong b0776fd004 split converter so 2022-05-25 21:48:24 -07:00
liu lili e0ecc973ff mindspore lite: add extendrt and opt cmake 2022-05-20 11:23:53 +08:00
i-robot b74c2caecc
!34528 [MS][LITE]Fix win32 glog build
Merge pull request !34528 from gongdaguo1/fix_win32_glog
2022-05-18 07:56:35 +00:00
gongdaguo 9e377468be fix win32 ccache glog build 2022-05-17 19:41:24 +08:00
i-robot 5315c65b48
!34485 fix openssl bug
Merge pull request !34485 from yeyunpeng2020/openssl
2022-05-17 07:28:31 +00:00
yeyunpeng2020 0dca40ef89 fix openssl bug 2022-05-17 11:07:41 +08:00
i-robot c531c1ba9c
!34363 [MS][LITE]Fix ccache build
Merge pull request !34363 from gongdaguo1/fix_ccache_build
2022-05-17 02:02:38 +00:00
zhoufeng c297a89c58 libevent build static library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-05-14 17:16:42 +08:00
gongdaguo df8f11df27 fix ccache build 2022-05-13 17:11:07 +08:00
gongdaguo c3fd5e63b4 add cortex-m7 build 2022-05-12 20:05:13 +08:00
ZPaC 6ef21efa2a Disable fortran 2022-05-09 20:01:48 +08:00
liu lili d85f45c43d mindspore lite: add mindir model support for cloud infer 2022-05-07 12:13:00 +08:00
i-robot f8cc3c01fb
!33703 Add cuda version to nccl
Merge pull request !33703 from ZPaC/change-nccl-version-with-cuda
2022-05-03 10:29:58 +00:00
i-robot 7306fb1141
!33679 [MSLITE][CPU] cmakelist bugfix
Merge pull request !33679 from Greatpan/cmakelist_bugfix
2022-04-29 06:57:37 +00:00
ZPaC fcabea5c07 Add cuda version to nccl 2022-04-28 15:10:26 +08:00
greatpanc f9e197f49c cmakelist bugfix 2022-04-28 11:29:45 +08:00
emmmmtang 3fe3778b0b fix openssl cve-2022-0778 2022-04-28 10:45:32 +08:00
wangpingan2 5c6a70d8ad [MS][LITE] add KernelExecutor to run single operator. 2022-04-25 09:16:25 +08:00
wang_shaocong 75d1b9d1e7 [MSLITE] Support to convert pytorch model 2022-04-21 16:59:43 +08:00
i-robot 0a4c536570
!33287 set symbols of openssl static library to hidden
Merge pull request !33287 from zhoufeng/fix-openssl-version-conflict
2022-04-20 06:06:32 +00:00
zhoufeng e873f3ac07 set symbols of openssl static library to hidden
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-04-19 19:50:23 +08:00
sunsuodong 1460c720d0 package remove old api 2022-04-19 01:21:59 -07:00
xiongkun 317f59a0ae [MS][Rewrite]Move return out of if and support multiple targets
[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets
2022-04-11 20:39:42 +08:00
i-robot 6d0faa556c
!32462 【MSLITE】white list ops
Merge pull request !32462 from fangzhou0329/fz_dev
2022-04-06 08:18:10 +00:00
fangzhou12 94bd3782ac [Huawei] white ops
Offering:Mindspore Opensource
2022-04-03 11:07:32 +08:00