[all-commits] [llvm/llvm-project] e6cbb9: [mlir][sparse] skip zeros during dense2sparse

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Nov 9 20:54:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6cbb9148366ea4ac35e34bfe351394560934187
      https://github.com/llvm/llvm-project/commit/e6cbb9148366ea4ac35e34bfe351394560934187
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
    M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matmul.mlir

  Log Message:
  -----------
  [mlir][sparse] skip zeros during dense2sparse

This enables the full matmul integration test with runtime_lib=true/false!

Background:
https://github.com/llvm/llvm-project/issues/51657

Reviewed By: bixia

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




More information about the All-commits mailing list