Skip to content

Commit 3c33124

Browse files
committed
tests : add comment to set_rows
1 parent 1a5b2a1 commit 3c33124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ struct test_set_rows : public test_case {
12671267

12681268
for (int i2 = 0; i2 < t->ne[2]; i2++) {
12691269
for (int i1 = 0; i1 < t->ne[1]; i1++) {
1270+
// generate a shuffled subset of row indices
12701271
std::vector<int64_t> data(m);
12711272
for (int i = 0; i < m; i++) {
12721273
data[i] = i;

0 commit comments

Comments
 (0)