bitcracker icon indicating copy to clipboard operation
bitcracker copied to clipboard

Cuda error in file 'main.cu' in line 66 : unknown error.

Open lutzke opened this issue 5 years ago • 2 comments

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?

lutzke avatar Jul 24 '20 04:07 lutzke

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

mandaman2k avatar Nov 08 '20 05:11 mandaman2k

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

ScorpionInc avatar Sep 28 '22 00:09 ScorpionInc