[Mlir-commits] [mlir] [mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (PR #81431)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Tue Feb 13 17:46:26 PST 2024
    
    
  
srcarroll wrote:
Yes I understand. What I'm saying is that this is just a helper function, not a transform op, as in `transform.structured.flatten`. This PR defines such a transform op.  I do agree that this can be refactored and reused by my op implementation.  But I'm just pointing out that it does indeed need a refactor for me to use it. 
https://github.com/llvm/llvm-project/pull/81431
    
    
More information about the Mlir-commits
mailing list