[all-commits] [llvm/llvm-project] 2cd159: [mlir][sparse] implement index redution on dense l...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Mon Apr 17 09:36:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cd15925f4485fc618bc33c1337e1b6f63d84ef6
https://github.com/llvm/llvm-project/commit/2cd15925f4485fc618bc33c1337e1b6f63d84ef6
Author: Peiming Liu <peiming at google.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_2d.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conv_3d.mlir
Log Message:
-----------
[mlir][sparse] implement index redution on dense level (for CSR)
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D147550
More information about the All-commits
mailing list