[mlir][sparse] add sparse matmul codegen check tests
authorAart Bik <ajcbik@google.com>
Tue, 8 Nov 2022 22:58:45 +0000 (14:58 -0800)
committerAart Bik <ajcbik@google.com>
Tue, 8 Nov 2022 23:58:30 +0000 (15:58 -0800)
commit129177eaf0ecb202a6f44ab8d23ad51fe00d15f6
tree9958f90e48751fffbc4b225dd6ed771361319486
parent295861514e0d1e48df2918b630dd692ac27ee0de
[mlir][sparse] add sparse matmul codegen check tests

This found an insertion point bug in access pattern expansion

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D137675
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
mlir/test/Dialect/SparseTensor/sparse_matmul_codegen.mlir [new file with mode: 0644]