[all-commits] [llvm/llvm-project] d39207: [mlir][sparse] simplify reader construction of new...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Oct 16 10:25:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d392073f6747e4c522d6c6a3c49eb42859312034
https://github.com/llvm/llvm-project/commit/d392073f6747e4c522d6c6a3c49eb42859312034
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
M mlir/test/Dialect/SparseTensor/conversion.mlir
Log Message:
-----------
[mlir][sparse] simplify reader construction of new sparse tensor (#69036)
Making the materialize-from-reader method part of the Swiss army knife
suite again removes a lot of redundant boiler plate code and unifies the
parameter setup into a single centralized utility. Furthermore, we now
have minimized the number of entry points into the library that need a
non-permutation map setup, simplifying what comes next
More information about the All-commits
mailing list