Chia-Network / bladebit

A high-performance k32-only, Chia (XCH) plotter supporting in-RAM and disk-based plotting
Apache License 2.0
336 stars 109 forks source link

Bladebit CUDA Plotter: CUDA error: 35 (0x23) cudaErrorInsufficientDriver #273

Closed Sonix1 closed 1 year ago

Sonix1 commented 1 year ago

I hava a problem with Bladebit CUDA Plotter. Fresh Windows 10, Epyc 7601 with 512GB RAM, Nvidia Quadro P4000 with 418.81 driver. Quadro P4000 is just for test, destination is RTX 3060 but not yet....

Here is ouptut: Bladebit Chia Plotter Version : 3.0.0-alpha1-dev Git Commit : f269db0a7ad307514e993c335897cea7ebf46eda Compiled With: msvc 19.33.31630

[Global Plotting Config] Will create 1 plots. Thread count : 64 Warm start enabled : false NUMA disabled : false CPU affinity disabled : false Farmer public key : xxxxx Pool contract address : xxxxx Benchmark mode : disabled

[Bladebit CUDA Plotter] Failed to fetch CUDA devices.

CUDA error: 35 (0x23) cudaErrorInsufficientDriver : CUDA driver version is insufficient for CUDA runtime version

Panic!!! Fatal Error: CUDA error cudaErrorInsufficientDriver : CUDA driver version is insufficient for CUDA runtime version.

caodaye commented 1 year ago

你更新到最新的N卡驱动版本就行了

Sonix1 commented 1 year ago

Actually my fault. Windows installed an older driver. After updating to version 528.49, plotter started.

caodaye commented 1 year ago

其实是我的错 Windows 安装了较旧的驱动程序。 更新到版本 528.49 后,绘图仪启动。 May I know the format of your P picture? My format keeps reporting errors, I don't know where I made it wrong. 我的格式是这样的 bladebit_cuda.exe -f XXXX-c XXXX cudaplot diskplot --cache 488G -t1 F:\ F:\

XCHSystems commented 1 year ago

其实是我的错 Windows 安装了较旧的驱动程序。 更新到版本 528.49 后,绘图仪启动。 May I know the format of your P picture? My format keeps reporting errors, I don't know where I made it wrong. 我的格式是这样的 bladebit_cuda.exe -f XXXX-c XXXX cudaplot diskplot --cache 488G -t1 F:\ F:\

Why are you specifying "cudaplot" and "diskplot" in the same command? It should be one or the other, not both, you also do not need "F:\ F:\" you only need to specify your destination once