llvm-project/mlir
Tobias Gysi 42d99bc376 [mlir][linalg][python] Update the OpDSL doc (NFC).
Update the OpDSL documentation to reflect recent changes. In particular, the updated documentation discusses:
- Attributes used to parameterize index expressions
- Shape-only tensor support
- Scalar parameters

Differential Revision: https://reviews.llvm.org/D105123
2021-06-30 12:27:17 +00:00
..
cmake/modules [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
docs [mlir][linalg][python] Update the OpDSL doc (NFC). 2021-06-30 12:27:17 +00:00
examples [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
include [mlir][linalg][python] Explicit shape and dimension order in OpDSL. 2021-06-30 08:59:39 +00:00
lib [mlir][llvm] Add a test for memref.copy lowering to llvm 2021-06-30 10:49:29 +02:00
python [mlir][linalg][python] Explicit shape and dimension order in OpDSL. 2021-06-30 08:59:39 +00:00
test [mlir][linalg][python] Explicit shape and dimension order in OpDSL. 2021-06-30 08:59:39 +00:00
tools [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
unittests [mlir] Remove SDBM 2021-06-29 14:46:26 +02:00
utils [vscode-mlir] Add support for restarting the server on setting/server changes 2021-06-29 00:08:44 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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