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

Pre-Load table into GPU memory #2

Open
philass opened this issue Apr 11, 2020 · 0 comments
Open

Pre-Load table into GPU memory #2

philass opened this issue Apr 11, 2020 · 0 comments

Comments

@philass
Copy link
Owner

philass commented Apr 11, 2020

Currently we Load the data from tables into the futhark context only after processing a query. This may be inefficient if loading this table into context is a lot more expensive than loading the columns to be selected and other things.

This needs to be tested to see if their are performance improvements if the implementation is changed to address the problem with these considerations in mind.

Files that need to be changed in this case

  • CLI.cpp
  • db_gpu_load.cpp
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