mboehm7 commented on PR #2341:
URL: https://github.com/apache/systemds/pull/2341#issuecomment-3448162064
Thanks @j143 for getting started on the OOC eviction logic. As a first step,
I would recommend to implement a basic eviction mechanism for cached OOC
streams (see resettable queue). We anyway need this baseline to compare the
performance of any compiler-assisted optimization ("foresight-based") eviction
and prefetching. Furthermore, you could use primitives from the LazyWriteBuffer
but implement your own OOCEvictionManager (singleton) that all in-flight OOC
streams can interact with. The UnifiedMemoryManager had a different purpose
(reservations before running operations) such that I would not integrate the
OOC logic there.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]