[all-commits] [llvm/llvm-project] c3aeb3: [mlir][sparse] Introduce sparse_tensor.storage ope...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Fri Sep 2 17:08:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3aeb3e644e3b6f26265f5609a6e6124ba983d06
https://github.com/llvm/llvm-project/commit/c3aeb3e644e3b6f26265f5609a6e6124ba983d06
Author: Peiming Liu <peiming at google.com>
Date: 2022-09-03 (Sat, 03 Sep 2022)
Changed paths:
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.storage operator to create a sparse tensor storage tuple
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D133231
More information about the All-commits
mailing list