[mlir][sparse] add more type combinations to sparse storage scheme
authorAart Bik <ajcbik@google.com>
Wed, 2 Jun 2021 23:08:16 +0000 (16:08 -0700)
committerAart Bik <ajcbik@google.com>
Thu, 3 Jun 2021 15:34:10 +0000 (08:34 -0700)
commit12db09d7f3bb12a65a6ebdab497e2db035a3fa44
tree904704b6877c96d9b8f0a67b17006fef300b0751
parent5a9c91b2231dda50c66265abc1e840ff7c72ca12
[mlir][sparse] add more type combinations to sparse storage scheme

Useful for "exhaustively" testing and benchmarking annotation combinations
to verify correctness and perform state space search for best performing.

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D103566
mlir/lib/ExecutionEngine/SparseUtils.cpp