llvm-project/mlir
Aart Bik 1ce77b562d [mlir][sparse] refine lexicographic insertion to any tensor
First version was vectors only. With some clever "path" insertion,
we now support any d-dimensional tensor. Up next: reductions too

Reviewed By: bixia, wrengr

Differential Revision: https://reviews.llvm.org/D114024
2021-11-17 18:08:42 -08:00
..
cmake/modules Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." 2021-11-14 20:31:34 -08:00
docs [MLIR][Docs] Fix link syntax in Rationale.md 2021-11-17 23:38:19 +00:00
examples [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
include [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
lib [mlir][sparse] refine lexicographic insertion to any tensor 2021-11-17 18:08:42 -08:00
python [mlir] Fix wrong variable name in Linalg OpDSL 2021-11-17 22:55:35 +01:00
test [mlir][sparse] refine lexicographic insertion to any tensor 2021-11-17 18:08:42 -08:00
tools [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
unittests [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
utils [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +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] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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