[all-commits] [llvm/llvm-project] f5ce99: [mlir][sparse] Factoring out NewCallParams class i...
wren romano via All-commits
all-commits at lists.llvm.org
Tue Nov 8 17:20:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5ce99afa72fd74d57a3b9fba658f48626b3aef5
https://github.com/llvm/llvm-project/commit/f5ce99afa72fd74d57a3b9fba658f48626b3aef5
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
Log Message:
-----------
[mlir][sparse] Factoring out NewCallParams class in SparseTensorConversion.cpp
The new class helps encapsulate the arguments to `_mlir_ciface_newSparseTensor` so that client code doesn't depend on the details of the API. (This makes way for the next differential which significantly alters the API.)
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D137680
More information about the All-commits
mailing list