llvm-project/mlir/test/Integration
Aart Bik 319072f4e3 [mlir][sparse] migrate sparse operations into new sparse tensor dialect
This is the very first step toward removing the glue and clutter from linalg and
replace it with proper sparse tensor types. This revision migrates the LinalgSparseOps
into SparseTensorOps of a sparse tensor dialect. This also provides a new home for
sparse tensor related transformation.

NOTE: the actual replacement with sparse tensor types (and removal of linalg glue/clutter)
will follow but I am trying to keep the amount of changes per revision manageable.

Differential Revision: https://reviews.llvm.org/D101573
2021-04-29 15:52:35 -07:00
..
Dialect [mlir][sparse] migrate sparse operations into new sparse tensor dialect 2021-04-29 15:52:35 -07:00
GPU [mlir] Convert async dialect passes from function passes to op agnostic passes 2021-04-13 11:46:00 -07:00
data [mlir][sparse] support integral types i32,i16,i8 for *numerical* values 2021-04-07 10:01:37 -07:00
lit.local.cfg