[all-commits] [llvm/llvm-project] 75ac29: [mlir][sparse] support parallel for/reduction in s...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Mon Nov 7 10:05:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75ac294b35edd0efeb2f69005e4ccdff95604fdf
https://github.com/llvm/llvm-project/commit/75ac294b35edd0efeb2f69005e4ccdff95604fdf
Author: Peiming Liu <peiming at google.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/test/Dialect/SparseTensor/sparse_parallel.mlir
A mlir/test/Dialect/SparseTensor/sparse_parallel_reduce.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matmul.mlir
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir
Log Message:
-----------
[mlir][sparse] support parallel for/reduction in sparsification.
This patch fix the re-revert D135927 (which caused a windows build failure) to re-enable parallel for/reduction. It also fix a warning caused by D137442.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D137565
More information about the All-commits
mailing list