Skip to content
  • Jakub Lichman's avatar
    [mlir] Added support for symbols inside linalg.generic and map concatenation · f9c8febc
    Jakub Lichman authored
    This commit adds functionality needed for implementation of convolutions with
    linalg.generic op. Since linalg.generic right now expects indexing maps to be
    just permutations, offset indexing needed in convolutions is not possible.
    Therefore in this commit we address the issue by adding support for symbols inside
    indexing maps which enables more advanced indexing. The upcoming commit will
    solve the problem of computing loop bounds from such maps.
    
    Differential Revision: https://reviews.llvm.org/D83158
    f9c8febc
Loading