[Mlir-commits] [mlir] [mlir][mesh, mpi] More on MeshToMPI (PR #129048)

Christian Ulmann llvmlistbot at llvm.org
Thu Feb 27 23:35:35 PST 2025


================
@@ -36,10 +42,32 @@ namespace mlir {
 } // namespace mlir
 
 using namespace mlir;
-using namespace mlir::mesh;
+using namespace mesh;
 
 namespace {
-// Create operations converting a linear index to a multi-dimensional index
+/// Convert vec of OpFoldResults (ints) into vector of Values.
----------------
Dinistro wrote:

```suggestion
/// Converts a vector of OpFoldResults (ints) into vector of Values of the provided type.
```

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


More information about the Mlir-commits mailing list