[Mlir-commits] [mlir] [mlir][mesh, mpi] Lower allreduce (PR #144060)

Frank Schlimbach llvmlistbot at llvm.org
Mon Jun 16 07:00:05 PDT 2025


================
@@ -529,6 +519,124 @@ struct ConvertShardShapeOp : public OpConversionPattern<ShardShapeOp> {
   }
 };
 
+static mpi::MPI_OpClassEnumAttr getMPIReduction(ReductionKindAttr kind) {
----------------
fschlimb wrote:

like what?


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


More information about the Mlir-commits mailing list