msieve
msieve copied to clipboard
OpenCL
Hi,
Very interesting and useful library to find roots for big polynomials. Does it use OpenCL?
It uses Cuda to parallelize certain parts of the GNFS when there are GPU's available. It doesn't use OpenCL.
Hi Alex, this is great, because of https://github.com/ROCm-Developer-Tools/HIP Can it be launched on AMD using HIP?