[all-commits] [llvm/llvm-project] 740582: [mlir][sparse] test for linalg tensor semantics (#...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Oct 25 14:07:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 740582fa4c9512b34128dc97b2eff56820984421
      https://github.com/llvm/llvm-project/commit/740582fa4c9512b34128dc97b2eff56820984421
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

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

  Log Message:
  -----------
  [mlir][sparse] test for linalg tensor semantics (#70254)

This test used to be here, but somehow got lost while linalg rewrote
their interfaces. It is essential to test this on entry of
sparsification, however, since all subsequent analysis simply assumes
tensor types.

Fixes:
https://github.com/llvm/llvm-project/issues/64325




More information about the All-commits mailing list