Works with OpenCL but not CUDA
#1
Guys, I have a custom hash module that works happily with the OpenCL API, but fails miserably with the CUDA API. Specifically, the CL compilation is ok, but the self-test fails (and indeed, it fails to recover any hashes). Other formats work fine, so it is not a driver problem.

I know what I have to do, but before I start debugging, I was wondering if there is an easy way out - tips of where to start looking, common problems you know of that might make it easier Smile

Running on v5.1.0-1397-g7f4df9e

Thanks,
ecos
Reply


Messages In This Thread
Works with OpenCL but not CUDA - by ecos - 08-24-2019, 08:16 AM
RE: Works with OpenCL but not CUDA - by philsmd - 08-24-2019, 12:20 PM
RE: Works with OpenCL but not CUDA - by ecos - 08-26-2019, 11:20 AM