[Mlir-commits] [mlir] [mlir][mesh] Add endomorphism simplification for all-reduce (PR #73150)

Chengji Yao llvmlistbot at llvm.org
Fri Dec 1 11:46:08 PST 2023


================
@@ -17,6 +17,8 @@ namespace func {
 class FuncOp;
 }
 
+class RewritePatternSet;
----------------
yaochengji wrote:

Seems the forward declaration is not needed?

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


More information about the Mlir-commits mailing list