"tests/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "83e0d55a348b2c420399f069fd9d49dc035e83a2"
Commit 8f91ab39 authored by Paul's avatar Paul
Browse files

Remove comments

parent e67c8e1e
...@@ -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
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment