llvm-project/mlir/integration_test
Aart Bik 0b1764a3d7 [mlir][sparse] sparse tensor storage implementation
This revision connects the generated sparse code with an actual
sparse storage scheme, which can be initialized from a test file.
Lacking a first-class citizen SparseTensor type (with buffer),
the storage is hidden behind an opaque pointer with some "glue"
to bring the pointer back to tensor land. Rather than generating
sparse setup code for each different annotated tensor (viz. the
"pack" methods in TACO), a single "one-size-fits-all" implementation
has been added to the runtime support library.  Many details and
abstractions need to be refined in the future, but this revision
allows full end-to-end integration testing and performance
benchmarking (with on one end, an annotated Lingalg
op and, on the other end, a JIT/AOT executable).

Reviewed By: nicolasvasilache, bixia

Differential Revision: https://reviews.llvm.org/D95847
2021-02-10 11:57:24 -08:00
..
Dialect Revert "[mlir] add support for verification in integration tests" 2021-02-09 19:16:02 +01:00
Sparse/CPU [mlir][sparse] sparse tensor storage implementation 2021-02-10 11:57:24 -08:00
data [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08:00
CMakeLists.txt [MLIR][AVX512] Add integration test for vp2intersect 2021-02-09 16:43:37 +09:00
lit.cfg.py [mlir] NFC: fix trivial typo under test and tools 2020-08-27 15:37:42 +09:00
lit.site.cfg.py.in [MLIR][AVX512] Add integration test for vp2intersect 2021-02-09 16:43:37 +09:00