Cuda error in file 'main.cu' in line 66 : unknown error.
Hi,
I successfully compiled bitcracker_cuda using the instructions in the readme, yet when I try to run bitcracker_cuda, I always get the same error: Cuda error in file 'main.cu' in line 66 : unknown error. This is referring to the file ./src_CUDA/main.cu
Please let me know if I can provide any additional information to troubleshoot this error. If anyone else has run into this problem and solved it, what did you do to solve it?
Hi,
Did you manage to fix it? I'm getting the same error, build went through without a problem, I'm getting this error when running ./run_test.sh
Cheers
To summarizes it seems to be unable to open the GPU_ID 0. Perhaps try using -g 1 instead of -g 0 maybe that will help? If it does please share.
https://github.com/e-ago/bitcracker/issues/44