[Mlir-commits] [mlir] [mlir][mesh] adding option for traversal order in sharding propagation (PR #144079)
Frank Schlimbach
llvmlistbot at llvm.org
Tue Jun 17 09:48:37 PDT 2025
================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt --pass-pipeline="builtin.module(func.func(sharding-propagation{traversal=forward}))" %s | FileCheck %s
----------------
fschlimb wrote:
Added missing tests for fw and fw-bw traversal.
Thanks @Dinistro and @tkarna for insisting. Found (and fixed) a bug while trying to come up with a reasonable test (even though not introduced by this PR).
https://github.com/llvm/llvm-project/pull/144079
More information about the Mlir-commits
mailing list