-
Notifications
You must be signed in to change notification settings - Fork 98
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
Cuda error rtx3090, 3080 LHR #105
Comments
I'm getting this error as well when I run the miner except device 0a:00:0. OS: Ubuntu 20.04 This is the same error that was supposedly/hopefully fixed in May with the current release. From what I can gather it's because it's missing the CUDA 11 support that the RTX 30 series requires but this update was supposed to specifically be for them so I'm not sure what happened. 3+ hours of trying to build it from the github clone and fixing a few errors (of note is that it would not compile properly until I downgraded GCC from version 9 to version 7 and had to make explicit path references in the cmake command for libcuda.so and libnvrtc which were installed in the default install location), now this error, my head hurts heh, might take another look tomorrow with a fresh mind. Maybe start from scratch again with the old 460 driver that was out in early-mid May when this was released with an early CUDA version (see section 1.1 tables, CUDA 11 was introduced in 450, https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html). Earlier report, testing and feedback requested but none given so it was closed and unpinned, I wonder if the latest CUDA 11 version is causing grief? |
At first, yes, but that gave me problems right off the bat as well. Then I tried cloning (described above) and ran in to multiple errors but was able to work through them with the help of this write-up (edit: forgot link https://xangis.com/building-kawpowminer-from-source-on-ubuntu-20-04-linux/). I was able to compile everything ok but upon running the miner I got the error that is the subject of this thread and after a few minutes gave up for the night after posting my comment above. I just tried the file you linked again though. The executable gives an "error while loading shared libraries: libnvrtc.so.11.2: cannot open shared object file: No such file or directory" message. This file is present in one of the directories of my Folding@Home installation and that application works as expected. It seems to have been included in the installation files though. When I try copying it over to the extracted directory holding the binary of the extracted files I get the same error but for libnvrtc.so.10.1. |
It is built for cuda 11.2, try that. I will look into building for newer cuda versions, or making it completely static. |
I am happy to report positive results but still not sure why it works now (not complaining haha):
Edited to add proper code notation. |
Unexpected error CUDA error in func set_constants at line 180 calling cudaMemcpyToSymbol(d_dag, &_dag, sizeof(hash64_t*)) failed with error invalid device symbol on CUDA device 09:00.0
The text was updated successfully, but these errors were encountered: