[Mlir-commits] [mlir] [mlir][mesh] Add endomorphism simplification for all-reduce (PR #73150)
Boian Petkantchin
llvmlistbot at llvm.org
Wed Dec 6 10:12:50 PST 2023
================
@@ -0,0 +1,131 @@
+// RUN: mlir-opt -test-mesh-simplifications %s | FileCheck %s
----------------
sogartar wrote:
The other option is to avoid doing the simplification in the first place, but how would we know in a generic way if the other use will be removed or not?
https://github.com/llvm/llvm-project/pull/73150
More information about the Mlir-commits
mailing list