Skip to content

Commit f396f30

Browse files
author
Peiming Liu
committed
[mlir][sparse] fix document format
Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D151114
1 parent 041f1ab commit f396f30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def SparseTensor_PackOp : SparseTensor_Op<"pack", [Pure]>,
9393
// of 3x4 matrix |0.0, 0.0, 2.2, 3.3|
9494
// |0.0, 0.0, 0.0, 0.0|
9595
```
96-
```
9796
}];
9897

9998
let assemblyFormat =

0 commit comments

Comments
 (0)