Bdot42 / mfakto

Mersenne number trial factoring using OpenCL, primarily for GIMPS: Great Internet Mersenne Prime Search
http://mersennewiki.org/index.php/Mfakto
GNU General Public License v3.0
32 stars 17 forks source link

Is mfakto using ROCm's HIP math libraries ? #36

Open sviscapi opened 3 months ago

sviscapi commented 3 months ago

Dear maintainers,

I understand you are using ROCm's OpenCL implementation when compiling mfakto for Linux.

Are you also using any of the newer ROCm's HIP math libraries, or is it "just" plain OpenCL ?

https://rocm.docs.amd.com/en/latest/what-is-rocm.html#math

Best regards,

Samuel

proski commented 1 day ago

mfakto only links to the OpenCL library. In fact, mfakto can be compiled without ROCm.