[all-commits] [llvm/llvm-project] 083ddf: [mlir][sparse] introduce sparse_tensor::StorageSpe...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Thu Dec 22 14:45:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 083ddffe476b73f7c05b06c3f6f54ebfcbf34727
https://github.com/llvm/llvm-project/commit/083ddffe476b73f7c05b06c3f6f54ebfcbf34727
Author: Peiming Liu <peiming at google.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorTypes.td
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
A mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
A mlir/test/Dialect/SparseTensor/specifier_to_llvm.mlir
Log Message:
-----------
[mlir][sparse] introduce sparse_tensor::StorageSpecifierToLLVM pass
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D140122
More information about the All-commits
mailing list