[all-commits] [llvm/llvm-project] 4065a0: [mlir] [sparse] Rename getSparseMatrix to getMatrix

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Oct 7 14:25:34 PDT 2020


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

  Changed paths:
    M mlir/integration_test/Sparse/CPU/matrix-market-example.mlir
    M mlir/lib/ExecutionEngine/SparseUtils.cpp

  Log Message:
  -----------
  [mlir] [sparse] Rename getSparseMatrix to getMatrix

Rationale:
More consistent with the other names. Also forward looking to reading
in other kinds of matrices. Also fixes lint issue on hard-coded %llu.

Reviewed By: penpornk

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




More information about the All-commits mailing list