Environment: WSL2 (Windows 10)
CUDA: 12.0
NVIDIA Driver: 528.02
GPU: GeForce RTX 3080 Laptop
I’m trying to test run CUDA-GDB on my local GPU. I have managed to set up the work environment when SSH-ing into a WSL docker container. However, I am unable to get things to work on my own device. The crux of the issue is that once I get to the stage where CUDA-GDB reached GPU code, the following is output.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after fork from child process 2091]
[New Thread 0x7fffef75e000 (LWP 2094)]
Error: Failed to suspend device for CUDA device 0, error=CUDBG_ERROR_INTERNAL(0xa).
I have tried a clean reinstall of WSL2 and CUDA, as is shown here. I have also tried rolling back the NVIDIA driver to 527.56, and it still does not work.
It is quite important to me that this gets working. Any help would be greatly appreciated!