[all-commits] [llvm/llvm-project] 043ce4: [MLIR][Sparse] Move `buildLattices` into Merger

Gus Smith via All-commits all-commits at lists.llvm.org
Fri Jun 25 22:05:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 043ce4e6bdd376ff460d78446d1a6b94c6e0f18c
      https://github.com/llvm/llvm-project/commit/043ce4e6bdd376ff460d78446d1a6b94c6e0f18c
  Author: Gus Smith <gusss at google.com>
  Date:   2021-06-26 (Sat, 26 Jun 2021)

  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

  Log Message:
  -----------
  [MLIR][Sparse] Move `buildLattices` into Merger

This allows us to use `buildLattices` in the `Merger` unittests.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D104879




More information about the All-commits mailing list