nvcc not doing anything

Hi All,

Hoping that someone has some advice.

I have a .cu file - hw5.cu . I have nvcc installed (nvcc – version works and gives info). Whenever I try a command such as nvcc hw5.cu , I enter in the command and no error shows up, but no output file is created either. nothing happens. I tried various variations such as nvcc -o here hw5.cu , nvcc hw5.cu -o here , nvcc -o here.exe hw5.cu , nvcc -cuda hw5.cu , nvcc --cuda hw5.cu . But with all of these variations, the same thing always happens. No output file is created, and I get no response/error either in the terminal. nothing happens. If I can get some info on how to resolve this issue and compile my .cu file that would be greatly appreciated

Same here, Did you find any solutions? Even reinstalling doesn’t help

This was a while ago I may not remember exactly . If I remember correctly I was able to get it to work by using a different kind of command prompt/ window than normal (ie not using the usual cmd window) , instead I used x64 Native Tools Command Prompt for Visual Studio 2019 and commands worked from there