[llvm] [mlir] [mlir][mesh] Add all-scatter operation (PR #81218)

Lei Zhang via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 12:02:00 PST 2024


================
@@ -341,6 +342,68 @@ def Mesh_AllReduceOp : Mesh_CollectiveCommunicationOpBase<"all_reduce", [
   let hasCanonicalizer = 1;
 }
 
+def Mesh_AllScatterOp : Mesh_CollectiveCommunicationOpBase<"all_scatter", [
----------------
antiagainst wrote:

+1. Maybe `all_slice` or something like that?

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


More information about the llvm-commits mailing list