[all-commits] [llvm/llvm-project] 306f4c: [mlir][sparse] implement non-permutation MapRef en...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Oct 18 13:01:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 306f4c306a3aae6ce0d92452b2f8fb72cf1908b0
https://github.com/llvm/llvm-project/commit/306f4c306a3aae6ce0d92452b2f8fb72cf1908b0
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/MapRef.h
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/ExecutionEngine/SparseTensor/MapRef.cpp
M mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
A mlir/test/Integration/Dialect/SparseTensor/CPU/block.mlir
A mlir/test/Integration/data/block.mtx
Log Message:
-----------
[mlir][sparse] implement non-permutation MapRef encoding (#69406)
This enables reading block sparse from file using libgen! (and soon also
direct IR codegen)
More information about the All-commits
mailing list