[all-commits] [llvm/llvm-project] 11d750: [sparse] Make GenericOpSparsifier not crash on mul...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Tue Oct 4 12:48:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11d75076aa6ca90ce192cc944c3d3bf01b6a0c50
      https://github.com/llvm/llvm-project/commit/11d75076aa6ca90ce192cc944c3d3bf01b6a0c50
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp

  Log Message:
  -----------
  [sparse] Make GenericOpSparsifier not crash on multi-output dense linalg.generic

The actual transformation doesn't support multi-output GenericOps, but
if we encounter one without sparse annotations we can just leave it
alone.

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




More information about the All-commits mailing list