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
Paths
| Differential D126233
[mlir][sparse] Factoring out SparseTensorFile class for readSparseTensorShape ClosedPublic Authored by wrengr on May 23 2022, 12:12 PM.
Details Summary 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
Diff Detail
Event Timelinewrengr marked 4 inline comments as done. Comment ActionsAddressing nits. And identifying a problem for MSVC (to be fixed shortly). Comment Actions Removing the fixme comment, since the changes in Diff 432391 successfully correct the MSVC build errors. (The Debian build failure appears to be unrelated to any change in this differential.) aartbik added inline comments. This revision is now accepted and ready to land.May 27 2022, 2:07 PM wrengr marked 2 inline comments as done. Comment ActionsFixing typo
Closed by commit rGa4c53f8cd6e4: [mlir][sparse] Factoring out SparseTensorFile class for readSparseTensorShape (authored by wrengr). · Explain WhyMay 31 2022, 1:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433171 mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
|
s/Disallow/Disallows/