[all-commits] [llvm/llvm-project] 53ffaf: [mlir][sparse] support sparse constant to BSR conv...
Peiming Liu via All-commits
all-commits at lists.llvm.org
Thu Nov 2 14:45:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53ffafb24d81c25909a1ae06584fc65245b86b7f
https://github.com/llvm/llvm-project/commit/53ffafb24d81c25909a1ae06584fc65245b86b7f
Author: Peiming Liu <36770114+PeimingLiu at users.noreply.github.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conversion_block.mlir
Log Message:
-----------
[mlir][sparse] support sparse constant to BSR conversion. (#71114)
support direct convert from a constant tensor defined by
SparseArrayElements to BSR
More information about the All-commits
mailing list