Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

CUDA Error CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected while calling init (cuInit)

Open TTPlanetPig opened this issue 10 months ago • 2 comments

I have the same issue with my cuda 12.1 run under wsl2 with both python 310-312 tested

nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Mon_Apr__3_17:16:06_PDT_2023 Cuda compilation tools, release 12.1, V12.1.105 Build cuda_12.1.r12.1/compiler.32688072_0

I got the error like: [E 12/20/24 08:45:40.689 2984] [cuda_driver.h:operator()@92] CUDA Error CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected while calling init (cuInit)

However I can run in windows with cuda device working properly. but rendering is not supported,

TTPlanetPig avatar Dec 20 '24 01:12 TTPlanetPig