[all-commits] [llvm/llvm-project] e6e79b: [mlir][sparse] remove linalg-to-loops from integra...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jul 15 09:15:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6e79b3f0b2a2fd2b22ed8aa9267a6c915782632
https://github.com/llvm/llvm-project/commit/e6e79b3f0b2a2fd2b22ed8aa9267a6c915782632
Author: Aart Bik <ajcbik at google.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_flatten.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_mttkrp.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_out_simple.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sampled_matmul.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_spmm.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum.mlir
Log Message:
-----------
[mlir][sparse] remove linalg-to-loops from integration tests
With the migration from linalg.copy to memref.copy, this pass
(which was there solely to handle the linalg.copy op) is no
longer required for the end-to-end path for sparse compilation.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D106073
More information about the All-commits
mailing list