Commit Graph

18639 Commits

Author SHA1 Message Date
vilc db5c54492f [chore] Add some comments 2023-10-04 10:25:23 +08:00
ted 1b5d7c2047 [chore] Add some comments 2023-09-29 20:14:21 +08:00
mengyuanli ea4d45c368 support mindir export in lite converter 2022-04-10 17:24:50 +08:00
i-robot d12446c538
!32729 [MSLITE][CPU] AVX512/256/SSE/NENO Advanced packaging, and DivFusion Op and RealDiv Op (total 7) Refactoring and optimization
Merge pull request !32729 from Greatpan/avx512_realdiv
2022-04-09 12:57:13 +00:00
i-robot 57be55d99c
!32745 [MSLITE][CPU] cpu platform instruction support check, add ModelParallelRunner and log
Merge pull request !32745 from Greatpan/x86cpu_info
2022-04-09 12:35:05 +00:00
i-robot 4a646193d4
!32760 add selu kernerl cpu implement
Merge pull request !32760 from zhuzhongrui/pub_master2
2022-04-09 09:39:20 +00:00
greatpanc b7e1fd30d6 avx512 x86cpu info 2022-04-09 17:10:20 +08:00
i-robot 8f1bd1c1bb
!32299 [MS][LITE]update vs infer register and all_gather
Merge pull request !32299 from luoyuan/update-vs-infer-register
2022-04-09 08:46:05 +00:00
i-robot b3bf1a0fcb
!32757 [MS][LITE] fix windows 32bit build
Merge pull request !32757 from sunsuodong/fix_win32_build
2022-04-09 08:43:02 +00:00
i-robot 3f7879a2e3
!32763 add lerp kernerl base class cpu implement to DeprecatedNativeCpuKernelMod
Merge pull request !32763 from zhuzhongrui/pub_master
2022-04-09 08:13:54 +00:00
i-robot c6884369e0
!32754 fix cuda10 cusparse library compile issue
Merge pull request !32754 from chenweifeng/fix-cuda10-cusparse-library-link-issue
2022-04-09 07:44:35 +00:00
z00512249 3470565532 add selu kernerl cpu implement 2022-04-09 14:57:27 +08:00
z00512249 6b8d7c3157 add lerp kernerl base class cpu implement to DeprecatedNativeCpuKernelMod 2022-04-09 14:40:25 +08:00
i-robot 1a2235358a
!32626 Refactor KernelMod and its sub class.
Merge pull request !32626 from TronZhang/make_kernel_mod_better
2022-04-09 05:36:57 +00:00
i-robot fbf55f9cef
!32735 add lerp kernerl cpu implement
Merge pull request !32735 from zhuzhongrui/pub_master
2022-04-09 03:07:02 +00:00
i-robot 77c421b9f1
!32744 change set_enable_autotune param_name
Merge pull request !32744 from luoyang/param_name
2022-04-09 02:43:31 +00:00
sunsuodong 4f70145b43 fix win32 build 2022-04-08 19:09:26 -07:00
z00512249 e50a7bfe41 add lerp kernerl cpu implement 2022-04-09 09:57:10 +08:00
wilfChen 21ec487868 fix cuda10 cusparse library link issue 2022-04-09 09:42:41 +08:00
luoyang a54e14ea32 change set_enable_autotune param_name 2022-04-08 17:55:43 +08:00
i-robot 10274506ef
!32686 fix the dynamic shape with heterogeneity
Merge pull request !32686 from limingqi107/bug_fix4
2022-04-08 09:17:48 +00:00
i-robot 9da4f06075
!32690 [MSLITE][CPU] cpu platform instruction support check
Merge pull request !32690 from Greatpan/simd_instruct_check
2022-04-08 09:16:59 +00:00
greatpanc d06eaa595d avx512 divfusion/realdiv op 2022-04-08 16:42:45 +08:00
i-robot 51e35f7faf
!32082 GraphKernel for Mindpsore-Lite
Merge pull request !32082 from DeshiChen/0328_graph_kernel_lite
2022-04-08 08:29:29 +00:00
tronzhang 27893cde7c change kernelmod interface and gpu/cpu kernel mod 2022-04-08 16:28:02 +08:00
i-robot 1af4577c77
!32653 fix segmentation fault caused by static resource free disorder.
Merge pull request !32653 from wYann/fix47
2022-04-08 08:06:25 +00:00
i-robot 9589f88cd2
!32714 Add cpu implementation of IsClose operator.
Merge pull request !32714 from hezhenhao1/add_isclose
2022-04-08 07:27:07 +00:00
i-robot 8e30c33cf9
!32694 add basic sparse back-propagation rules
Merge pull request !32694 from 杨林枫/sparse_fix
2022-04-08 06:22:05 +00:00
hezhenhao1 54d290a813 Add cpu implementation of IsClose operator. 2022-04-08 12:44:48 +08:00
i-robot 9e695d0d9c
!32587 [MS][LITE][ToD] VAE model bit exact
Merge pull request !32587 from Nizzan/export_nizzan
2022-04-08 03:30:23 +00:00
i-robot 0af661659c
!32534 [MD][Autotune] Add rank to filename
Merge pull request !32534 from harshvardhangupta/rank_id_suffix_at_config
2022-04-08 02:51:17 +00:00
i-robot dc1304afee
!32508 [DynamicShape][GPU]fix a bug that the dropout op continued to create new Generators under dynamic shape
Merge pull request !32508 from hanhuifeng/dyn_dropout
2022-04-08 02:31:22 +00:00
i-robot 836a9ebde9
!32651 [Fallback][Control_flow] Handling the issue of interpret nodes transform information as phi nodes.
Merge pull request !32651 from Margaret_wangrui/fallback_control_flow
2022-04-08 02:21:35 +00:00
i-robot 6b082e6ebe
!32416 RL add TensorsQueue
Merge pull request !32416 from VectorSL/grads_queue_for_merge
2022-04-08 01:32:28 +00:00
i-robot fa203ca52b
!32483 Refactor testcases for scatter_nd
Merge pull request !32483 from zhujingxuan/scatter_test
2022-04-08 01:26:50 +00:00
i-robot efd13aa953
!32551 Change the types of input and output of tcp message handler
Merge pull request !32551 from chengang/add_retrieve_for_cgn
2022-04-08 01:25:14 +00:00
i-robot f2f93f9f08
!32599 Add cusparse library
Merge pull request !32599 from chenweifeng/sparse-matrix-add-gpu
2022-04-08 01:23:23 +00:00
greatpanc 81a2c79c25 x86 simd instruction checkout 2022-04-08 09:09:39 +08:00
i-robot f503654a3a
!32609 code sync from 1.6
Merge pull request !32609 from tan-wei-cheng-3260/develop-twc-master
2022-04-08 01:05:12 +00:00
limingqi107 90158f8aee fix the dynamic shape with heterogeneity 2022-04-08 09:00:16 +08:00
i-robot 324979093f
!32641 refine error and warning log
Merge pull request !32641 from looop5/log_4_7
2022-04-08 00:57:54 +00:00
harshvardhangupta 6b8a76c59d add rank to filename 2022-04-07 16:12:06 -04:00
nizzan 0d0fd7e4c2 Change file for bit exact in VAE model 2022-04-07 18:47:50 +03:00
i-robot 4ef0ed4ade
!32611 fix DetectFirstBatch exit late
Merge pull request !32611 from luoyang/log
2022-04-07 14:17:02 +00:00
yanglf1121 b950e05d47 add sparse bprop 2022-04-07 21:16:39 +08:00
i-robot 9c0e3ca887
!32627 [MSLITE][CPU] AVX512/256/SSE/NENO Advanced packaging, and BiasAdd Op Refactoring and optimization
Merge pull request !32627 from Greatpan/avx512_bias_add
2022-04-07 11:30:09 +00:00
i-robot 8f2b833081
!32424 Add CPU implementation of ScatterNdMul operator.
Merge pull request !32424 from hezhenhao1/add_scatter_mul
2022-04-07 09:16:59 +00:00
wYann 5e52be56b8 fix resource free issue 2022-04-07 16:49:36 +08:00
looop5 1f40505ccc refine error and warning log 2022-04-07 14:43:35 +08:00
i-robot 61fb74ac6b
!32639 Add owner of graph util
Merge pull request !32639 from ZPaC/owner-of-graph-util
2022-04-07 06:15:17 +00:00