[mlir] [llvm] [mlir][mesh] Add spmdization pass (PR #80518)

Chengji Yao via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 4 19:47:21 PST 2024


================
@@ -0,0 +1,131 @@
+// RUN: mlir-opt --mesh-spmdization --test-constant-fold %s | FileCheck %s
----------------
yaochengji wrote:

Could you also add spmdiazation/reshard of a partial tensor?

E.g. a partial tensor resharded to a sharded tensor, then a reduce-scatter would be inserted.

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


More information about the llvm-commits mailing list