[Mlir-commits] [mlir] [mlir][mesh, mpi] Lower allreduce (PR #144060)
Frank Schlimbach
llvmlistbot at llvm.org
Mon Jun 16 06:29:40 PDT 2025
================
@@ -215,6 +215,11 @@ void maybeInsertSourceShardingAnnotation(MeshSharding sharding,
OpOperand &operand,
OpBuilder &builder);
+/// Converts a vector of OpFoldResults (ints) into vector of Values of the
+/// provided type.
+SmallVector<Value> getMixedAsValues(OpBuilder b, const Location &loc,
----------------
fschlimb wrote:
It is used in meshtompi.cpp. Another PR will add a use elsewhere.
https://github.com/llvm/llvm-project/pull/144060
More information about the Mlir-commits
mailing list