-
Notifications
You must be signed in to change notification settings - Fork 536
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
CUBLAS_STATUS_ARCH_MISMATCH error while trying to run Lc0 v0.29 CUDNN backend #1820
Comments
Is v0.29.0 working with the same net you used for v0.29.0-rc0? |
Now it is!
So I guess the neural network that's installed in Lc0 v0.29 is faulty on my machine for some reason. |
It is far more likely there is an issue with the new nets on cards with compute capability 3.0. I'll keep this issue report open while we investigate. |
Can you try this executable? |
It runs, but it seems to run unusually quick.
|
I have a GeForce GTX 760 GPU with 16 GB of ram, and I'm trying to run Lc0 v0.29.0 with CUDNN, but whenever I try to run "go nodes 1000" I get
Unhandled exception in worker thread: CUBLAS error: CUBLAS_STATUS_ARCH_MISMATCH (c:\projects\lc0\src\neural\cuda\layers.cc:1478)
for some reason. Here's my command line:This doesn't happen with the v0.29 prerelease version either for some reason:
The text was updated successfully, but these errors were encountered: