-
Notifications
You must be signed in to change notification settings - Fork 532
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
cudart64_110.dll not found #438
Comments
Build dependencies For CUDA: CUDA Toolkit 10.1 |
i am using windows 11 cuda 10.1 is not available for windows 11 |
You have a rtx40XX, didi u changed COMPUTE_CAP from Makefile ? If i remember well, rtx40XXX uses compute cap 8.9, just set to COMPUTE_CAP=89 Also, if you're trying to use OpenCL Wrapper from cuda, you need to also set the correct OPENCL_VERSION, that can be found using the command clinfo (linux). For example, i'm using RTX 3080ti, so mine is COMPUTE_CAP=86 $ clinfo | grep OpenCL
Platform Version OpenCL 3.0 CUDA 12.4.131
Device Version OpenCL 3.0 CUDA
Device OpenCL C Version OpenCL C 1.2
Device OpenCL C all versions OpenCL C 0x400000 (1.0.0)
OpenCL C 0x401000 (1.1.0)
OpenCL C 0x402000 (1.2.0)
OpenCL C 0xc00000 (3.0.0)
Device OpenCL C features __opencl_c_fp64 0xc00000 (3.0.0)
Run OpenCL kernels Yes So i've set OPENCL_VERSION=300. |
TBH, if you have a NVIDA card, just don't use OpenCL, it's a wrapper... so you probably will get less keys/s |
Hi, I'm having the same issue. I'm on Win11 with a RTX3080Ti. |
Download this: https://es.dll-files.com/cudart64_110.dll.html Extract in same folder with .exe ready ;) |
i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed
The text was updated successfully, but these errors were encountered: