i-robot
e7bad903b8
!31581 [GraphKernel]Fix Static Check on master
Merge pull request !31581 from jiaoy1224/staticcheck
4 years ago
r1chardf1d0
54f2660125
clean code
4 years ago
Yang Jiao
943b37bea2
clean static check
4 years ago
i-robot
9d33168802
!31413 fix static-check warnings
Merge pull request !31413 from DeshiChen/0316_pclint
4 years ago
i-robot
dc5f77f585
!31298 build libmindspore_backend.so
Merge pull request !31298 from zhoufeng/backend-frontend-decoupling
4 years ago
dayschan
d02a8347bb
fix pclint warnings
4 years ago
i-robot
1eed8792f2
!31392 GraphKernel fix some C++ code check
Merge pull request !31392 from ZengZitao/zzt_fix_warning
4 years ago
i-robot
7a7259cc07
!31425 [graphkernel] code check clean
Merge pull request !31425 from zichun_ye/code_check
4 years ago
i-robot
81428386d6
!31414 [graphkernel] clean code
Merge pull request !31414 from r1chardf1d0/clean
4 years ago
i-robot
48d1e1c020
!31376 [GraphKernel] fix code check.
Merge pull request !31376 from chenlei_autodiff/lite_callback
4 years ago
i-robot
ada5585a7b
!31401 [GraphKernel]Fix Static Check on master
Merge pull request !31401 from jiaoy1224/staticcheck
4 years ago
zhoufeng
b7bb53ff73
build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zengzitao
9f44dd7d2c
fix some warnings for master
4 years ago
Yang Jiao
d0ac10b179
clean code
4 years ago
i-robot
184f8f8464
!31371 add graph kernel cse exclude attr
Merge pull request !31371 from jiaoy1224/cse_exclude_attr
4 years ago
r1chardf1d0
9f24c2b396
clean code
4 years ago
Zichun Ye
b81d6bc68f
fix code check problem
update code review comments
4 years ago
chenlei_autodiff
e5af40d31c
[GraphKernel] fix code check.
4 years ago
Yang Jiao
9be4e50feb
add cse exclude attr
4 years ago
looop5
24094a2b5a
fix some C++ code check
4 years ago
chenlei_autodiff
7c84575920
[GraphKernel] fix akg build in lite.
4 years ago
i-robot
f3b753807b
!30929 Add AkgKernel for lite_adapter
Merge pull request !30929 from DeshiChen/0307_akgkernel
4 years ago
i-robot
f8a885f04a
!31139 Process the UpdateState node between OptimizeAssign and EliminateRedundantOutput
Merge pull request !31139 from DeshiChen/0310_optassign
4 years ago
i-robot
46265ea8a3
!30992 [GraphKernel] add lite expanders.
Merge pull request !30992 from chenlei_autodiff/gk_lite
4 years ago
chenlei_autodiff
596e3d2944
[GraphKernel] add lite expanders.
4 years ago
dayschan
601fb25cb7
Add AkgKernel for lite_adapter
Implements a temporary solution of InferShape for GraphKernel ops by
saving shape/type/format in custom attributes and decode them in InferShape function.
4 years ago
dayschan
b6a2b08834
Process the UpdateState node between OptimizeAssign and EliminateRedundantOutput
The OptimizeAssign will link the original output to a UpdateState node,
we should use ExtendOutputForUpdateState to relink the getitems before eliminating it.
Additionally, set the compute_capability to "unknown" when using gpu package but the target is cpu.
4 years ago
i-robot
d2c23394d8
!30378 replace set/get shape vector
Merge pull request !30378 from zhupuxu/replace_set_and_get
4 years ago
dayschan
820e620bcf
Call the pass "opt::GetitemTuple" in BuildSingleGraphFromNodes.
this pass may eliminate some nodes and make the parameter unused,
so we should call it before the function EliminateRedundantParameters.
4 years ago
zhupuxu
d0d7c26b47
set min/max shape
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
i-robot
debdaf928e
!30997 Change Graph Split Area Pattern For CPU
Merge pull request !30997 from jiaoy1224/real_master
4 years ago
Yang Jiao
80dd1ebca9
change area pattern
4 years ago
i-robot
99eee0a3e8
!30682 [GraphKernel]Reopen Horizontal Fusion
Merge pull request !30682 from jiaoy1224/aot
4 years ago
He Wei
67c528e7fc
Reduce object size of node
1. Remove unused fields, such as AnfNode::interpreted_node_, CNode::inputs_value_;
2. Reduce seen_ size from 64 bits to 32 bits;
3. Use bitset for boolean flags;
4. Use pointer for user data;
5. Make some cold fields as user data, such as AnfNode::kernel_info_.
Object size decreased:
AnfNode: 232 -> 144
ValueNode: 264 -> 176
Parameter: 384 -> 272
CNode: 576 -> 400
4 years ago
Yang Jiao
478506d125
reopen hfuse
4 years ago
dayschan
164d318df5
bugfix in ConvertNonscalarTensorToParameter when value is uninitialized.
4 years ago
i-robot
909183a2ef
!30317 extract common as an independent shared library
Merge pull request !30317 from zhoufeng/backend-compile-independently
4 years ago
zhoufeng
f49b195c39
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
chenlei_autodiff
9fabf8ae0d
[GraphKernel] replace graph kernel node with custom in lite.
4 years ago
chenlei_autodiff
09151211a0
[GraphKernel] add akg build for lite.
4 years ago
i-robot
cc2dd686da
!30111 Add OWNERS files for ccsrc subdirectories.
Merge pull request !30111 from marui/master
4 years ago
zhupuxu
506dd2f47e
adjust dynamic shape attr
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
marui
1d529f2ff3
Add OWNERS files for ccsrc subdirectories
4 years ago
i-robot
3b84ba1f1d
!29940 [GraphKernel] decouple convert_const_input_to_attr.
Merge pull request !29940 from chenlei_autodiff/gk_lite
4 years ago
chenlei_autodiff
5df9f01310
[GraphKernel] decouple convert_const_input_to_attr.
4 years ago
Yang Jiao
8973285bb7
static check
4 years ago
marui
d47e79b04c
Refactor ccsrc directories and CMakeLists files
4 years ago