[Mlir-commits] [mlir] f396f30 - [mlir][sparse] fix document format
Peiming Liu
llvmlistbot at llvm.org
Mon May 22 09:30:54 PDT 2023
Author: Peiming Liu
Date: 2023-05-22T16:30:49Z
New Revision: f396f30a010b30ec483282f6b82984ccfc645ccf
URL: https://github.com/llvm/llvm-project/commit/f396f30a010b30ec483282f6b82984ccfc645ccf
DIFF: https://github.com/llvm/llvm-project/commit/f396f30a010b30ec483282f6b82984ccfc645ccf.diff
LOG: [mlir][sparse] fix document format
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D151114
Added:
Modified:
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td b/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
index 954c9cb49f8c4..865c1aa38f61f 100644
--- a/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
+++ b/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
@@ -93,7 +93,6 @@ def SparseTensor_PackOp : SparseTensor_Op<"pack", [Pure]>,
// of 3x4 matrix |0.0, 0.0, 2.2, 3.3|
// |0.0, 0.0, 0.0, 0.0|
```
- ```
}];
let assemblyFormat =
More information about the Mlir-commits
mailing list