Commit 8f91ab39 authored by Paul's avatar Paul
Browse files

Remove comments

parent e67c8e1e
......@@ -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>
__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