[all-commits] [llvm/llvm-project] d18bfb: [mlir][sparse] Add readCOOElement for reading a sp...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Sun Oct 16 07:25:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d18bfb23f3121c9d36da6d90e1884b3de88c64de
      https://github.com/llvm/llvm-project/commit/d18bfb23f3121c9d36da6d90e1884b3de88c64de
  Author: bixia1 <bixia at google.com>
  Date:   2022-10-16 (Sun, 16 Oct 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
    M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp

  Log Message:
  -----------
  [mlir][sparse] Add readCOOElement for reading a sparse tensor element from files.

Use the routine for openSparseTensorCOO and getSparseTensorReaderNext.

Reviewed By: aartbik, wrengr

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




More information about the All-commits mailing list