[all-commits] [llvm/llvm-project] bf59cd: [mlir][sparse] fix error when sparse kernel is nes...

PeimingLiu via All-commits all-commits at lists.llvm.org
Wed Jul 27 09:12:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf59cd320e483471421691813989d0036427bb37
      https://github.com/llvm/llvm-project/commit/bf59cd320e483471421691813989d0036427bb37
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_scf_nested.mlir

  Log Message:
  -----------
  [mlir][sparse] fix error when sparse kernel is nested in a scf structrual operator.

Sparse compiler failed on the provided test (when the sparse kernel is nested in a scf structrual operator).

Reviewed By: bixia

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




More information about the All-commits mailing list