[all-commits] [llvm/llvm-project] e800c6: [mlir][sparse] Extend readCOOIndices to support ov...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Mon Feb 13 14:52:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e800c664f0e925f6acb30dfa054906e3059ce125
      https://github.com/llvm/llvm-project/commit/e800c664f0e925f6acb30dfa054906e3059ce125
  Author: bixia1 <bixia at google.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

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

  Log Message:
  -----------
  [mlir][sparse] Extend readCOOIndices to support overhead types beyond index_type.

This is to prepare for implementing the C API for reading a COO tensor to the
given buffers for indices and values.

Reviewed By: wrengr

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




More information about the All-commits mailing list