[Mlir-commits] [mlir] [mlir][mesh] add support in spmdization for incomplete sharding annotations (PR #82442)
Lei Zhang
llvmlistbot at llvm.org
Tue Feb 20 21:41:06 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
----------------
antiagainst wrote:
Redundant `//`
https://github.com/llvm/llvm-project/pull/82442
More information about the Mlir-commits
mailing list