cudart64_110.dll not found
i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed
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
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
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.
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.
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 ;)