forked from OSchip/llvm-project
f9c8febc52
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 |
||
---|---|---|
.. | ||
AVX512 | ||
Affine | ||
GPU | ||
LLVMIR | ||
Linalg | ||
OpenMP | ||
Quant | ||
SCF | ||
SDBM | ||
SPIRV | ||
Shape | ||
StandardOps | ||
Vector | ||
CMakeLists.txt | ||
Traits.cpp |