Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
9d241bea
Commit
9d241bea
authored
Nov 08, 2023
by
Paul
Browse files
Rename matchers
parent
8c1b643d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/simplify_algebra.cpp
src/simplify_algebra.cpp
+4
-4
No files found.
src/simplify_algebra.cpp
View file @
9d241bea
...
@@ -425,7 +425,7 @@ struct find_conv_add
...
@@ -425,7 +425,7 @@ struct find_conv_add
}
}
};
};
struct
find_add_lit_broadcast
struct
find_
mul_or_
add_lit_broadcast
{
{
static
auto
match_op
(
const
std
::
string
&
name
)
static
auto
match_op
(
const
std
::
string
&
name
)
{
{
...
@@ -447,7 +447,7 @@ struct find_add_lit_broadcast
...
@@ -447,7 +447,7 @@ struct find_add_lit_broadcast
}
}
};
};
struct
find_double_add_lit_broadcast
struct
find_double_
mul_or_
add_lit_broadcast
{
{
static
auto
match_op
(
const
std
::
string
&
name
)
static
auto
match_op
(
const
std
::
string
&
name
)
{
{
...
@@ -1579,8 +1579,8 @@ void simplify_algebra::apply(module& m) const
...
@@ -1579,8 +1579,8 @@ void simplify_algebra::apply(module& m) const
match
::
find_matches
(
m
,
match
::
find_matches
(
m
,
find_inner_broadcast
{},
find_inner_broadcast
{},
find_dot_broadcast
{},
find_dot_broadcast
{},
find_double_add_lit_broadcast
{},
find_double_
mul_or_
add_lit_broadcast
{},
find_add_lit_broadcast
{},
find_
mul_or_
add_lit_broadcast
{},
find_add_convs
{},
find_add_convs
{},
find_conv_dot_horiz_fusion
{},
find_conv_dot_horiz_fusion
{},
find_mul_conv
{},
find_mul_conv
{},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment