-
Notifications
You must be signed in to change notification settings - Fork 25
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
Intermittent startup error on CUDA miner #19
Comments
I'm still getting this error pretty consistently. Any thoughts?
|
I am also getting some additional CUDA errors, and this is becoming less "intermittent".
These errors are all being produced by the pre-built 0.1.9 CUDA miner. |
These errors appear to be related to the nvidia driver's watchdog timer that is used to keep the X window display responsive in mixed X / compute environments. Per this thread, the first two options may not be tenable since they involve not running X which appears to be required if the user wants to control fan / power / clock speeds on the GPU. (I know there have been ways to startx, set parameters, and have them persist after closing X, but this process hasn't worked for me.) The fourth option is working for me right now, though the use of that option is the least recommended of the ways forward. Which brings me to option 3, the recommended option, which is effectively "break kernel execution into small enough pieces that their execution does not exceed the driver watchdog." I realize that this is a bit of a huge request, but I gather from other pages (old) that this is a bigger problem on Windows, so this problem will likely rear its ugly head when the miner is released for Windows. Refactoring the kernel code into smaller, faster executing segments could prevent this problem on both platforms. |
Despite the comments above, I am still getting even with v0.2.0. It does appear to happen less, but has still occurred twice in the past hour. |
When benchmarking the CUDA miner (v0.1.9) I get an intermittent error, as shown below.
This doesn't happen every time I launch the miner, but it happened several times in a short period of running different benchmarks.
The text was updated successfully, but these errors were encountered: