[all-commits] [llvm/llvm-project] d816c2: [mlir][sparse] complete migration to dim2lvl/lvl2d...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Oct 17 09:32:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d816c221b45c6e2553e1e9d461e743e46907cd8b
https://github.com/llvm/llvm-project/commit/d816c221b45c6e2553e1e9d461e743e46907cd8b
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir][sparse] complete migration to dim2lvl/lvl2dim in library (#69268)
This last revision completed the migration to non-permutation support in
the SparseTensor library. All mappings are now controlled by the MapRef
(forward and backward). Unused code has been removed, which simplifies
subsequent testing of block sparsity.
More information about the All-commits
mailing list