[all-commits] [llvm/llvm-project] 084665: [mlir][sparse] export sparse tensor runtime suppor...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Nov 11 21:04:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 08466596485de75dc7abd0494306f4caf89f9460
      https://github.com/llvm/llvm-project/commit/08466596485de75dc7abd0494306f4caf89f9460
  Author: Aart Bik <ajcbik at google.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
    M mlir/lib/ExecutionEngine/CRunnerUtils.cpp
    M mlir/lib/ExecutionEngine/SparseUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] export sparse tensor runtime support through header file

Exposing the C versions of the methods of the sparse runtime support lib
through header files will enable using the same methods in an MLIR program
as well as a C++ program, which will simplify future benchmarking comparisons
(e.g. comparing MLIR generated code with eigen for Matrix Market sparse matrices).

Reviewed By: penpornk

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




More information about the All-commits mailing list