[Mlir-commits] [mlir] [mlir][mesh] adding option for traversal order in sharding propagation (PR #144079)
Rolf Morel
llvmlistbot at llvm.org
Mon Jun 16 04:34:51 PDT 2025
================
@@ -0,0 +1,49 @@
+// RUN: mlir-opt --pass-pipeline="builtin.module(func.func(sharding-propagation{traversal=forward}))" %s | FileCheck %s
----------------
rolfmorel wrote:
I think this means only two out of four traversals are checked, right? The default `backward-forward` (presumably in existing tests) and just `forward` in this test?
Is it worth adding tests for the other traversals?
https://github.com/llvm/llvm-project/pull/144079
More information about the Mlir-commits
mailing list