llvm-project/mlir/lib/Dialect/SparseTensor/Transforms
Aart Bik c194b49c9c [mlir][sparse] add full dimension ordering support
This revision completes the "dimension ordering" feature
of sparse tensor types that enables the programmer to
define a preferred order on dimension access (other than
the default left-to-right order). This enables e.g. selection
of column-major over row-major storage for sparse matrices,
but generalized to any rank, as in:

dimOrdering = affine_map<(i,j,k,l,m,n,o,p) -> (p,o,j,k,i,l,m,n)>

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D102856
2021-05-21 12:35:13 -07:00
..
CMakeLists.txt [mlir][sparse] keep runtime support library signature consistent 2021-05-12 09:59:46 -07:00
SparseTensorConversion.cpp [mlir][sparse] add full dimension ordering support 2021-05-21 12:35:13 -07:00
SparseTensorPasses.cpp [mlir][sparse] replace experimental flag with inplace attribute 2021-05-17 11:43:44 -07:00
Sparsification.cpp [mlir][sparse] add full dimension ordering support 2021-05-21 12:35:13 -07:00