mindspore-ci-bot
44d3dc299c
!15093 [GraphKernel] Refactor GraphKernelCluster
From: @dayschan
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
mindspore-ci-bot
a716fbfabb
!15957 [GraphKernel]Fix Static Check
From: @jiaoy1224
Reviewed-by: @gaoxiong1,@gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
Yang Jiao
e8ab41ac23
fix static check warnings
4 years ago
mindspore-ci-bot
bf80112e17
!15943 [GraphKernel]extend inputs of update if which have multiple outputs
From: @wenfangpei
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
ed539597c2
!15415 [GraphKernel]adapt for logsoftmax in ascend
From: @wenfangpei
Reviewed-by: @gaoxiong1,@ckey_dou,@gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou,@ckey_dou
4 years ago
mindspore-ci-bot
6c63e01112
!15952 [GraphKernel] Clean code warning in master branch.
From: @tronzhang
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
dayschan
3bf0d8a19a
Refactor GraphKernelCluster
Use a disjoint-set to maintain the clusters before building anf-graph, to speed up the process of building graph.
Dump the change of nodes to file if the graphkernel flag "dump_as_text" is set.
The algorithm of CheckCircle is unchanged.
Reuse the FuseNodesToSubGraph interface.
4 years ago
mindspore-ci-bot
71ab230aa0
!15458 [GraphKernel]expanders of some fusion ops
From: @wenfangpei
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
09008c005c
!15965 [GraphKernel]clean code
From: @lingyunli63
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
wenfangpei
62cc2990a6
extend inputs of update if which have multiple outputs
4 years ago
tronzhang
e006626c33
clean warning in akg_kernel_metadata.cc/akg_ascend_kernel_mod.cc/add_atomic_clean.cc/add_atomic_clean_gpu.cc
4 years ago
wenfangpei
4174a7b38f
expanders of some fusion ops
4 years ago
wenfangpei
db8256e61f
adapt for logsoftmax in ascend
4 years ago
mindspore-ci-bot
6c292ef9fd
!15910 [GraphKernel] clean code for graph_kernel_splitter* & add_stitch_atomic*
From: @r1chardf1d0
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
92355554ed
!15412 [GraphKernel]adapt expanders of some ops from gpu to ascend
From: @wenfangpei
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
0f2f54915b
!15924 [GraphKernel]Fix static-check problems for graph_kernel files
From: @zengzitao
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
wenfangpei
2138a92875
fix wanring about static-check
4 years ago
wenfangpei
c41875b318
adapt expanders of some ops from gpu to ascend
4 years ago
r1chardf1d0
c4c69bf5e8
[GraphKernel] clean code for graph_kernel_splitter* & add_stitch_atomic_clean_gpu*
4 years ago
lingyunli63
8d54da2a79
clean code
4 years ago
zengzitao
4b6fc40c25
fix static warnings for some graph_kernel files
4 years ago
looop5
1c62823cfe
clean code of several graph kernel source files
fix compiling
4 years ago
mindspore-ci-bot
3bd51c88f4
!14580 [auto-monad] Enforce order of exection for Loads user nodes in frontend
From: @hwhewei
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
He Wei
121a6a28d9
[auto-monad] Enforce order of exection for Loads user nodes in frontend
4 years ago
looop5
887d400e3f
fix bug of invalid data type or format when set node info
4 years ago
mindspore-ci-bot
2b349dbf53
!15465 [GraphKernal] Use ReduceSimplify2 only
From: @lingyunli63
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
4 years ago
zengzitao
8dcff8d83c
refactor tile op and in expander open on gpu
4 years ago
lingyunli63
b3fb5897dd
use ReduceSimplify2 only
4 years ago
looop5
e88cdc84ec
enhancement reorder_ops pass to support reordering cast and type insensitive operators
support castup, type-insensitive to type-insensitive, castup
refactor reorder_ops
fix compiling
move reorder_ops pass to later
fix abstract
refactor
fix node input num bug
4 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
mindspore-ci-bot
c3f3fcab3f
!14514 enable GraphKernel for TransData
From: @hanhuifeng2020
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
4 years ago
hanhuifeng2020
25505642ce
enable GraphKernel for TransData
5 years ago
dayschan
7f37d7348c
fix static check warning about memory leaked
4 years ago
mindspore-ci-bot
12e60a7a27
!15170 fix bot check
From: @lingyunli63
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
af2dc99667
!14742 [GraphKernel] matmul and elementwise fusion
From: @lingyunli63
Reviewed-by: @gaoxiong1,@dylangeng
Signed-off-by: @dylangeng
4 years ago
mindspore-ci-bot
641ff8954b
!15181 fix_codex
From: @lingyunli63
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
lingyunli63
c48c2430f0
fuse matmul and elementwise in graphkernel
5 years ago
lingyunli63
c9e8c99b33
fix codex warning
4 years ago
tronzhang
8ff3c16778
add swtich for parallel fusion and default is off
4 years ago
lingyunli63
f10e753077
fix bot check
4 years ago
mindspore-ci-bot
4686e734aa
!15071 [GraphKernel] Make code meek the criterion.
From: @tronzhang
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
tronzhang
895242b795
add const to some arguments and remove redundant assignment
4 years ago
hanhuifeng2020
cbe79265c7
[GraphKernel][Ascend]Increase the rules for enabling atomic addition
4 years ago
mindspore-ci-bot
cd002cb7f7
!14893 enable stitch fusion on bert
From: @r1chardf1d0
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
r1chardf1d0
3b32995936
enable stitch fusion on bert
4 years ago
chenlei_autodiff
13fbfca6b9
[graph kernel] add expander ops.
4 years ago
mindspore-ci-bot
0920239699
!13475 [GraphKernel]adapt for layernorm in ascend
From: @wenfangpei
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
4 years ago
wenfangpei
66d28af79e
adapt for layernorm in ascend
5 years ago
mindspore-ci-bot
e2260a2f09
!14612 remove ControlDepend
From: @huangbingjian
Reviewed-by:
Signed-off-by:
5 years ago
huangbingjian
63a89925ff
remove ControlDepend and its use
5 years ago