[Mlir-commits] [mlir] [mlir][mesh] Add collective communication operations (PR #71960)

Chengji Yao llvmlistbot at llvm.org
Sun Nov 12 22:37:59 PST 2023


================
@@ -0,0 +1,72 @@
+// RUN: mlir-opt --canonicalize %s | FileCheck %s
+
----------------
yaochengji wrote:

Seems the test for `mesh.all_to_all` is missing.

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


More information about the Mlir-commits mailing list