[PATCH] D80348: [mlir][Linalg] Add support for fusion between indexed_generic ops and tensor_reshape ops
    Mahesh Ravishankar via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 27 10:17:41 PDT 2020
    
    
  
mravishankar accepted this revision.
mravishankar added a comment.
This revision is now accepted and ready to land.
> This is a bit tricky, we still need the change to deduce the type of the op to create (whether this is GenericOp or IndexedGenericOp).
I agree. This is more evidence for me that the indexed-generic and generic should really become op-interfaces after the named ops are replaced with generated ops in Linalg. @nicolasvasilache  what do you think. I can start a discussion on discourse if thats a better forum.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80348/new/
https://reviews.llvm.org/D80348
    
    
More information about the llvm-commits
mailing list