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
33da54a7
Unverified
Commit
33da54a7
authored
Oct 28, 2022
by
Brian Pickrell
Committed by
GitHub
Oct 28, 2022
Browse files
comment fix
parent
f25caab5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/include/migraphx/op/reduce_op.hpp
src/include/migraphx/op/reduce_op.hpp
+0
-1
No files found.
src/include/migraphx/op/reduce_op.hpp
View file @
33da54a7
...
@@ -151,7 +151,6 @@ struct reduce_op : op_name<Derived>
...
@@ -151,7 +151,6 @@ struct reduce_op : op_name<Derived>
{
{
for
(
auto
axis
:
tuned_axes
)
for
(
auto
axis
:
tuned_axes
)
{
{
// todo: how to change for dynamic shapes?
out_lens
[
axis
]
=
in_lens
[
axis
];
out_lens
[
axis
]
=
in_lens
[
axis
];
}
}
}
}
...
...
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