[all-commits] [llvm/llvm-project] c6c67f: [mlir] [sparse] convenience runtime support to rea...

Aart Bik via All-commits all-commits at lists.llvm.org
Tue Oct 6 13:17:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c6c67f643dcff142b26a53059e63e5369e6d8d89
      https://github.com/llvm/llvm-project/commit/c6c67f643dcff142b26a53059e63e5369e6d8d89
  Author: Aart Bik <ajcbik at google.com>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M mlir/integration_test/CMakeLists.txt
    A mlir/integration_test/Sparse/CPU/lit.local.cfg
    A mlir/integration_test/Sparse/CPU/matrix-market-example.mlir
    A mlir/integration_test/data/test.mtx
    M mlir/lib/ExecutionEngine/CMakeLists.txt
    A mlir/lib/ExecutionEngine/SparseUtils.cpp

  Log Message:
  -----------
  [mlir] [sparse] convenience runtime support to read Matrix Market format

Setting up input data for benchmarks and integration tests can be tedious in
pure MLIR. With more sparse tensor work planned, this convenience library
simplifies reading sparse matrices in the popular Matrix Market Exchange
Format (see https://math.nist.gov/MatrixMarket). Note that this library
is *not* part of core MLIR. It is merely intended as a convenience library
for benchmarking and integration testing.

Reviewed By: penpornk

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




More information about the All-commits mailing list