[all-commits] [llvm/llvm-project] f9a6d4: Add sparse matrix multiplication integration test

Gus Smith via All-commits all-commits at lists.llvm.org
Wed Jun 16 13:20:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9a6d47c3642cb07b5e98e8b08330ccc95b85dd8
      https://github.com/llvm/llvm-project/commit/f9a6d47c3642cb07b5e98e8b08330ccc95b85dd8
  Author: Gus Smith <gusss at google.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_spmm.mlir

  Log Message:
  -----------
  Add sparse matrix multiplication integration test

Adds an integration test for the SPMM (sparse matrix multiplication) kernel, which multiplies a sparse matrix by a dense matrix, resulting in a dense matrix. This is just a simple modification on the existing matrix-vector multiplication kernel.

Reviewed By: aartbik

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




More information about the All-commits mailing list