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
8f91ab39
"tests/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "83e0d55a348b2c420399f069fd9d49dc035e83a2"
Commit
8f91ab39
authored
Nov 17, 2022
by
Paul
Browse files
Remove comments
parent
e67c8e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
+0
-10
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
View file @
8f91ab39
...
@@ -344,16 +344,6 @@ struct block
...
@@ -344,16 +344,6 @@ struct block
});
});
}
}
// template <class Op, class T, class Read>
// __device__ auto reduce(Op op, T init, Read read) const
// {
// return sliced(slice, [=](auto x, auto... xs) {
// return block_reduce(idx, op, init, x.get_shape().elements(), [&](auto j) {
// return vec_reduce(read(x[j], xs[j]...), op);
// });
// });
// }
template
<
class
F
>
template
<
class
F
>
__device__
void
outer
(
F
f
)
const
__device__
void
outer
(
F
f
)
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