[all-commits] [llvm/llvm-project] c24821: [mlir][sparse] Implements concatenate operation fo...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Tue Aug 16 13:47:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c248219b09c1e724468d4603f647466b3e282330
https://github.com/llvm/llvm-project/commit/c248219b09c1e724468d4603f647466b3e282330
Author: Peiming Liu <peiming at google.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
A mlir/test/Dialect/SparseTensor/sparse_concat.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate.mlir
Log Message:
-----------
[mlir][sparse] Implements concatenate operation for sparse tensor
This patch implements the conversion rule for operation introduced in https://reviews.llvm.org/D131200.
Also contains integration test for correctness
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D131200
More information about the All-commits
mailing list