Commit Graph

514 Commits

Author SHA1 Message Date
i-robot 7a19008f3b !26227 update md5 value of openssl
Merge pull request !26227 from emmmmtang/master
2021-11-16 16:32:50 +00:00
i-robot 36bafb3654 !26241 Modifying the MD5 Value in the Third-Party Database
Merge pull request !26241 from 刘勇琪/master
2021-11-16 07:31:34 +00:00
shenwei41 69aa335c73 change file md5 2021-11-16 10:16:23 +08:00
zhanghaibo5 b1a9f47c27 updata md5sum of flatbuffers, opencl, and cmsis when down load from gitte 2021-11-15 19:16:11 +08:00
jonyguo dc1d0a3b51 disable opencv CV_TRACE which cause memory usage increacing 2021-11-13 09:40:44 +08:00
emmmmtang f66628799b update md5 value of openssl 2021-11-12 18:46:25 +08:00
i-robot 48c7b73fd1 !26098 Remove explainer code
Merge pull request !26098 from TonyNG/remove_explainer
2021-11-12 08:33:11 +00:00
ZPaC 87057fdc27 Dynamic load ompi and nccl 2021-11-11 21:05:50 +08:00
unknown 5903471b47 remove explainer 2021-11-11 15:27:40 +08:00
i-robot 8c89f9e312 !26071 fix naming while building windows packages
Merge pull request !26071 from yanghaoran/master
2021-11-11 02:09:27 +00:00
i-robot 411d3bb015 !25894 Fix windows python3.9 compile
Merge pull request !25894 from zhoufeng/find-python-path
2021-11-10 06:30:37 +00:00
yanghaoran 8ffd9a0540 fix naming while building windows packages 2021-11-09 20:45:01 +08:00
zhoufeng 1e86ddaabb fix windows find python path
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-11-09 14:32:42 +08:00
yanghaoran 17ce1f5004 add nightly/weekly dev version number 2021-11-06 16:56:44 +08:00
ougongchang eab40f7143 Set the version number to opensource thirdparty software filename 2021-11-02 20:13:56 +08:00
liqiliang dd829f53f9 Add BFGS, line_search and block_diag algorithms in scipy. 2021-11-01 16:06:41 +08:00
i-robot 4951fb877c !25428 Patch CVE-2021-3711 and CVE-2021-3712 for openssl
Merge pull request !25428 from liuluobin/master_patch_openssl
2021-10-30 06:56:21 +00:00
i-robot e2f7173b49 !25484 fix waring
Merge pull request !25484 from shenwei41/master
2021-10-30 06:16:25 +00:00
liuluobin 546f90ca6d Patch CVE-2021-3711 and CVE-2021-3712 for openssl 2021-10-28 20:33:23 +08:00
ZPaC 7919f9bf10 Fix nccl md5sum 2021-10-28 19:13:38 +08:00
shenwei41 36db325b9d fix waring 2021-10-28 10:18:10 +08:00
xuxusheng 7a9a4d0515 delete mindquantum simulator 2021-10-27 18:35:35 +08:00
ling ca8b2c0bf2 [MSLITE] enable runtime convert 2021-10-25 14:30:50 +08:00
i-robot c17556d261 !25218 Fix the openSSL version number in cmake
Merge pull request !25218 from liuluobin/fix_master
2021-10-22 02:03:16 +00:00
shenwei41 d575f13dc5 update libtiff version 2021-10-21 10:10:17 +08:00
liuluobin 577d7350a7 Fix the OpenSSL version number in cmake 2021-10-21 09:50:39 +08:00
i-robot faac20e4c8 !24928 [MSLITE] runtime use glog
Merge pull request !24928 from ling/pr
2021-10-19 12:00:43 +00:00
ling 0592c6983d [MSLITE] runtime convert 2021-10-19 16:16:09 +08:00
i-robot d8363eff1b !24924 modify ckpt bug and clean code
Merge pull request !24924 from changzherui/mod_ckpt_and_clean_code
2021-10-19 01:57:11 +00:00
i-robot 8cf1079747 !24939 update projectq md5
Merge pull request !24939 from donghufeng/master
2021-10-18 08:56:55 +00:00
changzherui ca54d37e59 modify ckpt bug and clean code 2021-10-18 16:24:24 +08:00
i-robot efef1395a8 !24959 md5 master 1015
Merge pull request !24959 from mindspore_ding/md5_master_1015
2021-10-15 09:24:51 +00:00
i-robot ffb719aad6 !24943 change gitee md5 value
Merge pull request !24943 from shenwei41/master
2021-10-15 08:53:08 +00:00
dingpeifei d78cfb781e md5 master 1015 2021-10-15 11:34:42 +08:00
jin-xiulang 68f6419f74 Fix md5 check error of OpenSSL 2021-10-15 10:30:53 +08:00
shenwei41 95e487b9fb change gitee md5 2021-10-15 10:29:10 +08:00
xuxusheng 55ba64855e update projectq md5 2021-10-15 10:04:10 +08:00
i-robot e9def18473 !24667 code adapter modify
Merge pull request !24667 from zhengyuanhua/master
2021-10-12 06:11:28 +00:00
zhengyuanhua 8b9e91f294 issue fixed 2021-10-11 19:59:56 +08:00
yefeng 8ce5dd4867 ios simulator 2021-10-11 14:06:03 +08:00
dayschan 32ecd8ee79 GraphKernel supports CPU
only Linux system is supported now.

change the default value of `ENABLE_AKG` to off, and controlled by option `-K`.
the `ENABLE_AKG` is auto enabled when `ENABLE_GPU` or `ENABLE_D` is on.
since now, we can use `ENABLE_AKG` to control the compilation of graphkernel
and akg codes.

fix usage description for option "-K", it should be "[-K on|off]".

LLVM is required by akg for cpu kernels, so AKG for cpu is default disabled now.
2021-09-29 23:34:16 +08:00
ling 86fe029c93 enable gmock so 2021-09-26 18:48:47 +08:00
xuanyue 81aab2e5e0 do not open flatbuffer and protobuf 2021-09-26 10:31:53 +08:00
zhanghaibo5 3c0c54e29e updata md5sum for cmsis, flatbuffers and opencl, because gitte updated the package 2021-09-22 16:31:38 +08:00
xuanyue aa9620b15d delete plugin and windows do not support extension 2021-09-21 21:00:10 +08:00
i-robot d2df9652ca !21980 Update grpc version from 1.27.3 to 1.36.1
Merge pull request !21980 from TinaMengtingZhang/update-grpc
2021-09-20 15:19:47 +00:00
gongdaguo 5a26480857 update flatbuffer 2021-09-17 15:20:09 +08:00
lby 534c8393d8 update md5 when download from gitee 2021-09-17 09:25:02 +08:00
i-robot e4f94f4a33 !23627 [MS][LITE][develop] remove redundant strip
Merge pull request !23627 from sunsuodong/remove_redundant_strip
2021-09-17 01:16:06 +00:00
TinaMengtingZhang c0d2514489 Update grpc from 1.27.3 to 1.36.1 and subdependency (re2 & absl) 2021-09-16 12:33:04 -04:00