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

[cudaextender] Calculate memory limits based on datastructures used. #576

Open
atadkase opened this issue Oct 1, 2020 · 0 comments
Open
Labels
cudaextender GPU-based seed extension algorithms

Comments

@atadkase
Copy link
Contributor

atadkase commented Oct 1, 2020

Currently element and memory limits are artifacts of hardcoded global memory limits in SegAlign. To be replaced with actual calculation of memory requirements with sizes of datastructures taken into consideration. Also currently the max limit is based on total global memory, which should be replaced with memory available from the passed in allocator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudaextender GPU-based seed extension algorithms
Projects
None yet
Development

No branches or pull requests

1 participant