[all-commits] [llvm/llvm-project] eee1f1: [mlir][sparse] add convenience method for sparse t...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Sep 3 13:36:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eee1f1c8fb0242de4eac53867b4446052e3bb8d3
https://github.com/llvm/llvm-project/commit/eee1f1c8fb0242de4eac53867b4446052e3bb8d3
Author: Aart Bik <ajcbik at google.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M mlir/lib/ExecutionEngine/SparseUtils.cpp
Log Message:
-----------
[mlir][sparse] add convenience method for sparse tensor setup
This simplifies setting up sparse tensors through C-style data structures.
Useful for runtimes that want to interact with MLIR-generated code
without knowning about all bufferization details (viz. memrefs).
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D109251
More information about the All-commits
mailing list