xmrig / xmrig-cuda

NVIDIA CUDA plugin for XMRig miner
GNU General Public License v3.0
358 stars 155 forks source link

When will support for CUDA11.4 be released? #127

Open Wanghe1997 opened 2 years ago

Wanghe1997 commented 2 years ago

Thanks

xmrig commented 2 years ago

Added https://github.com/xmrig/xmrig-cuda/releases/download/v6.15.1/xmrig-cuda-6.15.1-cuda11_4-win64.zip Thank you.

9r0x commented 2 years ago

Would this version also support CUDA11.5 or should one wait until full support? Thanks @xmrig

Spudz76 commented 2 years ago

Every older CUDA works with any newer driver. But it's best for them to be as close as possible.

mr-manuel commented 1 year ago

Should CUDA Toolkit 11.4.4 from February 2022 be supported? I downloaded xmrig-cuda-6.17.0-cuda11_4-win64.zip and get this message:

* CUDA disabled (xmrig-cuda.dll: API version mismatch).

Spudz76 commented 1 year ago

* CUDA disabled (xmrig-cuda.dll: API version mismatch).

This means your main xmrig exe is too old for the newer plugin. Occasionally (not often) the internal API changes and then you must upgrade both parts.

Also, if it just stays disabled, your driver might not support newer CUDA, you can check what max CUDA toolkit version your driver supports in the nvidia-smi output, top right corner. You can't run an app (plugin) with newer than what that says without upgrading the driver. Nvidia sometimes releases a new Toolkit a week or two before the driver that supports it (so developers can work with the new Toolkit using a beta driver as a small headstart, etc).

mr-manuel commented 1 year ago

Damn, that was to easy. I though I had the newest one. Updated the xmrig.exe to the latest version and all works as it should. Many thanks!