llvm-project/mlir/test
Gus Smith f9a6d47c36 Add sparse matrix multiplication integration test
Adds an integration test for the SPMM (sparse matrix multiplication) kernel, which multiplies a sparse matrix by a dense matrix, resulting in a dense matrix. This is just a simple modification on the existing matrix-vector multiplication kernel.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D104334
2021-06-16 13:20:20 -07:00
..
Analysis [mlir] Add support for querying the ModRef behavior from the AliasAnalysis class 2021-05-27 13:57:29 -07:00
CAPI [MLIR] Execution engine python binding support for shared libraries 2021-06-12 05:46:38 +05:30
Conversion Support lowering of index-cast on vector types. 2021-06-15 12:51:30 -07:00
Dialect [MLIR] Make store to load fwd condition less conservative 2021-06-17 01:26:38 +05:30
Examples [MLIR] Fix Standalone dialect test to work in out-of-tree builds 2021-06-02 17:24:46 +00:00
IR Fix verifier crashing on some invalid IR 2021-06-16 19:36:28 +00:00
Integration Add sparse matrix multiplication integration test 2021-06-16 13:20:20 -07:00
Interfaces/DataLayoutInterfaces [mlir] fix a crash if the dialect is missing a data layout interface 2021-06-09 17:46:27 +02:00
Pass [mlir-ir-printing] Prefix the dump message with the split marker(// -----) 2021-06-10 17:34:50 -07:00
Rewrite [mlir][PDL] Add support for variadic operands and results in the PDL byte code 2021-03-16 13:20:19 -07:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target 2d Arm Neon sdot op, and lowering to the intrinsic. 2021-06-10 14:36:39 -07:00
Transforms Add hook for dialect specializing processing blocks post inlining calls 2021-06-16 12:53:21 -07:00
Unit [lit] Sort test start times based on prior test timing data 2021-03-16 05:23:04 -04:00
lib Add hook for dialect specializing processing blocks post inlining calls 2021-06-16 12:53:21 -07:00
mlir-cpu-runner [mlir] Async: Add error propagation support to async groups 2021-05-27 09:35:11 -07:00
mlir-linalg-ods-gen [mlir][linalg] Adapt yaml codegen to support scalar parameters. 2021-06-15 15:20:48 +00:00
mlir-lsp-server [mlir-lsp-server] Add support for textDocument/documentSymbols 2021-06-10 10:58:39 -07:00
mlir-opt [mlir][sparse] fixed typo: sparse -> sparse_tensor 2021-05-03 14:19:09 -07:00
mlir-reduce [mlir-reduce] Reducer refactor. 2021-06-02 07:45:00 +08:00
mlir-spirv-cpu-runner [mlir] fix SPIR-V CPU and Vulkan runners after e2310704d8 2021-03-15 18:36:58 +01:00
mlir-tblgen [mlir:OpFormatGen] Add Support for `$_ctxt` in the transformer. 2021-06-14 18:02:55 -07:00
mlir-translate [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
mlir-vulkan-runner [mlir] fix SPIR-V CPU and Vulkan runners after e2310704d8 2021-03-15 18:36:58 +01:00
python [mlir][linalg] Adapt yaml codegen to support scalar parameters. 2021-06-15 15:20:48 +00:00
APITest.h
CMakeLists.txt [mlir][sparse] integration test for all-dense annotated "sparse" output 2021-06-15 15:44:11 -07:00
lit.cfg.py [MLIR] Drop stale reference to mlir-edsc-builder-api-test 2021-05-22 16:11:29 +05:30
lit.site.cfg.py.in [MLIR] Fix Standalone dialect test to work in out-of-tree builds 2021-06-02 17:24:46 +00:00