[Mlir-commits] [mlir] [MLIR][mesh] Mesh fixes (PR #124724)
Frank Schlimbach
llvmlistbot at llvm.org
Tue Feb 11 03:57:05 PST 2025
================
@@ -0,0 +1,17 @@
+// RUN: mlir-opt \
+// RUN: --pass-pipeline="builtin.module(func.func(mesh-spmdization))" \
----------------
fschlimb wrote:
Yes it does, but it is defined as `InterfacePass<"mesh-spmdization", "mlir::FunctionOpInterface">` which apparently requires the above. We can look into that in a separate PR.
https://github.com/llvm/llvm-project/pull/124724
More information about the Mlir-commits
mailing list