Skip to content

Commit 5d78342

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cf0f7f6460e8' from llvm.org/main into next
2 parents f0a272a + cf0f7f6 commit 5d78342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/Dialect/SparseTensor/MergerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ FOREVERY_BINOP(IMPL_BINOP_PATTERN)
124124
class MergerTestBase : public ::testing::TestWithParam<LevelFormat> {
125125
protected:
126126
MergerTestBase(unsigned numTensors, unsigned numLoops)
127-
: merger(numTensors, numLoops, /*maxRank=*/numLoops) {
127+
: merger(numTensors, numLoops, /*maxLvlRank=*/numLoops) {
128128
tensors.reserve(numTensors);
129129
for (unsigned t = 0; t < numTensors; t++)
130130
tensors.push_back(merger.addTensorExp(tid(t)));

0 commit comments

Comments
 (0)