mirror of https://github.com/llvm/torch-mlir
93f6d8e776
The function `AffineMap::inferFromExprList` does not work if the first vector of expressions is empty, because it uses these expressions to obtain the context. This prevented `aten.permute` from working for inputs of 0-rank. This commit adds support for 0-rank inputs. |
||
---|---|---|
.. | ||
eager_backends | ||
linalg_on_tensors_backends | ||
test_suite | ||
torchscript | ||
tosa_backends | ||
CMakeLists.txt | ||
__init__.py | ||
utils.py |