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

Boian Petkantchin llvmlistbot at llvm.org
Wed Nov 15 10:10:34 PST 2023


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

What is the reason for that? I think you can get linking collisions with static by violating the one-definition-rule.

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


More information about the Mlir-commits mailing list