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

cudart64_110.dll not found #438

Open
octa54 opened this issue Jan 5, 2025 · 6 comments
Open

cudart64_110.dll not found #438

octa54 opened this issue Jan 5, 2025 · 6 comments

Comments

@octa54
Copy link

octa54 commented Jan 5, 2025

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

@marssystems
Copy link

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

Build dependencies
Visual Studio 2019 (if on Windows)

For CUDA: CUDA Toolkit 10.1

@octa54
Copy link
Author

octa54 commented Jan 6, 2025

i am using windows 11 cuda 10.1 is not available for windows 11
when i use clBitCrack black screen appear for 2 sec and crash

@joaoescribano
Copy link

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
And to build and use OpenCL:

$ 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.

@joaoescribano
Copy link

TBH, if you have a NVIDA card, just don't use OpenCL, it's a wrapper... so you probably will get less keys/s

@Northwave
Copy link

Hi, I'm having the same issue. I'm on Win11 with a RTX3080Ti.

@sferreyr
Copy link

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

Download this: https://es.dll-files.com/cudart64_110.dll.html

Extract in same folder with .exe

ready ;)

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

5 participants