-
Notifications
You must be signed in to change notification settings - Fork 50
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
CUDA automatically enabled when Build with -Dracon_enable_cuda=ON #196
Comments
Hi Jasim, -c, --cudapoa-batches <int>
default: 0
number of batches for CUDA accelerated polishing per GPU
-b, --cuda-banded-alignment
use banding approximation for polishing on GPU. Only applicable when -c is used.
--cudaaligner-batches <int>
default: 0
number of batches for CUDA accelerated alignment per GPU
--cudaaligner-band-width <int>
default: 0
Band width for cuda alignment. Must be >= 0. Non-zero allows user defined
band width, whereas 0 implies auto band width determination. Best regards, |
Thank you Robert for specifying! |
If I recall correctly, you can divide your GPU memory with 200-250MB to get the number of batches. You can also take some example dataset and try to find best parameters for your GPU. Best regards, |
Thank you for the advice, I would like to try but I keep running into this make error:
|
Run |
Thank you that solved it ! |
Hi,
are the Parameters for tweaking CUDA defining that racon uses CUDA or is the with -Dracon_enable_cuda=ON build racon automatically using the GPU with the default Parameters? (Usually, I expect some Parameter to specify the cuda device that should be used like e.g. cuda:0). Sorry for the silly question.
The text was updated successfully, but these errors were encountered: