[mlir][sparse] Add MLIR interface for sparse tensor file input and output.
authorbixia1 <bixia@google.com>
Tue, 11 Oct 2022 22:28:20 +0000 (15:28 -0700)
committerbixia1 <bixia@google.com>
Tue, 11 Oct 2022 23:25:13 +0000 (16:25 -0700)
commitf2b73f517bcd885fc5d39f1960bce330dc99b21a
treec356ec4132412d7e6fd54748acb3e5c20ec60aba
parent0148df8157f05ecf3b1064508e6f012aefb87dad
[mlir][sparse] Add MLIR interface for sparse tensor file input and output.

Reviewed By: aartbik, wrengr

Differential Revision: https://reviews.llvm.org/D135480
mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_file_io.mlir [new file with mode: 0644]