[all-commits] [llvm/llvm-project] db1d40: [mlir][sparse] refactor dim2lvl/lvl2dim passing in...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Oct 11 09:15:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db1d40f319141c737b5a9fbe9029838bd9771d64
https://github.com/llvm/llvm-project/commit/db1d40f319141c737b5a9fbe9029838bd9771d64
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir][sparse] refactor dim2lvl/lvl2dim passing into MapRef (#68649)
This revision refactors all "swiss army knife" entry points to pass
dim2lvl/lvl2dim mapping, so that the callee can construct a MapRef
(shown for SparseTensorStorage class). This is a next step towards
completely centralizing mapping code into a single MapRef class.
More information about the All-commits
mailing list