Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multiple storage devices, including memory-only storage for use in unit tests #5

Open
haydnv opened this issue Apr 4, 2024 · 0 comments

Comments

@haydnv
Copy link
Owner

haydnv commented Apr 4, 2024

When this issue is resolved it should be possible for a library to:

  1. automatically move data from host memory to a specific accelerator device memory (e.g. on a host with two GPUs, data not in active use on GPU Update repository link #1 should be bumped back to main memory and all data in active use on GPU allow access by a key type which implements PartialEq<str> + PartialOrd<str> #2 should reside on GPU allow access by a key type which implements PartialEq<str> + PartialOrd<str> #2)
  2. automatically minimize data movement between all devices
  3. implement unit tests which do not require filesystem access even for code which depends on freqfs filesystem access methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant