[Mlir-commits] [mlir] [mlir][sparse] Add more tests and verification for n:m (PR #81186)

Aart Bik llvmlistbot at llvm.org
Fri Feb 9 10:18:11 PST 2024


================
@@ -41,8 +41,16 @@ FailureOr<uint64_t> LvlTypeParser::parseLvlType(AsmParser &parser) const {
     ParseResult res = parser.parseCommaSeparatedList(
         mlir::OpAsmParser::Delimiter::OptionalSquare,
         [&]() -> ParseResult { return parseStructure(parser, &structure); },
-        " in block n out of m");
+        " in structure n out of m");
----------------
aartbik wrote:

I notice this just now, but can we s/structure/structured/g for all.
or perhaps structured_n_m 
(but calling this structured rather than structure feels a bit more consistent(

https://github.com/llvm/llvm-project/pull/81186


More information about the Mlir-commits mailing list