[all-commits] [llvm/llvm-project] fa6726: [mlir][sparse] supports sparse_tensor.pack on libg...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Tue Aug 15 13:21:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa6726e27bb872ada13fe44c6609e9336785dd36
https://github.com/llvm/llvm-project/commit/fa6726e27bb872ada13fe44c6609e9336785dd36
Author: Peiming Liu <peiming at google.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack_libgen.mlir
Log Message:
-----------
[mlir][sparse] supports sparse_tensor.pack on libgen path
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D158012
More information about the All-commits
mailing list