[all-commits] [llvm/llvm-project] c8bb23: [mlir][sparse] Custom reduce with identity
Jim Kitchen via All-commits
all-commits at lists.llvm.org
Wed Aug 17 09:22:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8bb23547f2138beb5997caaaf1f4be46bfc30a3
https://github.com/llvm/llvm-project/commit/c8bb23547f2138beb5997caaaf1f4be46bfc30a3
Author: Jim Kitchen <jim22k at gmail.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_reduce_custom.mlir
M mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
Log Message:
-----------
[mlir][sparse] Custom reduce with identity
Implement the new sparse_tensor.reduce operation which
accepts a starting identity value and a code block
describing how to perform the reduction.
Reviewed by: aartbik
Differential Revision: https://reviews.llvm.org/D130573
More information about the All-commits
mailing list