[Mlir-commits] [mlir] [mlir][mesh] adding option for traversal order in sharding propagation (PR #144079)
Frank Schlimbach
llvmlistbot at llvm.org
Mon Jun 16 07:27:38 PDT 2025
================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt --pass-pipeline="builtin.module(func.func(sharding-propagation{traversal=forward}))" %s | FileCheck %s
----------------
fschlimb wrote:
Basically the backward traversal is exercised in the default case, just followed by a forward pass.
I didn't have a case ready that require the other traversals. I could make something up. Not sure how useful that would be.
https://github.com/llvm/llvm-project/pull/144079
More information about the Mlir-commits
mailing list