[all-commits] [llvm/llvm-project] ca446e: [sparse][mlir] simplify sparse runtime support lib...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue May 25 09:39:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca446e58c8417e942aca88a2d1572e3c12467b1f
https://github.com/llvm/llvm-project/commit/ca446e58c8417e942aca88a2d1572e3c12467b1f
Author: Aart Bik <ajcbik at google.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/lib/ExecutionEngine/SparseUtils.cpp
R mlir/test/Integration/Dialect/SparseTensor/CPU/frostt-example.mlir
R mlir/test/Integration/Dialect/SparseTensor/CPU/matrix-market-example.mlir
Log Message:
-----------
[sparse][mlir] simplify sparse runtime support library
Removed some of the older raw "MLIRized" versions that are
no longer needed now that the sparse runtime support library
can focus on the proper sparse tensor types rather than the
opague pointer approach of the past. This avoids legacy...
Reviewed By: penpornk
Differential Revision: https://reviews.llvm.org/D102960
More information about the All-commits
mailing list