Open schorlton opened 3 years ago
Hello, I will have to update CMake build in order to enable GPU options in wrapper, otherwise the wrapper breaks if racon was not build with GPU support. Not sure why we did not do that earlier, need to think if there is anything else problematic.
Best regards, Robert
I see. I guess I did not hit this as a compiled with GPU support.
Can you please try out the latest commit?
I'm not exactly sure why but at some point (https://github.com/lbcb-sci/racon/commit/31a3c92878d19a9ef31462193e6a7862e6fe1611), the GPU features got commented out of the
racon_wrapper
. This PR simply re-enables them by uncommenting them. I tested with--cudapoa-batches
and seems to work.