Commit 73d53f86 authored by Paul's avatar Paul
Browse files

A

parent 8b8395be
...@@ -205,7 +205,7 @@ struct block ...@@ -205,7 +205,7 @@ struct block
op, op,
init, init,
x.get_shape().elements(), x.get_shape().elements(),
[&](auto j) { return vec_reduce(read(x[j], xs[j]...), op); }); [&](auto j) { return vec_reduce(read(x[j], xs[j]...), op); });
}); });
} }
......
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