llvm-project/mlir
Tobias Gysi 23800b05be [mlir][linalg] Add loop interchange to CodegenStrategy.
Add a loop interchange pass and integrate it with CodegenStrategy.

This patch depends on https://reviews.llvm.org/D110728 and https://reviews.llvm.org/D110746.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D110748
2021-10-08 06:39:22 +00:00
..
cmake/modules [mlir][python] Simplify python extension loading. 2021-09-03 00:43:28 +00:00
docs [MLIR] Update DRR doc with returnType directive 2021-10-06 17:32:40 +00:00
examples [mlir] Add value_begin/value_end methods to DenseElementsAttr 2021-09-21 01:57:43 +00:00
include [mlir][linalg] Add loop interchange to CodegenStrategy. 2021-10-08 06:39:22 +00:00
lib [mlir][linalg] Add loop interchange to CodegenStrategy. 2021-10-08 06:39:22 +00:00
python [mlir][linalg] Add unsigned min/max/cast function to OpDSL. 2021-10-07 06:27:20 +00:00
test [mlir][linalg] Add loop interchange to CodegenStrategy. 2021-10-08 06:39:22 +00:00
tools [mlir][linalg] Add unsigned min/max/cast function to OpDSL. 2021-10-07 06:27:20 +00:00
unittests [mlir] Tighten strided layout specification. 2021-10-04 10:37:05 +00:00
utils [mlir][spirv] Fix path in define_enum.sh script 2021-10-05 09:32:01 -04: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 evert "[mlir] Limit Python dependency to Development.Module when possible." 2021-10-08 05:18:52 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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