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

Mehdi Amini llvmlistbot at llvm.org
Wed Nov 15 01:30:49 PST 2023


================
@@ -129,6 +207,327 @@ MeshShardingAttr::verify(function_ref<InFlightDiagnostic()> emitError,
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// collective communication ops
+//===----------------------------------------------------------------------===//
+
+namespace {
----------------
joker-eph wrote:

We don't use anonymous namespace outside of classes, instead we mark function `static`

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


More information about the Mlir-commits mailing list