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
d800a863
Commit
d800a863
authored
Apr 08, 2023
by
Paul
Browse files
Remove extra comment
parent
f7079e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/simplify_algebra.cpp
src/simplify_algebra.cpp
+0
-4
No files found.
src/simplify_algebra.cpp
View file @
d800a863
...
...
@@ -204,7 +204,6 @@ struct find_mul_slice_conv
}
};
<<<<<<<
HEAD
struct
find_mul_dot
{
auto
matcher
()
const
...
...
@@ -333,15 +332,12 @@ struct find_dot_mul
}
};
// a * (x + b) => a * x + a * b
=======
// ******************************
// a * (x + b) => a * x + a * b
// ******************************
// When a * (x + b) is followed by another add of constant, then the
// additional add can be const folded. Also, better fusions can be applied
// when the add comes after.
>>>>>>>
develop
struct
find_mul_add
{
auto
matcher
()
const
...
...
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