Dear members and experts of the official NVIDIA forum,
I am a passionate student who loves learning and exploring artificial intelligence. Recently, I tried to install and configure CUDA on my computer for deep learning development. However, I encountered some issues during the installation process and I’m hoping to seek your help and guidance here.
I followed the guidelines on the official website and downloaded CUDA 12.2 along with the corresponding cuDNN version (8.9.3.28). The installation process completed without any errors, and I verified the CUDA compiler version using nvcc -V, which confirmed that CUDA was successfully installed with version 12.2. Additionally, my graphics driver version is 536.67, which is the recommended version by NVIDIA.
However, when attempting to run deviceQuery.exe and bandwidthTest.exe, I encountered the following errors:
plaintext
Copy code
deviceQuery.exe Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 100
→ no CUDA-capable device is detected
Result = FAIL
[CUDA Bandwidth Test] - Starting…
Running on…
cudaGetDeviceProperties returned 100
→ no CUDA-capable device is detected
CUDA error at C:\dvs\p4\build\sw\rel\gpgpu\toolkit\r12.2\demo_suite\bandwidthTest\bandwidthTest.cu:255 code=100(cudaErrorNoDevice) “cudaSetDevice(currentDevice)”
I have carefully checked the environment variable configuration and found no issues. I also attempted to reinstall CUDA and the graphics driver, but the problem persists.
Therefore, I am sincerely seeking your help and guidance. Could you please advise me on how to resolve this issue and enable CUDA to work properly on my system? Are there any other configurations or settings that I need to pay attention to?
Here are the details of my system and hardware:
Operating System: Windows 10
Graphics Card: 3060
Graphics Driver Version: 536.67
CUDA Version: 12.2
I greatly appreciate your patience and assistance, and I hope you could provide me with some advice and guidance to enable me to use CUDA for deep learning development smoothly. Thank you!
Best regards