[all-commits] [llvm/llvm-project] c5735f: [mlir][sparse] enable a few vectorized runs in int...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Aug 24 16:08:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5735fada4971c88647c67b608bf91619b48949c
https://github.com/llvm/llvm-project/commit/c5735fada4971c88647c67b608bf91619b48949c
Author: Aart Bik <ajcbik at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sampled_matmul.mlir
Log Message:
-----------
[mlir][sparse] enable a few vectorized runs in integration tests
Recent changes outside sparse compiler exposed the requirement of running a
new pass (lower-affine) but this only became apparent with private testing.
By adding some vectorized runs to integration test, we will detect the need
for such changes earlier and also widen codegen coverage of course.
Reviewed By: gussmith23
Differential Revision: https://reviews.llvm.org/D108667
More information about the All-commits
mailing list