llvm-project/mlir
Aart Bik 0e85232fa3 [mlir][sparse] refine simply dynamic sparse tensor outputs
Proper test for sparse tensor outputs is a single condition throughout
the whole tensor index expression (not a general conjunction, since this
may include other conditions that cause cancellation).

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D114810
2021-11-30 13:45:58 -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][Vector] Minor formatting fixes in Vector.md 2021-11-26 07:16:07 +00:00
examples [mlir] Move trait to InferTypeOpInterface 2021-11-21 14:41:12 -08:00
include [mlir][sparse] refine simply dynamic sparse tensor outputs 2021-11-30 13:45:58 -08:00
lib [mlir][sparse] refine simply dynamic sparse tensor outputs 2021-11-30 13:45:58 -08:00
python [mlir][python] Audit and fix a lot of the Python pyi stubs. 2021-11-29 21:40:28 -08:00
test [mlir][sparse] refine simply dynamic sparse tensor outputs 2021-11-30 13:45:58 -08:00
tools [mlir][spirv] Change the return type for {Min|Max}VersionBase 2021-11-24 17:33:01 -05:00
unittests [mlir] Enable MLIRDialectUtilsTests 2021-11-27 22:36:43 +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.