-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We can add LRU replacement scheme as a reference and for general use cases.
However, for deep learning use cases, LRU many not be as appropriate as other cases.
With DL, we first design prefetching schemes. Then, based on the prefetching targets, we select eviction targets. If a file that we want to prefetch is already present, we should not evict it and avoid prefetching.
This issue will need to be addressed by multiple sub plans.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request