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
337cd988
Commit
337cd988
authored
Aug 02, 2019
by
Paul
Browse files
Increase iterations to 4
parent
7489c75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/simplify_algebra.cpp
src/simplify_algebra.cpp
+1
-1
No files found.
src/simplify_algebra.cpp
View file @
337cd988
...
@@ -138,7 +138,7 @@ struct find_double_add_lit_broadcast
...
@@ -138,7 +138,7 @@ struct find_double_add_lit_broadcast
void
simplify_algebra
::
apply
(
program
&
p
)
const
void
simplify_algebra
::
apply
(
program
&
p
)
const
{
{
// Run simplifications multiple times
// Run simplifications multiple times
for
(
int
i
=
0
;
i
<
2
;
i
++
)
for
(
int
i
=
0
;
i
<
4
;
i
++
)
match
::
find_matches
(
p
,
match
::
find_matches
(
p
,
match
::
skip_matches
(
match
::
is_unused
(),
match
::
is_constant
()),
match
::
skip_matches
(
match
::
is_unused
(),
match
::
is_constant
()),
find_double_add_lit_broadcast
{},
find_double_add_lit_broadcast
{},
...
...
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