From f396f30a010b30ec483282f6b82984ccfc645ccf Mon Sep 17 00:00:00 2001 From: Peiming Liu Date: Mon, 22 May 2023 16:00:55 +0000 Subject: [PATCH] [mlir][sparse] fix document format Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D151114 --- mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td b/mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td index 954c9cb..865c1aa 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 = -- 2.7.4