[all-commits] [llvm/llvm-project] 68ac2e: [mlir][sparse] replace linalg.copy with memref.copy
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jul 15 07:57:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68ac2e53ff289ae541e5e9929605a649d6f3019b
https://github.com/llvm/llvm-project/commit/68ac2e53ff289ae541e5e9929605a649d6f3019b
Author: Aart Bik <ajcbik at google.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/test/Dialect/SparseTensor/dense.mlir
M mlir/test/Dialect/SparseTensor/sparse_1d.mlir
M mlir/test/Dialect/SparseTensor/sparse_2d.mlir
M mlir/test/Dialect/SparseTensor/sparse_3d.mlir
M mlir/test/Dialect/SparseTensor/sparse_lower.mlir
M mlir/test/Dialect/SparseTensor/sparse_lower_col.mlir
M mlir/test/Dialect/SparseTensor/sparse_lower_inplace.mlir
M mlir/test/Dialect/SparseTensor/sparse_nd.mlir
Log Message:
-----------
[mlir][sparse] replace linalg.copy with memref.copy
Note, this revision relies on the following revision
for a bugfix in the memref copy library in order for
all sparse integration tests to pass.
https://reviews.llvm.org/D106036
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D106038
More information about the All-commits
mailing list