Cuda not detected

I’m using Windows 10, with VSCode 1.65.2, Python 3.9.11 and torch 1.10.2.
I’m working on an Ideapad L340 with NVIDIA GeForce GTX 1650.

I’m not an expert at all, I started doing deep learning 6 months ago and everything is working fine so far, but now I’m trying to use cuda to speed up. When I try the Cuda Toolkit, it says “No supported version of Visual Studio was found”, and I don’t know how to fix this. I’ve installed Nsight VSCode Edition on VSCode too, but when I try to create a launch configuration and then run my code, it says “Unable to launch cuda-gdb on non-Linux system”, even tho it seems that there is a way to make it works on Windows. I’m probably missing something, but I dont know what.

Regards,
Baptiste

1 Like

I also encountered the same problem, has this problem been solved?