Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/ExecutionEngine/SparseTensor/File.cpp | ||
---|---|---|
114 | how about making this a void function now that we no longer need return value, just the in-place updates? |
Paths
| Differential D133837
[mlir][sparse] Cleaning up SparseTensorFile::readMMEHeader ClosedPublic Authored by wrengr on Sep 13 2022, 9:56 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 19 2022, 5:24 PM Closed by commit rG4792b8ae869c: [mlir][sparse] Cleaning up SparseTensorFile::readMMEHeader (authored by wrengr). · Explain WhySep 29 2022, 3:00 PM This revision was automatically updated to reflect the committed changes. wrengr added inline comments.
Revision Contents
Diff 464054 mlir/lib/ExecutionEngine/SparseTensor/File.cpp
|
how about making this a void function now that we no longer need return value, just the in-place updates?