llvm-project/mlir/integration_test
Aart Bik d8fc27301d [mlir][sparse] improved sparse runtime support library
Added the ability to read (an extended version of) the FROSTT
file format, so that we can now read in sparse tensors of arbitrary
rank. Generalized the API to deal with more than two dimensions.

Also added the ability to sort the indices of sparse tensors
lexicographically. This is an important step towards supporting
auto gen of initialization code, since sparse storage formats
are easier to initialize if the indices are sorted. Since most
external formats don't enforce such properties, it is convenient
to have this ability in our runtime support library.

Lastly, the re-entrant problem of the original implementation
is fixed by passing an opaque object around (rather than having
a single static variable, ugh!).

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D94852
2021-01-16 12:16:10 -08:00
..
Dialect [mlir][OpFormatGen] Format enum attribute cases as keywords when possible 2021-01-14 11:35:49 -08:00
Sparse/CPU [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08:00
data [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08:00
CMakeLists.txt [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08: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