[Mlir-commits] [mlir] [mlir][linalg] Flag to guard MoveInitOperandsToInput in LinalgFoldUnitExtendDimsPass (PR #157941)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Wed Oct  1 11:01:43 PDT 2025
    
    
  
sdalvi-quic wrote:
After discussion with the team, we are planning to do the changes to the IR such that instead of reading from the 'out' we try to add the variable as part of both ins and outs and read it from the ins. This won't break the semantics and won't add redundant new tensors (memcopy and mem alloc) in the loop and won't hurt the performance numbers. 
 
https://github.com/llvm/llvm-project/pull/157941
    
    
More information about the Mlir-commits
mailing list