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

[cudapoa] make maximum number of edges per node configurable #607

Open
r-mafi opened this issue Nov 30, 2020 · 0 comments
Open

[cudapoa] make maximum number of edges per node configurable #607

r-mafi opened this issue Nov 30, 2020 · 0 comments
Labels
cudapoa GPU-based partial order alignment enhancement New feature or request

Comments

@r-mafi
Copy link
Contributor

r-mafi commented Nov 30, 2020

CUDAPOA_MAX_NODE_EDGES and CUDAPOA_MAX_NODE_ALIGNMENTS with default value of 50 defined in cudapoa_structs.cuh have a big impact on memory usage per POA. Consequently maximum number of POAs residing on GPU can increase by using smaller values for these two parameters. Changing these macros to template parameters allows achieving higher parallelism, particularly for processing long reads.
As a rule of thumb, the value for these parameters should not exceed maximum number of reads per window.

@r-mafi r-mafi added enhancement New feature or request cudapoa GPU-based partial order alignment labels Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudapoa GPU-based partial order alignment enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant