================ @@ -86,6 +86,39 @@ def LinalgContractionOpInterface : OpInterface<"ContractionOpInterface"> { /*methodBody=*/[{ return mlir::isRowMajorBatchMatmul($_op.getIndexingMaps()); }]>, + InterfaceMethod< + /*desc=*/[{ + Returns whether the given op has indexing maps that correspond to a + vector-matrix multiplication. + }], + /*retTy=*/"bool", + /*methodName=*/"isVecmat", ---------------- dcaballe wrote:
what row-major/col-major vecmat would mean? https://github.com/llvm/llvm-project/pull/68945 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits