Commit Graph

757 Commits

Author SHA1 Message Date
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
i-robot 6bdf223d92
!43431 support fof windows msvc debug mode, postfix "lib" is not necessary for lib name
Merge pull request !43431 from qiuzhongya/msvc_debug2
2022-10-10 12:08:54 +00:00
i-robot 4fcbbfa2e2
!42843 ready for adapt to rocm
Merge pull request !42843 from lsder/master
2022-10-10 06:54:04 +00:00
i-robot 7c1607a678
!43405 lite support helper
Merge pull request !43405 from zhengyuanhua/br3
2022-10-10 03:14:24 +00:00
zhengyuanhua a306f5f8d2 lite support helper 2022-10-09 21:49:05 +08:00
qiuzhongya 57da978728 support for windows msvc debug mode 2022-10-09 19:56:02 +08:00
i-robot 5d2d11e950
!43369 cut down compiler threads num to meet msvc compiling under Windows
Merge pull request !43369 from iambowen1984/master
2022-10-09 06:21:18 +00:00
i-robot b2c39cc90c
!43377 support compile in msvc debug mode
Merge pull request !43377 from qiuzhongya/msvc_debug1
2022-10-09 03:28:39 +00:00
yanghaoran e2df5559cf fix liboptiling.so path as future cann packages are changing it 2022-10-08 20:43:11 +08:00
qiuzhongya 05f66e911e support for msvc debug compile 2022-10-08 20:16:44 +08:00
Bowen Ma e37df1f1c8 cut down threads num for compiling in windows with msvc 2022-10-08 19:29:11 +08:00
lsder e4b2bd4bb5 ready for adapt to rocm 2022-10-08 16:08:01 +08:00
i-robot 842da0dec9
!43192 third_party lib name contain debug postfix "d" in msvc debug mode
Merge pull request !43192 from qiuzhongya/msvc_debug1
2022-09-30 01:05:20 +00:00
qiuzhongya 186fe0df3b support for windows msvc debug 2022-09-29 11:02:44 +08:00
yanghaoran ba204197b8 cope with change of path in CANN packages 2022-09-28 21:27:17 +08:00
i-robot ff08da3e71
!42544 Fix Model Obfuscation Core Dump Bug
Merge pull request !42544 from 张澍坤/master
2022-09-23 02:32:58 +00:00
Shukun Zhang ea0beea588 Update Model Obf 2022-09-22 20:23:07 +08:00
i-robot dec9de9c34
!42575 enable gpu on windows 0921
Merge pull request !42575 from chenminmin/master
2022-09-22 11:33:23 +00:00
i-robot ed269a870c
!42216 [MS][LITE]Add micro custom example
Merge pull request !42216 from gongdaguo1/add_micro_custom
2022-09-22 09:29:33 +00:00
taipingchangan ad44ec72e8 gpu minddata 0921 2022-09-21 19:34:04 +08:00
i-robot d1ad7522b2
!42347 enable c++17 on windows 0919
Merge pull request !42347 from chenminmin/master
2022-09-20 08:59:05 +00:00
i-robot c62279db5e
!42298 Add experimental API for MapParameter
Merge pull request !42298 from hewei/map_param
2022-09-20 07:14:35 +00:00
gongdaguo1 1921c1662d add micro custom 2022-09-20 14:54:54 +08:00
taipingchangan 29a0a114c5 enable c++17 on windows 0919 2022-09-20 10:32:00 +08:00
He Wei 352571d7be Add experimental API for MapParameter 2022-09-19 19:04:25 +08:00
zhoufeng be815d6402 decouple dvpp
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-09-19 16:17:12 +08:00
taipingchangan 408e6c9189 enable gpu on windows 0916 2022-09-16 15:50:28 +08:00
i-robot 9a23cdd6ba
!41920 remove unsed libgmp from build dependencies
Merge pull request !41920 from iambowen1984/master
2022-09-15 06:35:01 +00:00
i-robot 9c4a957a22
!41963 Fix cve and code clean on master
Merge pull request !41963 from shenwei41/master
2022-09-15 01:28:46 +00:00
taipingchangan 05dad30561 adapt code for msvc 0914 2022-09-14 18:05:43 +08:00
shenwei41 9e7832ee46 Fix cve and code clean 2022-09-14 16:36:22 +08:00
Bowen Ma bf8f53d3d0 remove unsed libgmp from build dependencies 2022-09-14 10:43:44 +08:00
yoni 3ae59185b2 attention kernel bit exact 2022-09-12 16:46:34 +03:00
zhengyuanhua 88a1f88e83 support online infer 2022-09-06 21:49:34 +08:00
i-robot 5afcbb0205
!41433 support for msvc
Merge pull request !41433 from qiuzhongya/qiuzhongya_msvc1
2022-09-06 09:12:01 +00:00
i-robot ebd91618e6
!40996 plugin support dynamic load
Merge pull request !40996 from liubuyu/plugin
2022-09-06 01:57:37 +00:00
i-robot 5dad60bca4
!41393 adapt code for msvc 0903
Merge pull request !41393 from chenminmin/master
2022-09-06 01:33:32 +00:00
qiuzhongya 0b0901d0da support for windows msvc 2022-09-05 23:38:44 +08:00
lby 090b15bed0 plugin dynamic load 2022-09-05 19:27:38 +08:00
i-robot 8036533fca
!40504 [lite]java和jni可以将日志保存到文件中_master
Merge pull request !40504 from wangtongyu6/java_jni_log_master
2022-09-05 11:17:49 +00:00
taipingchangan 31ac782bf7 adapt code for msvc 2022-09-05 09:32:42 +08: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
i-robot 2c0b9c5185
!40958 [MS][Lite][Task]add graph executor litert
Merge pull request !40958 from 刘力力/master_merge_cpu_no_api
2022-08-27 01:44:51 +00:00
liu lili bfaea54e1e mindspore lite: add graph_executor 2022-08-26 16:16:57 +08:00