[all-commits] [llvm/llvm-project] afe78d: [mlir][sparse] Make sparse_tensor::StorageLayout p...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Thu May 18 13:29:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afe78db7701d15f1d69b3fa50ee05fd42a6297cd
https://github.com/llvm/llvm-project/commit/afe78db7701d15f1d69b3fa50ee05fd42a6297cd
Author: Peiming Liu <peiming at google.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
A mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorStorageLayout.h
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorDescriptor.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorDescriptor.h
R mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.cpp
R mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse] Make sparse_tensor::StorageLayout publicly available.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D150739
More information about the All-commits
mailing list