[all-commits] [llvm/llvm-project] df9481: [mlir][sparse] Adding Action::kSparseToSparse for ...
wren romano via All-commits
all-commits at lists.llvm.org
Tue Mar 22 13:47:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df948127ac186eae4eb2ce59954b5136cae525eb
https://github.com/llvm/llvm-project/commit/df948127ac186eae4eb2ce59954b5136cae525eb
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h
M mlir/test/Dialect/SparseTensor/conversion_sparse2dense.mlir
Log Message:
-----------
[mlir][sparse] Adding Action::kSparseToSparse for @newSparseTensor
This is work towards: https://github.com/llvm/llvm-project/issues/51652
This differential doesn't yet make use of the new kSparseToSparse, just introduces it. The differential that finally makes use of them is D122061, which is the final differential in the chain that fixes bug 51652.
Depends On D122054
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D122055
More information about the All-commits
mailing list