Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: CUDA #21

Open
AirShark opened this issue Feb 5, 2021 · 1 comment
Open

ERROR: CUDA #21

AirShark opened this issue Feb 5, 2021 · 1 comment

Comments

@AirShark
Copy link

AirShark commented Feb 5, 2021

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

version NVMiner 2.0.0

@quydau35
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants