[all-commits] [llvm/llvm-project] 71cc0f: [mlir][sparse] introduce sparse_tensor::StorageSpe...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Wed Dec 14 14:27:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71cc0f1c04e7af570f8426d77b651d362b56bb97
https://github.com/llvm/llvm-project/commit/71cc0f1c04e7af570f8426d77b651d362b56bb97
Author: Peiming Liu <peiming at google.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/CMakeLists.txt
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorBase.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
A mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorTypes.h
A mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorTypes.td
M mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse] introduce sparse_tensor::StorageSpecifierType and related operations on it
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D139961
More information about the All-commits
mailing list