[all-commits] [llvm/llvm-project] 275460: [mlir][sparse] sparse runtime support library impr...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Sep 1 16:51:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2754604e5442d20540144c8c46a633792577a7a0
      https://github.com/llvm/llvm-project/commit/2754604e5442d20540144c8c46a633792577a7a0
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M mlir/lib/ExecutionEngine/SparseUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] sparse runtime support library improvements

(1) renamed SparseTensor to SparseTensorCOO, the other one remains SparseTensorStorage to focus on contrast

(2) documents difference between public API exclusively for compiler-generated code and methods that could be used by other runtimes (TBD) that want to interact with MLIR

Reviewed By: bixia

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




More information about the All-commits mailing list