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

Boian Petkantchin llvmlistbot at llvm.org
Tue Feb 13 14:36:51 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";
----------------
sogartar wrote:

Thank you. I removed it.

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


More information about the Mlir-commits mailing list