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
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
looop5
1f40505ccc
refine error and warning log
2022-04-07 14:43:35 +08:00
dayschan
2026faa695
GraphKernel for MS-lite
...
1. move the lite_adapter files to lite directory.
created a directory "graph_kernel" in "mindspore/lite/tools".
we use 3 directory "converter", "runtime" and "common" to hold the different files.
2. modify lite makefiles to support GraphKernel.
a) define a micro "MSLITE_ENABLE_GRAPH_KERNEL" when graphkernel is enabled by building option "-K on".
b) converter's makefile: build the GraphKernel's core code and graph_kernel adapter for converter,
includes some backend's code of mindspore.
c) lite/src/CMakeLists: build graph_kernel adapter for benchmark
3. move the graph_kernel_pass_manager.cc from "graph_kernel/adapter" to "graph_kernel/core".
the original two graph_kernel_pass_manager files are similar, so we unify them.
2022-04-06 11:02:12 +08:00
i-robot
a40561d66d
!30727 add pass GraphKernelBuild
...
Merge pull request !30727 from looop5/kernel_build_commit
2022-04-02 08:03:16 +00:00
i-robot
12ae0a6c92
!32432 refine log of Custom op
...
Merge pull request !32432 from looop5/log_4_1
2022-04-02 06:51:18 +00:00
looop5
129016ad7c
refine log of Custom op
2022-04-02 12:35:39 +08:00
i-robot
2cf884634f
!32385 update owners
...
Merge pull request !32385 from kisnwang/modify-owners
2022-04-02 02:11:53 +00:00
zengzitao
b03e69725b
add high level expander support
2022-04-01 16:52:33 +08:00
kswang
296fb69b54
update owners
2022-04-01 15:25:54 +08:00
i-robot
e239e26598
!32298 move the graph_kernel_flags.cc/h to graph_kernel's directory
...
Merge pull request !32298 from DeshiChen/0329_flags
2022-04-01 06:06:56 +00:00
looop5
d28a9773c2
add pass GraphKernelBuild
2022-03-31 18:49:10 +08:00
dayschan
6dd20326b7
move the graph_kernel_flags.cc/h to graph_kernel's directory
2022-03-31 11:23:16 +08:00
i-robot
9f596fe87a
!32023 Reshape Reduce for CSE
...
Merge pull request !32023 from jiaoy1224/keepdimcse
2022-03-31 02:05:44 +00:00
Yang Jiao
9e786dbfa6
reduce reshape cse
2022-03-29 17:22:12 +08:00
looop5
351771234c
change fake_output false InplaceAssign to fake_output true InplaceAssign
...
fix compiling
fix compiling
fix compiling
fix CreateInplaceAssignNodeAndCorrectReturn
fix comment
fix cycle
fix cycle of real_users
2022-03-29 09:21:07 +08:00
zhangxuetong
48ee78fc0e
rename inner kernel as lite kernel
2022-03-28 09:14:01 +08:00
i-robot
f11699bb3c
!30489 Cluster OneHot In Graph Kernel
...
Merge pull request !30489 from jiaoy1224/onehot
2022-03-27 13:19:15 +00:00
simson
2ad4fd8c55
add owner simson_wu
2022-03-25 17:38:39 +08:00
i-robot
59986031b2
!31861 exclude Conv2D, MatMul, BatchMatMul if computing capacity is not satisfied
...
Merge pull request !31861 from looop5/exclude_ops
2022-03-25 01:42:23 +00:00
i-robot
86c888dac6
!31696 fix static check warnings
...
Merge pull request !31696 from DeshiChen/0322_pclint
2022-03-25 01:31:30 +00:00
looop5
9c45536bc2
exclude Conv2D, MatMul, BatchMatMul if computing capacity is not satisfied
...
fix compiling
2022-03-24 20:51:52 +08:00
dayschan
a3e8f0e3cf
fix pylint warnings of graph_split.py
...
the GraphSplitCpu is removed in this commit,
the environ var "MS_DEV_GRAPH_KERNEL_PY_SPLIT_MODEL" is removed also.
2022-03-24 18:14:41 +08:00
zengzitao
315df426ac
fix pylint warnings for graph kernel
2022-03-24 15:09:33 +08:00
Yang Jiao
a0952282ac
cluster onehot
2022-03-21 17:19:22 +08:00
i-robot
e7bad903b8
!31581 [GraphKernel]Fix Static Check on master
...
Merge pull request !31581 from jiaoy1224/staticcheck
2022-03-21 02:36:24 +00:00
r1chardf1d0
54f2660125
clean code
2022-03-21 00:02:21 +08:00
Yang Jiao
943b37bea2
clean static check
2022-03-20 16:00:50 +08:00
i-robot
9d33168802
!31413 fix static-check warnings
...
Merge pull request !31413 from DeshiChen/0316_pclint
2022-03-18 16:15:00 +00:00
i-robot
dc5f77f585
!31298 build libmindspore_backend.so
...
Merge pull request !31298 from zhoufeng/backend-frontend-decoupling
2022-03-18 09:41:51 +00:00
dayschan
d02a8347bb
fix pclint warnings
2022-03-18 10:25:01 +08:00
i-robot
1eed8792f2
!31392 GraphKernel fix some C++ code check
...
Merge pull request !31392 from ZengZitao/zzt_fix_warning
2022-03-18 01:31:00 +00:00
i-robot
7a7259cc07
!31425 [graphkernel] code check clean
...
Merge pull request !31425 from zichun_ye/code_check
2022-03-17 15:52:03 +00:00
i-robot
81428386d6
!31414 [graphkernel] clean code
...
Merge pull request !31414 from r1chardf1d0/clean
2022-03-17 14:03:04 +00:00
i-robot
48d1e1c020
!31376 [GraphKernel] fix code check.
...
Merge pull request !31376 from chenlei_autodiff/lite_callback
2022-03-17 13:40:04 +00:00
i-robot
ada5585a7b
!31401 [GraphKernel]Fix Static Check on master
...
Merge pull request !31401 from jiaoy1224/staticcheck
2022-03-17 12:55:58 +00:00
zhoufeng
b7bb53ff73
build libmindspore_backend.so
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-17 19:14:45 +08:00
zengzitao
9f44dd7d2c
fix some warnings for master
2022-03-17 19:05:58 +08:00
Yang Jiao
d0ac10b179
clean code
2022-03-17 17:14:14 +08:00
i-robot
184f8f8464
!31371 add graph kernel cse exclude attr
...
Merge pull request !31371 from jiaoy1224/cse_exclude_attr
2022-03-17 08:56:51 +00:00
r1chardf1d0
9f24c2b396
clean code
2022-03-17 16:55:57 +08:00
Zichun Ye
b81d6bc68f
fix code check problem
...
update code review comments
2022-03-17 16:30:17 +08:00
chenlei_autodiff
e5af40d31c
[GraphKernel] fix code check.
2022-03-17 15:21:33 +08:00
Yang Jiao
9be4e50feb
add cse exclude attr
2022-03-16 16:20:09 +08:00
looop5
24094a2b5a
fix some C++ code check
2022-03-15 20:01:05 +08:00
chenlei_autodiff
7c84575920
[GraphKernel] fix akg build in lite.
2022-03-14 16:16:45 +08:00
i-robot
f3b753807b
!30929 Add AkgKernel for lite_adapter
...
Merge pull request !30929 from DeshiChen/0307_akgkernel
2022-03-11 07:01:10 +00:00
i-robot
f8a885f04a
!31139 Process the UpdateState node between OptimizeAssign and EliminateRedundantOutput
...
Merge pull request !31139 from DeshiChen/0310_optassign
2022-03-11 07:01:01 +00:00
i-robot
46265ea8a3
!30992 [GraphKernel] add lite expanders.
...
Merge pull request !30992 from chenlei_autodiff/gk_lite
2022-03-11 06:56:37 +00:00