[all-commits] [llvm/llvm-project] 44ff23: [mlir][sparse] unconditionally use IndexType for s...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Wed Feb 22 12:21:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44ff23d5e49058bcaa170f71540398b4a290a642
https://github.com/llvm/llvm-project/commit/44ff23d5e49058bcaa170f71540398b4a290a642
Author: Peiming Liu <peiming at google.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorTypes.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
M mlir/test/Dialect/SparseTensor/codegen.mlir
M mlir/test/Dialect/SparseTensor/codegen_buffer_initialization.mlir
M mlir/test/Dialect/SparseTensor/fold.mlir
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
M mlir/test/Dialect/SparseTensor/sparse_matmul_codegen.mlir
M mlir/test/Dialect/SparseTensor/sparse_pack.mlir
M mlir/test/Dialect/SparseTensor/specifier_to_llvm.mlir
Log Message:
-----------
[mlir][sparse] unconditionally use IndexType for sparse_tensor.specifier
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D144574
More information about the All-commits
mailing list