[all-commits] [llvm/llvm-project] 160d48: [mlir][sparse] implement loose-compressed/2:4 on d...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Nov 6 17:31:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 160d483b1f3bda51a7ef28fae85920edcc43298e
https://github.com/llvm/llvm-project/commit/160d483b1f3bda51a7ef28fae85920edcc43298e
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_loose.mlir
Log Message:
-----------
[mlir][sparse] implement loose-compressed/2:4 on direct IR codegen path (#71461)
Fills in the missing cases for direct IR codegen.
Note that non-permutation handling is still TBD.
More information about the All-commits
mailing list