llvm-project/mlir
Aart Bik 56d607006d [mlir][sparse][python] add an "exhaustive" sparse test using python
Using the python API to easily set up sparse kernels, this test
exhaustively builds, compilers, and runs SpMM for all annotations
on a sparse tensor, making sure every version generates the correct
result. This test also illustrates using the python API to set up
a sparse kernel and sparse compilation.

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D107943
2021-08-12 11:13:04 -07:00
..
cmake/modules [MLIR][python] Disable SONAME on extensions. 2021-07-30 00:47:11 +00:00
docs [mlir][linalg] fixed typo 2021-08-11 11:59:15 -07:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include Support post-processing Ops in unrolled loop iterations 2021-08-11 23:11:10 +00:00
lib Support post-processing Ops in unrolled loop iterations 2021-08-11 23:11:10 +00:00
python [mlir][tosa] Migrate tosa to more efficient linalg.conv 2021-08-11 11:05:12 -07:00
test [mlir][sparse][python] add an "exhaustive" sparse test using python 2021-08-12 11:13:04 -07:00
tools [mlir][drr] Improve error message for unexpected attribute (NFC) 2021-08-10 13:03:53 -07:00
unittests [mlir] Enable specifying querying function in ValueShapeRange 2021-08-10 11:44:20 -07:00
utils [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +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
README.md

README.md

Multi-Level Intermediate Representation

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