llvm-project/mlir
Frederik Gossen ff6ce9e8fc Add `createDynamicDimValues` to tensor dialect utils
The function creates dim ops for each dynamic dimension of the raked tensor
argument and returns these as values.

Differential Revision: https://reviews.llvm.org/D127533
2022-06-13 08:26:28 -04:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
docs [mlir] fix typo in AttributesAndTypes doc 2022-06-10 11:42:57 +09:00
examples [mlir] Remove unused properties from the standalone example's lit configuration 2022-05-19 12:54:28 -07:00
include Add `createDynamicDimValues` to tensor dialect utils 2022-06-13 08:26:28 -04:00
lib Add `createDynamicDimValues` to tensor dialect utils 2022-06-13 08:26:28 -04:00
python [mlir][py-bindings] Fix include issue introduced by D127352 2022-06-10 20:44:22 +00:00
test Fix endian conversion of sub-byte types 2022-06-12 16:08:23 +02:00
tools Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
unittests [MLIR][Presburger] PresburgerSet::containsPoint: support disjuncts with locals 2022-06-10 20:18:49 -04:00
utils [vscode-mlir] Bump to version 0.9 2022-06-06 20:20:19 -07:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.