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

Re-implement SlowMemcpyWorkload & SlowMemcpyDataset & rename #8

Open
JackKelly opened this issue Oct 3, 2023 · 0 comments
Open

Re-implement SlowMemcpyWorkload & SlowMemcpyDataset & rename #8

JackKelly opened this issue Oct 3, 2023 · 0 comments

Comments

@JackKelly
Copy link
Collaborator

JackKelly commented Oct 3, 2023

Vincent suggests:

  • one-pass_out-of-core_batchwise_low-latency <-- this is what I proposed, locally from SSD
    • access profile 1, profile 2, profile 3, ... (various advanced indexing profiles while doing the one-pass)
  • one-pass_out_of_core_batchwise_high-latency <-- this would be the same, over the network
    • access profile 1, profle 2, profile 3, .... (various advanced indexing profiles while doing the one-pass)
  • parallel-map-reduce_local_low-latency <-- this would be map-reduce but on a single computer
  • parallel-map-reduce_clustered_high-latency <-- this would be map-reduce but in a clustered environment

xref #5 #6 #7

@JackKelly JackKelly changed the title Rename SlowMemcpyWorkload and SlowMemcpyDataset Re-implement SlowMemcpyWorkload & SlowMemcpyDataset & rename Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant