[Mlir-commits] [llvm] [mlir] [mlir][mesh] Add all-scatter operation (PR #81218)
Lei Zhang
llvmlistbot at llvm.org
Tue Feb 13 12:02:00 PST 2024
================
@@ -46,6 +51,7 @@ struct ProcessMultiIndexOpLowering : OpRewritePattern<ProcessMultiIndexOp> {
builder.setInsertionPointAfter(op.getOperation());
Value linearIndex = builder.create<ProcessLinearIndexOp>(mesh);
ValueRange meshShape = builder.create<MeshShapeOp>(mesh).getResults();
+ llvm::errs() << "meshShape.size() = " << meshShape.size() << "\n";
----------------
antiagainst wrote:
Debug leftover?
https://github.com/llvm/llvm-project/pull/81218
More information about the Mlir-commits
mailing list