[all-commits] [llvm/llvm-project] 6dbca8: [mlir][sparse] introduce sparse_tensor::unpack ope...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Fri Feb 10 17:01:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dbca86d838c6f2bdd2241f18d0728376dc4e972
https://github.com/llvm/llvm-project/commit/6dbca86d838c6f2bdd2241f18d0728376dc4e972
Author: Peiming Liu <peiming at google.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
Log Message:
-----------
[mlir][sparse] introduce sparse_tensor::unpack operation
An inverse operation of sparse_tenosr::pack
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D143669
More information about the All-commits
mailing list