[all-commits] [llvm/llvm-project] 05c7f4: [mlir][sparse] add dense to sparse conversion impl...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Aug 9 12:13:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05c7f450dfce16dc1360eb8ec2fbd1858b8ede6a
https://github.com/llvm/llvm-project/commit/05c7f450dfce16dc1360eb8ec2fbd1858b8ede6a
Author: Aart Bik <ajcbik at google.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
M mlir/lib/ExecutionEngine/SparseUtils.cpp
M mlir/test/Dialect/SparseTensor/conversion.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_scale.mlir
Log Message:
-----------
[mlir][sparse] add dense to sparse conversion implementation
Implements lowering dense to sparse conversion, for static tensor types only.
First step towards general sparse_tensor.convert support.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D107681
More information about the All-commits
mailing list