[mlir][sparse] Changed sparsity properties to use _ instead of -

Example: compressed-no -> compressed_no

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D158567
This commit is contained in:
Yinying Li
2023-08-22 23:48:03 +00:00
parent 8a77917413
commit 51ebecf309
35 changed files with 113 additions and 113 deletions

View File

@@ -1183,7 +1183,7 @@ public:
ConversionPatternRewriter &rewriter) const override {
// Query memSizes for the actually stored values.
// FIXME: the nse value computed in this way might be wrong when there is
// any "compressed-hi" level.
// any "compressed_hi" level.
rewriter.replaceOp(
op, genValMemSize(rewriter, op.getLoc(), adaptor.getTensor()));
return success();