[Mlir-commits] [mlir] [mlir][mesh] add support in spmdization for incomplete sharding annotations (PR #82442)
Boian Petkantchin
llvmlistbot at llvm.org
Wed Feb 21 06:36:30 PST 2024
================
@@ -127,3 +127,17 @@ func.func @multiple_chained_ops(
// CHECK: return %[[RESHARD3]] : tensor<1xi8>
return %7 : tensor<2xi8>
}
+
+// // CHECK-LABEL: func @incomplete_sharding
----------------
sogartar wrote:
Removed it.
https://github.com/llvm/llvm-project/pull/82442
More information about the Mlir-commits
mailing list