We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095203d commit b52b007Copy full SHA for b52b007
1 file changed
tests/tensor_um.cpp
@@ -36,7 +36,7 @@ struct TensorUMFixture {
36
37
const range_type r;
38
39
- TensorUMFixture() : r(make_range(81)), t(r) {
+ TensorUMFixture() : r(make_range(81)), t(r, TensorN::nbatches{1}) {
40
rand_fill(18, t.size(), t.data());
41
}
42
0 commit comments