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
e8640da6
Commit
e8640da6
authored
Nov 10, 2023
by
charlie
Browse files
move to one find_matches pass
parent
859dfa42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/simplify_dyn_ops.cpp
src/simplify_dyn_ops.cpp
+1
-1
No files found.
src/simplify_dyn_ops.cpp
View file @
e8640da6
...
@@ -209,8 +209,8 @@ struct find_const_alloc_reshapes
...
@@ -209,8 +209,8 @@ struct find_const_alloc_reshapes
void
simplify_dyn_ops
::
apply
(
module
&
m
)
const
void
simplify_dyn_ops
::
apply
(
module
&
m
)
const
{
{
match
::
find_matches
(
m
,
find_static_dimensions_of
{});
match
::
find_matches
(
m
,
match
::
find_matches
(
m
,
find_static_dimensions_of
{},
find_const_alloc_reshapes
{},
find_const_alloc_reshapes
{},
find_static_2in_broadcasts
{},
find_static_2in_broadcasts
{},
find_const_3in_slice
{},
find_const_3in_slice
{},
...
...
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