[all-commits] [llvm/llvm-project] 27ea47: [mlir][sparse] Add runtime support for reading a C...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Tue Feb 28 08:28:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27ea470f22abc73792a380d4f38c3917800fe02a
https://github.com/llvm/llvm-project/commit/27ea470f22abc73792a380d4f38c3917800fe02a
Author: bixia1 <bixia at google.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_file_io.mlir
Log Message:
-----------
[mlir][sparse] Add runtime support for reading a COO tensor and writing the data to the given indices and values buffers.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D143862
More information about the All-commits
mailing list