llvm-capstone/mlir
Aart Bik 12db09d7f3 [mlir][sparse] add more type combinations to sparse storage scheme
Useful for "exhaustively" testing and benchmarking annotation combinations
to verify correctness and perform state space search for best performing.

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D103566
2021-06-03 08:34:10 -07:00
..
cmake/modules [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
docs [mlir] Add support for filtering patterns based on debug names and labels 2021-06-02 12:05:25 -07:00
examples Add a helper function to convert LogicalResult to int for return from main 2021-05-19 00:12:39 +00:00
include [mlir] Fix warnings. 2021-06-03 17:09:09 +02:00
lib [mlir][sparse] add more type combinations to sparse storage scheme 2021-06-03 08:34:10 -07:00
python [mlir][python] Provide "all passes" registration module in Python 2021-05-26 15:14:57 -07:00
test [mlir][linalg] Transform PadTensorOp into InitOp, FillOp, GenericOp 2021-06-03 22:09:09 +09:00
tools [mlir-reduce] Create MlirReduceLib 2021-06-03 15:58:26 +08:00
unittests [mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRef 2021-05-06 17:17:44 -04:00
utils [mlir] Add a vscode language extension for MLIR 2021-04-21 14:44:37 -07:00
.clang-format
.clang-tidy
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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