Autolykos2_NV_Miner icon indicating copy to clipboard operation
Autolykos2_NV_Miner copied to clipboard

ERROR: CUDA

Open AirShark opened this issue 4 years ago • 1 comments

ERROR: CUDA failed at prehash.cu: 65 CUDA error code 209 Miner is now terminated

version NVMiner 2.0.0

AirShark avatar Feb 05 '21 14:02 AirShark

I got the same issues and fixed by trying out different version of driver. I'm currently still using kepler card, 1 of my card cannot be use because of its low memory capacity. I just compile the source code on my own and modify the line 461th in autolykos.cu from for (int i=0; i< deviceCount; ++i) to for (int i=0; i<deviceCount - 1; ++i) to omit the low capacity card and use only the remaining ones.

quydau35 avatar Aug 17 '21 01:08 quydau35