[llvm] [mlir] [mlir][mesh] Add all-scatter operation (PR #81218)

Lei Zhang via llvm-commits llvm-commits at lists.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 llvm-commits mailing list