[all-commits] [llvm/llvm-project] ef100c: [mlir][sparse] implements tensor.insert on sparse ...
Peiming Liu via All-commits
all-commits at lists.llvm.org
Mon Oct 30 16:04:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef100c228a5913c6c54bfed8e80fd265ce8beca2
https://github.com/llvm/llvm-project/commit/ef100c228a5913c6c54bfed8e80fd265ce8beca2
Author: Peiming Liu <36770114+PeimingLiu at users.noreply.github.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
M mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir
M mlir/test/Dialect/SparseTensor/sparse_concat.mlir
Log Message:
-----------
[mlir][sparse] implements tensor.insert on sparse tensors. (#70737)
More information about the All-commits
mailing list