[all-commits] [llvm/llvm-project] 46e77b: [mlir][sparse] add a sparse quantized_matmul examp...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Sep 17 13:05:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46e77b5d109b13c0d972f643c2e368d1962715dd
      https://github.com/llvm/llvm-project/commit/46e77b5d109b13c0d972f643c2e368d1962715dd
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
    M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_quantized_matmul.mlir

  Log Message:
  -----------
  [mlir][sparse] add a sparse quantized_matmul example to integration test

Note that this revision adds a very tiny bit of constant folding in the
sparse compiler lattice construction. Although I am generally trying to
avoid such canonicalizations (and rely on other passes to fix this instead),
the benefits of avoiding a very expensive disjunction lattice construction
justify having this special code (at least for now).

Reviewed By: bixia

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




More information about the All-commits mailing list