Skip to content

Commit 4692a8a

Browse files
address comment
1 parent 658be7d commit 4692a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ bool mlir::sparse_tensor::isBlockSparsity(AffineMap dimToLvl) {
893893
return false;
894894
}
895895
}
896-
return !coeffientMap.empty() && hasBlock;
896+
return hasBlock;
897897
}
898898

899899
bool mlir::sparse_tensor::hasAnyNonIdentityOperandsOrResults(Operation *op) {

0 commit comments

Comments
 (0)