[Mlir-commits] [mlir] [mlir][mesh] Use tensor shape notation for the shape of a cluster (PR #73826)

Mehdi Amini llvmlistbot at llvm.org
Fri Dec 1 22:31:08 PST 2023


================
@@ -1099,6 +1101,9 @@ namespace mlir {
 AffineMap makeStridedLinearLayoutMap(ArrayRef<int64_t> strides, int64_t offset,
                                      MLIRContext *context);
 
+void printShape(OpAsmPrinter &printer, Operation *op, ArrayRef<int64_t> shape);
----------------
joker-eph wrote:

I wonder if this wouldn't belong to the AsmPrinter?



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


More information about the Mlir-commits mailing list