[all-commits] [llvm/llvm-project] a4c53f: [mlir][sparse] Factoring out SparseTensorFile clas...
wren romano via All-commits
all-commits at lists.llvm.org
Tue May 31 13:24:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4c53f8cd6e4519242690b9e5aa54a928609cf8b
https://github.com/llvm/llvm-project/commit/a4c53f8cd6e4519242690b9e5aa54a928609cf8b
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h
M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
Log Message:
-----------
[mlir][sparse] Factoring out SparseTensorFile class for readSparseTensorShape
The primary goal of this change is to define readSparseTensorShape. Whereas the SparseTensorFile class is merely introduced as a way to reduce code duplication along the way.
Depends On D126106
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D126233
More information about the All-commits
mailing list