Commit Graph

281 Commits

Author SHA1 Message Date
luoyuan 295a4dba30 [MS][LITE]fix bug for import cloud and lite at the same time 2023-02-12 10:32:35 +08:00
emmmmtang 992565da9d Fix OpenSSL CVE 2023-02-10 09:23:55 +08:00
Zhu Guodong ef5b063565 [MSLITE] split opencl.cmake to two third-party deps: opencl-headers and opencl-clhpp 2023-01-11 15:51:00 +08:00
Zhu Guodong 5847b11963 [MSLITE] modify opencl cmake to support cross-platform like windows. 2022-12-15 17:22:39 +08:00
i-robot b3dd74cb76
!44563 [MS][MHA] Adding support in FP16 and cross for Multi Head Attention
Merge pull request !44563 from Nizzan/export_nizzan
2022-12-09 09:12:29 +00:00
zhengyuanhua 9688c8cb5e [bugfix] fix cloud compile 2022-12-08 16:02:00 +08:00
nizzan dff877dbd3 Adding support for FP16, cross & T5 MHA 2022-12-06 09:56:12 +02:00
fanjibin 650b93eaad cmake md5 to sha256 2022-11-02 19:49:32 +08:00
zuochuanyong 9fb02cb36e add -DFORTIFY_SOURCE=2 2022-10-31 09:05:07 +08:00
wangpingan2 853da3ab71 fix lite vs compile error. 2022-10-26 17:15:14 +08:00
lizhenyu 0f643987eb Add cucollections cmake 2022-10-25 14:52:19 +08:00
changzherui 6cbad3f58c fix CVE-2022-1941 2022-10-15 12:28:31 +08:00
i-robot c937113df8
!43765 support compile in msvc, enable download robin from gitee
Merge pull request !43765 from qiuzhongya/qiuzhongya_msvc9
2022-10-13 01:25:21 +00:00
qiuzhongya 1239493ed7 enable robin download from gitee 2022-10-12 20:29:00 +08:00
qiuzhongya bd2a545d1b support for windows msvc compile, download dirent from gitee mirrors 2022-10-12 09:58:56 +08:00
qiuzhongya 57da978728 support for windows msvc debug mode 2022-10-09 19:56:02 +08:00
qiuzhongya 05f66e911e support for msvc debug compile 2022-10-08 20:16:44 +08:00
qiuzhongya 186fe0df3b support for windows msvc debug 2022-09-29 11:02:44 +08:00
shenwei41 9e7832ee46 Fix cve and code clean 2022-09-14 16:36:22 +08:00
yoni 3ae59185b2 attention kernel bit exact 2022-09-12 16:46:34 +03:00
qiuzhongya bf009afd55 support for windows msvc 2022-09-01 11:08:32 +08:00
i-robot 3d4f5a9d68
!40753 update JSON for Modern C++ to 3.10.1
Merge pull request !40753 from yanghaoran/master
2022-08-30 06:36:03 +00:00
i-robot 9d0c8daa5a
!41039 [MS]{Lite][Task] solve pybind11 patch problem
Merge pull request !41039 from 刘力力/master_develop
2022-08-29 09:26:54 +00:00
liu lili 0f822b111f mindspore lite: solve pybind11 lib patch problem 2022-08-29 10:02:51 +08:00
He Wei b3b148b6da Use cmake to add robin-hood-hashing lib 2022-08-27 11:47:44 +08:00
taipingchangan 2001a98c09 adapt xx.cmake to msvc 2022-08-26 11:28:01 +08:00
qiuzhongya 9c41875220 support for msvc, third party lib 2022-08-25 15:43:02 +08:00
yanghaoran bacb1c81b0 update JSON for Modern C++ to 3.10.1 2022-08-24 14:53:20 +08:00
i-robot ef56a90694
!40127 Add safe compile options on master
Merge pull request !40127 from shenwei41/safe_master
2022-08-11 06:38:32 +00:00
shenwei41 a9cc56f1a0 add safe compile options 2022-08-11 10:18:08 +08:00
yoni aac8073a2e Add Fast transformers to mindspore third party 2022-08-08 12:18:58 +03:00
zhunaipan 29c6397ba2 add patches for fixing openssl CVEs
修改:     cmake/external_libs/openssl.cmake
	新文件:   third_party/patch/openssl/CVE-2021-4160.patch
	新文件:   third_party/patch/openssl/CVE-2022-1292.patch
	新文件:   third_party/patch/openssl/CVE-2022-2068.patch
2022-07-27 19:20:04 +08:00
zhujingxuan 07b5268fc7 upgrade eigen to 3.4.0 2022-07-13 17:22:57 +08:00
emmmmtang 39907e875b r1.8 fix openssl CVE-2022-2097 2022-07-07 11:23:35 +08:00
i-robot 2e32daa9e2
!34168 [MS][LITE]support coreml delegate
Merge pull request !34168 from XianglongZeng/coreml_2
2022-06-25 01:47:14 +00:00
XianglongZeng e4fea89333 mindspore support coreml 2022-06-24 11:20:30 +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
zhengyuanhua f09f6b1ee6 remove ENABLE_CLOUD_AND_LITE 2022-06-14 11:12:49 +08:00
hezhenhao1 d5d0930a03 Replace thrust with cub for NonZero operator. 2022-05-31 20:40:56 +08:00
shenwei41 1ee931e643 remove libtiff cmake 2022-05-26 15:09:47 +08: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
zhoufeng c297a89c58 libevent build static library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-05-14 17:16:42 +08:00
ZPaC 6ef21efa2a Disable fortran 2022-05-09 20:01:48 +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